This is a major revamping of the pageout and low-memory handling code.
[dragonfly.git] / sys / vm / vm_map.h
2008-12-18 Matthew DillonThis is a major revamping of the pageout and low-memory...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-01-11 Matthew DillonFix a bug vm_fault_page(). PG_MAPPED was not getting...
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-13 Matthew DillonCollapse some bits of repetitive code into their own...
2006-09-13 Matthew DillonMAP_VPAGETABLE support part 3/3.
2006-09-12 Matthew DillonMAP_VPAGETABLE support part 1/3.
2006-09-11 Matthew DillonMove flag(s) representing the type of vm_map_entry...
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-05-05 Matthew DillonRemove the thread pointer argument to lockmgr(). All...
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-03-15 Matthew DillonImplement a VM load heuristic. sysctl vm.vm_load will...
2005-11-19 Matthew DillonConvert the lockmgr interlock from a token to a spinloc...
2005-10-09 Simon Schubert1:1 Userland threading stage 2.6/4:
2005-01-20 Matthew DillonReplace the cache-point linear search algorithm for...
2004-05-24 Hiten PandyaWrap the VM MAP locking routines with _KERNEL, user...
2004-03-12 Matthew DillonIn an rfork'd or vfork'd situation where multiple proce...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-01-20 Matthew DillonResident executable support stage 1/4: Add kernel bits...
2004-01-14 Matthew DillonCleanup the vm_map_entry_[k]reserve/[k]release() API...
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...
2003-10-02 Hiten PandyaRename:
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-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-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: