]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
- Check the XLOCK prior to inspecting v_data.
[FreeBSD/FreeBSD.git] / sys / vm /
2003-10-04 Alan CoxAssert that the containing vm object's lock is held in
2003-10-04 Alan CoxSynchronize access to a vm page's valid field using...
2003-10-04 Alan Cox - Extend the scope the vm object lock to cover calls to
2003-10-04 Alan CoxSynchronize access to a vm page's valid field using...
2003-10-04 Jeff Roberson - Use the UMA_ZONE_VM flag on the fakepg and object...
2003-10-03 Alan CoxMigrate pmap_prefault() into the machine-independent...
2003-10-01 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2003-09-28 Alan CoxIn vm_page_remove(), assert that the vm object is locke...
2003-09-27 Marcel MoolenaarPart 2 of implementing rstacks: add the ability to...
2003-09-27 Poul-Henning KampProvide a bit more help with "memory overwritten after...
2003-09-26 Josef KarthauserThis commit was generated by cvs2svn to compensate...
2003-09-25 Peter WemmAdd sysentvec->sv_fixlimits() hook so that we can catch...
2003-09-23 Mike SilbersackAdjust the kmapentzone limit so that it takes into...
2003-09-23 Alan CoxChange the handling of the kernel and kmem objects...
2003-09-22 Alan CoxInitialize the page's pindex field even for VM_ALLOC_NO...
2003-09-21 Jeff Roberson - Fix MD_SMALL_ALLOC on architectures that support...
2003-09-20 Peter WemmBad Jeffr! No cookie!
2003-09-20 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2003-09-19 Jeff Roberson - Remove the working-set algorithm. Instead, use...
2003-09-19 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2003-09-19 Jeff Roberson - Remove the cache colorization code. We can't use...
2003-09-19 Jeff Roberson - There are an endless stream of style(9) errors in...
2003-09-19 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-09-19 Jeff Roberson - Don't inspect the zone in page_alloc(). It may...
2003-09-19 Jeff Roberson - Move the logic for dealing with the uma_boot_pages...
2003-09-19 Jeff Roberson - Fix the silly flag situation in UMA. Remove redunda...
2003-09-19 Jeff Roberson - Don't abuse M_DEVBUF, define a tag for UMA hashes.
2003-09-19 Jeff Roberson - Eliminate a pair of unnecessary variables.
2003-09-19 Jeff Roberson - Initialize a pool of bucket zones so that we waste...
2003-09-19 Alan CoxMerge vm_pageout_free_page_calc() into vm_pageout(...
2003-09-18 Alan CoxAdd vm object locking to vnode_pager_lock(). (This...
2003-09-17 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2003-09-17 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2003-09-17 Alan CoxRemove GIANT_REQUIRED from vm_object_shadow().
2003-09-17 Alan CoxWhen calling vget() on a vnode-backed vm object, acquir...
2003-09-16 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2003-09-15 Alan CoxEliminate the use of Giant from vm_object_reference().
2003-09-14 Alan CoxCall vm_page_unmanage() on pages belonging to the kmem_...
2003-09-13 Alan CoxThere is no need for an atomic increment on the vm...
2003-09-12 Alan CoxAdd a new parameter to pmap_extract_and_hold() that...
2003-09-08 Alan CoxIntroduce a new pmap function, pmap_extract_and_hold...
2003-09-07 Alan CoxRevise the locking in mincore(2).
2003-09-04 Josef KarthauserThis commit was generated by cvs2svn to compensate...
2003-09-02 Martin BlappThis commit was generated by cvs2svn to compensate...
2003-09-02 Martin BlappThis commit was generated by cvs2svn to compensate...
2003-09-02 Poul-Henning KampDon't open with exclusive bit, swapon(8) wants to trash...
2003-09-01 Eivind EklundChange clean_map from a global to an auto variable
2003-08-31 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2003-08-31 Alan Cox - Add vm object locking to the part of vm_pageout_scan...
2003-08-30 Marcel MoolenaarIntroduce MAP_ENTRY_GROWS_DOWN and MAP_ENTRY_GROWS_UP...
2003-08-30 Poul-Henning KampAdd a close() method to a swapdev.
2003-08-30 Poul-Henning KampProtect the swapdevice tailq with a mutex.
2003-08-30 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2003-08-30 Poul-Henning KampContinue the objectification of the swapdev backends:
2003-08-30 Poul-Henning KampMake the strategy function a method of the individual...
2003-08-30 Poul-Henning KampConsistent use modern function definitions
2003-08-29 Marcel MoolenaarIn vnode_pager_generic_putpages(), change the printf...
2003-08-28 Alan CoxRecent pmap changes permit the use of a more precise...
2003-08-25 Marcel MoolenaarAssert that u_long is at least 64 bits if PAGE_SIZE...
2003-08-23 Alan CoxHeld pages, just like wired pages, should not be added...
2003-08-23 Alan CoxHold the page queues lock when performing vm_page_clear...
2003-08-23 Alan CoxTo implement the sequential access optimization, vm_fau...
2003-08-23 Marcel MoolenaarAlso define VM_PAGE_BITS_ALL for 16K and 32K pages...
2003-08-23 Marcel MoolenaarAdd support for 16K and 32K page sizes. The valid and...
2003-08-22 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-08-22 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-08-22 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-08-22 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-08-21 Alan CoxAssert that the vm object's lock is held on entry to...
2003-08-20 Alan CoxAssert that the vm object lock is held in vm_page_alloc().
2003-08-20 Bosko MilekicIn sysctl_vm_zone, do not calculate per-cpu cache stats on
2003-08-18 Poul-Henning KampReplace a homegrown bdone()/bwait() implementation...
2003-08-18 Alan CoxThree unrelated changes to vm_proc_new(): (1) add vm...
2003-08-17 Poul-Henning KampUse NULL for 3rd argument of VOP_BMAP() rather than...
2003-08-16 Marcel MoolenaarIn vm_thread_swap{in|out}(), remove the alpha specific...
2003-08-15 Poul-Henning KampEliminate unnecessary udev_t variable: we can derive...
2003-08-15 Poul-Henning KampMake swaponvp() static to the swap_pager.
2003-08-15 Alan CoxExtend the scope of the page queues lock in vm_pageout_...
2003-08-13 Alan CoxRemove GIANT_REQUIRED from vmspace_alloc().
2003-08-13 Alan CoxReduce the size of the vm map (and by inclusion the...
2003-08-12 Warner LoshExpand inline the relevant parts of src/COPYRIGHT for...
2003-08-12 Alan CoxReduce the size of the vm object on 64-bit architecture...
2003-08-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-08-11 Bosko Milekic- When deciding whether to init the zone with small_ini...
2003-08-11 Bruce M SimpsonAdd the mlockall() and munlockall() system calls.
2003-08-11 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-08-11 Mike SilbersackMore pipe changes:
2003-08-07 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-08-07 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-08-07 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-08-07 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-08-06 Poul-Henning KampMake the first two pages magic to protect the BSD label...
2003-08-06 Poul-Henning KampRemove an unused variable.
2003-08-06 Poul-Henning KampStaticize swap_pager_putpages()
2003-08-06 Poul-Henning KampAccess the swap_pagers' ->putpages() through swappagero...
2003-08-06 Poul-Henning KampAdd XXX: comment to vm_pager_unswapped().
2003-08-06 Poul-Henning KampExplicitly set B_PAGING
2003-08-06 Poul-Henning KampRip out the totally bogos vnode swapdev_vp with extreem...
2003-08-05 Poul-Henning KampUse sparse struct initialization for struct pagerops.
2003-08-05 Poul-Henning KampUse sparse struct initializations for struct pagerops.
next