kernel - Optimize the x86-64 lwbuf API
[dragonfly.git] / sys / vm / vm_fault.c
2011-01-20 Matthew Dillonkernel - Optimize the x86-64 lwbuf API
2010-12-20 Matthew Dillonkernel - vm_page BUSY handling, change vm_page_cache...
2010-12-18 Matthew Dillonkernel - scheduler adjustments for large ncpus / 48...
2010-12-03 Matthew Dillonkernel - Remove unneeded critical sections from VM...
2010-10-29 Matthew Dillonkernel - Increase UPAGES, add kernel stack guard page
2010-09-15 Matthew Dillonkernel - Fix MADV_NOSYNC and MAP_NOSYNC, improve vkerne...
2010-09-13 Matthew DillonKernel - Implement swapoff
2010-08-10 Venkatesh SrinivasDocument sysctls vm.fast_fault, vm.dreadful_invltlb...
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-03-23 Matthew Dillonvkernel64 - Cleanup, unbreak 32 bit
2010-03-21 Jordan Gordeevamd64: Add kernel support for 64-bit virtual page tables.
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2010-03-02 Matthew Dillonkernel - Move grow_stack code in fault path to improve...
2010-02-03 Matthew Dillonkernel - SWAP CACHE part 3/many - Rearrange VM pagerops
2010-01-26 Matthew Dillonkernel - More buffer cache / VM coherency work
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...
2010-01-15 Matthew Dillonkernel - Improve VM fault performance for sequential...
2010-01-15 Matthew Dillonkernel - Improve VM fault performance for sequential...
2008-12-26 Matthew DillonChange the default for vm.burst_fault to 1, no problems...
2008-12-18 Matthew Dillonvnode_pager_haspage() could return TRUE but leave ...
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-08-28 Matthew DillonFix a bug in vnode_pager_generic_getpages(). This...
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-06-07 Matthew DillonImplement vm_fault_object_page(). This function return...
2007-01-12 Matthew DillonFix the recently committed (and described) page writabi...
2007-01-11 Matthew DillonReplace remaining uses of vm_fault_quick() with vm_faul...
2007-01-11 Matthew DillonFix a bug vm_fault_page(). PG_MAPPED was not getting...
2007-01-08 Matthew DillonAdd a missing pmap_enter() in vm_fault_page(). If...
2007-01-08 Matthew DillonImplement vm_fault_page_quick(), which will soon be...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-06 Matthew DillonAdd a new procedure, vm_fault_page(), which does all...
2007-01-01 Simon Schubert1:1 Userland threading stage 2.10/4:
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-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 DillonMore cleanups + fix a bug when taking a write fault...
2006-09-13 Matthew DillonMAP_VPAGETABLE support part 3/3.
2006-09-12 Matthew DillonMAP_VPAGETABLE support part 2/3.
2006-09-12 Matthew DillonMAP_VPAGETABLE support part 1/3.
2006-05-17 Matthew DillonRemove the (unused) copy-on-write support for a vnode...
2006-05-06 Matthew DillonFix a null pointer indirection, the VM fault rate limit...
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-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-10-24 Matthew DillonAvoid a recursive kernel fault and subsequent double...
2004-10-12 Matthew DillonTry to close an occassional VM page related panic that...
2004-05-31 Hiten PandyaRemove an unimplemented advisory function, pmap_pageabl...
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-13 Matthew DillonClose an interrupt race between vm_page_lookup() and...
2004-03-29 David RhodusMove vm_fault_quick() out from the machine specific...
2004-03-23 Matthew DillonANSIfication (procedure args) cleanup.
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-02 Hiten PandyaRename:
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-20 Robert Garrett__P()!=wanted, clean up the vm subsystem
2003-07-26 Robert GarrettRegister keyword removal
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-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: