kernel - SWAP CACHE part 11/many - Write improvements, fix backing store free
[dragonfly.git] / sys / vm / vm_object.c
2010-02-06 Matthew Dillonkernel - SWAP CACHE part 11/many - Write improvements...
2010-02-04 Matthew Dillonkernel - SWAP CACHE part 6/many - Refactor swap_pager_f...
2010-02-03 Matthew Dillonkernel - SWAP CACHE part 1/many - Convert swblock to...
2010-01-18 Matthew Dillonkernel - Fix pager bug in vm_fault and UFS and have...
2010-01-18 Matthew Dillonkernel - simplify vm pager ops, add pre-faulting for...
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-04-14 Matthew DillonDon't free held clean pages when asked to clean.
2007-06-08 Matthew DillonFormalize the object sleep/wakeup code when waiting...
2007-03-20 Matthew DillonGenerate a warning if a wired page is encountered on...
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
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-09-11 Matthew DillonMove flag(s) representing the type of vm_map_entry...
2006-05-25 Matthew DillonConvert almost all of the remaining manual traversals...
2006-05-17 Matthew DillonRemove the (unused) copy-on-write support for a vnode...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2005-06-02 Sascha WildnerRemove spl*() calls and replace them with critical...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-09-17 Matthew DillonFix a number of races. First, retain PG_BUSY through...
2004-07-31 Matthew DillonGet rid of mb_map. Retool the mbuf and mbuf cluster...
2004-07-28 Matthew Dillon(From Alan):
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-03-23 Matthew DillonANSIfication (procedure args) cleanup.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-11-11 Matthew DillonMost code that calls vm_object_allocate() assumes that...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-10-19 Matthew DillonEntirely remove the old kernel malloc and kmem_map...
2003-09-26 Matthew DillonRemove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel...
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-08-20 Robert Garrett__P()!=wanted, clean up the vm subsystem
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: