This is a major revamping of the pageout and low-memory handling code.
[dragonfly.git] / sys / vm / vm_page.c
2008-12-18 Matthew DillonThis is a major revamping of the pageout and low-memory...
2008-08-25 Matthew DillonAMD64 Support:
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-14 Matthew DillonFix a bug in umtx_sleep(). This function sleeps on...
2007-12-06 Matthew DillonFix a 'panic: vm_page_cache: caching a dirty page'...
2007-07-02 Matthew DillonThe real-kernel madvise and mcontrol system calls handl...
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...
2005-07-27 Matthew DillonAdd a missing crit_exit().
2005-06-14 Matthew DillonAdd additional sanity checks, remove unused arguments...
2005-06-02 Sascha WildnerRemove spl*() calls and replace them with critical...
2005-05-05 Sascha WildnerRemove DEC Alpha support.
2004-12-10 Matthew Dillonvm_page_free_*() now requires the page to be busied...
2004-10-12 Matthew DillonTry to close an occassional VM page related panic that...
2004-09-17 Matthew DillonFix a number of races. First, retain PG_BUSY through...
2004-05-27 Matthew DillonBring in the fictitious page wiring bug fixes from...
2004-05-20 Matthew DillonGet rid of VM_WAIT and VM_WAITPFAULT crud, replace...
2004-05-20 Matthew DillonCleanup pass. No operational changes.
2004-05-20 Matthew DillonMake the primary PQ_ macros available to modules by...
2004-05-13 Matthew DillonClose an interrupt race between vm_page_lookup() and...
2004-05-10 Hiten PandyaRemove newline from panic(9) message, it is redundant.
2004-04-01 Matthew DillonFix an unused variable warning (non-operational).
2004-03-24 Hiten PandyaCorrect a bug in vm_page_cache(). We should make sure...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-01-20 Matthew DillonRetool the M_* flags to malloc() and the VM_ALLOC_...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-10-15 Hiten PandyaSecond contigmalloc() cleanup:
2003-10-15 Hiten PandyaMajor contigmalloc() API cleanup:
2003-10-13 Hiten PandyaFix an ordering issue, call vm_map_entry_reserve()...
2003-10-02 Hiten PandyaRename:
2003-09-14 Matthew DillonPermanently fix the 'allocating low physmem in early...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-25 Matthew DillonAdd an alignment feature to vm_map_findspace(). This...
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-21 Matthew Dillonthread stage 8: add crit_enter(), per-thread cpl handli...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: