kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / vm / vm_pageout.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-11 Matthew Dillonkernel - Fix numerous performance problems with the...
2011-11-11 Matthew Dillonkernel - Performance improvements during heavy memory...
2011-11-08 Matthew Dillonkernel - reformulate some of the pmap code to adhere...
2011-10-28 Matthew Dillonkernel - Fix vm_object->rb_memq race in pageout daemon
2011-10-28 Matthew Dillonkernel - Another huge HUGE VM performance improvement...
2011-10-28 Matthew Dillonkernel - More many-cores SMP work
2011-10-25 Matthew Dillonkernel - Increase VM page free minimums for allocations
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-09-29 Matthew Dillonkernel - Numerous VM MPSAFE fixes
2011-03-04 Venkatesh Srinivaskernel -- vm_object locking Part 2: Lockup a few vm_obj...
2011-01-20 Venkatesh SrinivasRemove sys/mplock2.h from more files.
2010-12-20 Matthew Dillonkernel - vm_page BUSY handling, change vm_page_cache...
2010-10-30 Matthew Dillonkernel - Fix longstanding VM long-duration stall issues (2)
2010-10-30 Matthew Dillonkernel - Fix longstanding VM long-duration stall issues
2010-08-29 Matthew Dillonkernel - Remove unneeded get_mplock() wrappers near...
2010-08-28 Matthew Dillonkernel - unwind kthread_create() mplock
2010-06-12 Matthew Dillonkernel - MPSAFE work - tokenize more vm stuff
2010-04-01 Matthew Dillonkernel - Address excessive stall in pageout during...
2010-03-24 Matthew Dillonkernel - vm - Change inactive target to 1/4 memory...
2010-02-21 Matthew Dillonkernel - TMPFS - Stabilization pass, fix assertion...
2010-02-05 Matthew Dillonkernel - SWAP CACHE part 9/many - Fix excessive active...
2010-02-04 Matthew Dillonkernel - SWAP CACHE part 8/many - Add the swap cache...
2010-02-03 Matthew Dillonkernel - VM - fix vm_pages_needed race
2009-11-02 Matthew DillonVM - Adjust inactive_target and pageout code.
2009-10-08 Matthew Dillonkernel - Major performance changes to VM page management.
2009-09-01 Matthew DillonKernel - Minor cleanup.
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: