This is a major revamping of the pageout and low-memory handling code.
[dragonfly.git] / sys / vm / vm_pageout.c
2008-12-18 Matthew DillonThis is a major revamping of the pageout and low-memory...
2008-12-18 Matthew DillonFix bugs in dealing with low-memory situations when...
2008-07-01 Matthew DillonFix numerous pageout daemon -> buffer cache deadlocks...
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-04-28 Matthew DillonPaging and swapping system fixes.
2008-03-20 Matthew DillonRemove calls to pmap_clear_modify() in the swap_pager...
2007-03-20 Matthew DillonMinor syntax cleanup
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2006-12-28 Matthew DillonIntroduce globals: KvaStart, KvaEnd, and KvaSize. ...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-02 Matthew DillonReplace the global VM page hash table with a per-VM...
2006-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
2006-09-11 Matthew DillonMove flag(s) representing the type of vm_map_entry...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-05-25 Matthew DillonConvert almost all of the remaining manual traversals...
2006-05-23 Matthew DillonThe pageout daemon does not usually page out pages...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonRemove the thread pointer argument to lockmgr(). All...
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-03-15 Matthew DillonImplement a VM load heuristic. sysctl vm.vm_load will...
2006-01-13 Sascha Wildner* Remove (void) casts for discarded return values.
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-06-27 Matthew Dillon* Remove a procedural layer in the scheduler clock...
2005-06-25 Matthew DillonAssociate a userland scheduler control structure with...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-05-13 Matthew DillonClose an interrupt race between vm_page_lookup() and...
2004-03-23 Matthew DillonANSIfication (procedure args) cleanup.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-08-20 Robert Garrett__P()!=wanted, clean up the vm subsystem
2003-07-26 Robert GarrettRegister keyword removal
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-22 Matthew Dillonproc->thread stage 1: change kproc_*() API to take...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: