kernel - MPSAFE work - Finish tokenizing vm_page.c
[dragonfly.git] / sys / vm / vm_page.h
2010-07-03 Matthew Dillonkernel - MPSAFE work - Finish tokenizing vm_page.c
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-05 Samuel J. Greearkernel - Remove msf buffer code
2010-02-13 Matthew Dillonkernel - TMPFS - Add infrastructure to main kernel...
2010-02-12 Matthew Dillonkernel - SWAP CACHE part 19/many - distinguish bulk...
2010-02-04 Matthew Dillonkernel - SWAP CACHE part 4/many - Add PG_SWAPPED
2010-01-21 Matthew Dillonkernel - Add VM_ALLOC_QUICK feature to vm_page_alloc()
2010-01-15 Matthew Dillonkernel - Improve VM fault performance for sequential...
2010-01-15 Matthew Dillonkernel - Improve VM fault performance for sequential...
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-24 Matthew DillonKernel - more NFS fixes, more dirty bit fixes, remove...
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2009-05-27 Jordan Gordeevamd64: Check that pages freed to the zeroed-pages queue...
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-07-02 Matthew DillonA virtual kernel can cause a vm_page's hold_count to...
2006-12-02 Matthew DillonReplace the global VM page hash table with a per-VM...
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2005-08-27 Matthew DillonOnly include thread2.h for kernel builds (its macros...
2005-08-10 Hiten PandyaWrap 'pqtype' variable with INVARIANTS so annoying...
2005-06-14 Matthew DillonAdd additional sanity checks, remove unused arguments...
2005-06-02 Sascha WildnerRemove spl*() calls and replace them with critical...
2005-03-04 Matthew DillonThis is a major revamping of our MSFBUF API. MSFBUFs...
2005-02-22 Matthew DillonImprove the contigmalloc() memory allocator. Fix a...
2004-10-04 Matthew DillonOnly include opt_vmpage.h if _KERNEL is defined.
2004-06-03 Hiten PandyaRemove some long gone #defines, PFCLUSTER_BEHIND and...
2004-05-31 Hiten PandyaRemove a stale comment: PG_DIRTY and PG_FILLED were...
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-02-16 Joerg SonnenbergerAdd BUS_DMA_ZERO flag to bus_dmamem_alloc.
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 PandyaMajor contigmalloc() API cleanup:
2003-09-14 Matthew DillonPermanently fix the 'allocating low physmem in early...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
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: