kernel -- vm_object locking: DEBUG_LOCKS check for hold_wait vs hold deadlock
[dragonfly.git] / sys / vm / vm_object.h
2011-03-27 Venkatesh Srinivaskernel -- vm_object locking: DEBUG_LOCKS check for...
2011-03-04 Venkatesh Srinivaskernel -- vm_object locking Part 1: Primitives
2011-02-15 Venkatesh Srinivaskernel -- vm locking: Add vm_page_(un)lock and vm_objec...
2011-02-07 Sascha WildnerRemove useless belt and suspenders include guards in...
2010-10-05 Matthew Dillonkernel - Add Proportional RSS (PRES)
2010-08-28 Matthew Dillonkernel - Add vmobj_token, misc vm-related tokenization
2010-02-20 Matthew Dillonkernel - Add MNTK_NOMSYNC and OBJ_NOMSYNC
2010-02-09 Matthew Dillonkernel - struct vm_object - increase paging_in_progress...
2010-02-06 Matthew Dillonkernel - SWAP CACHE part 13/many - More vm_pindex_t...
2010-02-06 Matthew Dillonkernel - SWAP CACHE part 12/many - Add swapcache cleanu...
2010-02-03 Matthew Dillonkernel - SWAP CACHE part 1/many - Convert swblock to...
2007-06-08 Matthew DillonFormalize the object sleep/wakeup code when waiting...
2007-06-07 Matthew DillonImplement vm_fault_object_page(). This function return...
2006-12-28 Matthew DillonIntroduce globals: KvaStart, KvaEnd, and KvaSize. ...
2006-12-02 Matthew DillonReplace the global VM page hash table with a per-VM...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-05-17 Matthew DillonRemove the (unused) copy-on-write support for a vnode...
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2005-07-07 Hiten PandyaAdd code comments to improve object type documentation.
2005-06-02 Matthew DillonConditionalize thread2.h so /usr/src/usr.bin/fstat...
2005-06-02 Sascha WildnerRemove spl*() calls and replace them with critical...
2003-08-20 Robert Garrett__P()!=wanted, clean up the vm subsystem
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: