]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Extend the timestamp to be a timeval, rather than ticks.
[FreeBSD/FreeBSD.git] / sys / vm /
2013-02-09 delphijMFV r245512:
2013-02-04 mariusTry to improve r242655 take III: move these SYSCTLs...
2013-02-01 sjgMerge bmake-20130123
2013-01-29 glebiusFix typo in debug printf.
2013-01-28 zont- Add system wide page faults requiring I/O counter.
2013-01-28 zont- Add sysctls to show number of stats scans.
2013-01-28 zont- Style.
2013-01-17 jkimMerge ACPICA 20130117.
2013-01-17 neelIFC @ r245509
2013-01-14 zont- Get rid of unused function vmspace_wired_count().
2013-01-11 theravenMerge new version of libcxxrt. This brings in three...
2013-01-11 zont- Improve readability of sys_obreak().
2013-01-10 zont- Reduce kernel size by removing unnecessary pointer...
2013-01-09 kenFix a bug in the device pager code that can trigger...
2013-01-04 neelIFC @ r244983.
2012-12-21 brooksAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-21 glebius Comment fix: there is no ub_ptr, instead explain...
2012-12-18 brooksReplace our implementation of the vis(3) and unvis...
2012-12-18 zont- Fix locked memory accounting for maps with MAP_WIREFU...
2012-12-09 alcIn the past four years, we've added two new vm object...
2012-12-08 pjdWhite-space cleanups.
2012-12-07 pjdImplemented uma_zone_set_warning(9) function that sets...
2012-12-07 erwinUpdate to 9.8.4-P1.
2012-12-04 neelIFC @r243836
2012-12-03 dimUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-01 rwatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-11-28 alcAdd support for the (relatively) new object type OBJT_M...
2012-11-25 alcMake a few small changes to vm_map_pmap_enter():
2012-11-21 alcCorrect an error in r230623. When both VM_ALLOC_NODUMP...
2012-11-20 jkimMerge ACPICA 20121114.
2012-11-20 jh- Don't pass geom and provider names as format strings.
2012-11-17 alcUpdate a comment to reflect the elimination of the...
2012-11-17 neelIFC @ r243164
2012-11-16 kibMove the declaration of vm_phys_paddr_to_vm_page()...
2012-11-16 kibExplicitely state that M_USE_RESERVE requires M_NOWAIT...
2012-11-16 sjgMerge bmake-20121111
2012-11-14 kibFlip the semantic of M_NOWAIT to only require the alloc...
2012-11-13 neelIFC @ r242940
2012-11-13 alcReplace the single, global page queues lock with per...
2012-11-12 attilioFix DDB command "show map XXX":
2012-11-11 neelIFC @ r242684
2012-11-02 kibThe r241025 fixed the case when a binary, executed...
2012-11-01 alcIn general, we call pmap_remove_all() before calling...
2012-10-31 attilioRework the known mutexes to benefit about staying on...
2012-10-29 alcReplace the page hold queue, PQ_HOLD, by a new page...
2012-10-28 traszRemove useless check; vm_pindex_t is unsigned on all...
2012-10-26 mdfConst-ify the zone name argument to uma_zcreate(9).
2012-10-26 andreMove the corresponding MTX_SYSINIT() next to their...
2012-10-24 kibCommit the actual text provided by Alan, instead of...
2012-10-24 kibDirty the newly copied anonymous pages after the wired...
2012-10-22 dimImport libc++ trunk r165949. Among other improvements...
2012-10-22 kibRemove the support for using non-mpsafe filesystem...
2012-10-22 eadlerPrint flags as hex instead of an integer.
2012-10-21 nwhitehornUpdate dialog to 20120706: includes minor useability...
2012-10-19 uqsMerge mandoc from vendor into contrib and provide the...
2012-10-19 brooksReplace our version of the pwcache(3) API with NetBSD...
2012-10-13 alcMove vm_page_requeue() to the only file that uses it.
2012-10-13 alcEliminate the conditional for releasing the page queues...
2012-10-05 delphijMFV: tcpdump 4.3.0.
2012-10-05 delphijMFV: libpcap 1.3.0.
2012-10-03 alcTidy up a bit:
2012-10-03 marcelMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-09-28 kibFix the mis-handling of the VV_TEXT on the nullfs vnodes.
2012-09-23 alcAddress a race condition that was introduced in r238212...
2012-09-20 kibPlug the accounting leak for the wired pages when msync...
2012-09-18 glebiusIf caller specifies UMA_ZONE_OFFPAGE explicitly, then...
2012-09-14 eadlerCorrect double "the the"
2012-09-05 zont- Simplify VM code by using vmspace_wired_count() for...
2012-09-05 desWhitespace cleanup.
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-09-04 desNo memory barrier is required. This was pointed out...
2012-09-04 desRevert previous commit, which was performed in the...
2012-09-04 desNo memory barrier is required. This was pointed out...
2012-09-03 zont- After r240026 sgrowsiz should be used in a safer...
2012-08-30 zont- Remove accounting of locked memory from vsunlock...
2012-08-29 zont- Don't take an account of locked memory for current...
2012-08-27 pluknetTypo in previous change: print half the theoretical...
2012-08-26 glebiusFix function name in keg_cachespread_init() assert.
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-16 des- When running out of swzone, instead of spewing an...
2012-08-14 kibFor old mmap syscall, when executing on amd64 or ia64...
2012-08-14 kibAdjust the r205536, by allowing a non-zero offset for...
2012-08-14 kibDo not leave invalid pages in the object after the...
2012-08-08 andrewImport compiler-rt r160957.
2012-08-07 alcNever sleep on busy pages in vm_pageout_launder(),...
2012-08-05 kibAfter the PHYS_TO_VM_PAGE() function was de-inlined...
2012-08-04 kibReduce code duplication and exposure of direct access...
2012-08-03 alcInline vm_page_aflags_clear() and vm_page_aflags_set().
2012-07-30 alcEliminate an unneeded declaration. (I should have...
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-26 kibDo not requeue held page or page for which locking...
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-24 alcAddendum to r238604. If the inactive queue scan isn...
2012-07-18 kibDo not restart scan of the inactive queue when non...
2012-07-18 alcMove what remains of vm/vm_contig.c into vm/vm_pageout...
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-17 alcCorrect vm_page_alloc_contig()'s implementation of...
2012-07-16 alcVarious improvements to vm_contig_grow_cache(). Most...
2012-07-15 alcCorrect an off-by-one error in vm_reserv_alloc_contig...
next