kernel - MPSAFE work - Finish tokenizing vm_page.c
[dragonfly.git] / sys / vm / vm_page.c
2010-07-03 Matthew Dillonkernel - MPSAFE work - Finish tokenizing vm_page.c
2010-06-18 Alex HornungMPSAFE work - fix acquisition of vm_token
2010-06-11 Matthew Dillonkernel - MPSAFE work - lockup vm_page.c, vm_fault.c
2010-05-16 Matthew Dillonkernel - zero pages during idle
2010-03-24 Matthew DillonMerge remote branch 'crater/master' into vkernel64
2010-03-23 Matthew DillonHAMMER VFS - Fix another low memory deadlock issue
2010-03-21 Sascha Wildnervkernel64: Additional adjustments (amd64 -> x86_64...
2010-03-05 Matthew Dillonkernel - vm - add vm_wait_nominal()
2010-02-21 Matthew Dillonkernel - TMPFS - Stabilization pass, fix assertion...
2010-02-13 Matthew Dillonkernel - TMPFS - Bug fixing pass - paging to/from swap...
2010-02-13 Matthew Dillonkernel - TMPFS - Add infrastructure to main kernel...
2010-02-06 Matthew Dillonkernel - SWAP CACHE part 13/many - More vm_pindex_t...
2010-02-04 Matthew Dillonkernel - SWAP CACHE part 7/many - Add vm_swapcache...
2010-01-21 Matthew Dillonkernel - Add VM_ALLOC_QUICK feature to vm_page_alloc()
2009-12-07 Alex Hornungdump - Unbreak VKERNELs
2009-12-06 Alex Hornungpmap - Change pmap_map syntaxis
2009-11-07 Simon Schubertrename amd64 architecture to x86_64
2009-11-07 Jordan GordeevRevert "rename amd64 architecture to x86_64"
2009-11-05 Simon Schubertrename amd64 architecture to x86_64
2009-08-28 Matthew DillonKernel - Close VM/BIO races and document.o
2009-08-24 Matthew DillonKernel - more NFS fixes, more dirty bit fixes, remove...
2009-08-24 Matthew DillonKernel - Fix issues with vnode_pager_setsize() (effects...
2009-06-05 Jordan Gordeevamd64: Fix booting on machines with large ammounts...
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: