| 2011-01-20 |
Matthew Dillon | kernel - Optimize the x86-64 lwbuf API |
blob | commitdiff |
| 2010-12-20 |
Matthew Dillon | kernel - vm_page BUSY handling, change vm_page_cache... |
blob | commitdiff | diff to current |
| 2010-12-18 |
Matthew Dillon | kernel - scheduler adjustments for large ncpus / 48... |
blob | commitdiff | diff to current |
| 2010-12-03 |
Matthew Dillon | kernel - Remove unneeded critical sections from VM... |
blob | commitdiff | diff to current |
| 2010-10-29 |
Matthew Dillon | kernel - Increase UPAGES, add kernel stack guard page |
blob | commitdiff | diff to current |
| 2010-09-15 |
Matthew Dillon | kernel - Fix MADV_NOSYNC and MAP_NOSYNC, improve vkerne... |
blob | commitdiff | diff to current |
| 2010-09-13 |
Matthew Dillon | Kernel - Implement swapoff |
blob | commitdiff | diff to current |
| 2010-08-10 |
Venkatesh Srinivas | Document sysctls vm.fast_fault, vm.dreadful_invltlb... |
blob | commitdiff | diff to current |
| 2010-07-03 |
Matthew Dillon | kernel - MPSAFE work - Finish tokenizing vm_page.c |
blob | commitdiff | diff to current |
| 2010-06-11 |
Matthew Dillon | kernel - MPSAFE work - lockup vm_page.c, vm_fault.c |
blob | commitdiff | diff to current |
| 2010-03-23 |
Matthew Dillon | vkernel64 - Cleanup, unbreak 32 bit |
blob | commitdiff | diff to current |
| 2010-03-21 |
Jordan Gordeev | amd64: Add kernel support for 64-bit virtual page tables. |
blob | commitdiff | diff to current |
| 2010-03-18 |
Samuel J. Greear | kernel - Introduce lightweight buffers |
blob | commitdiff | diff to current |
| 2010-03-02 |
Matthew Dillon | kernel - Move grow_stack code in fault path to improve... |
blob | commitdiff | diff to current |
| 2010-02-03 |
Matthew Dillon | kernel - SWAP CACHE part 3/many - Rearrange VM pagerops |
blob | commitdiff | diff to current |
| 2010-01-26 |
Matthew Dillon | kernel - More buffer cache / VM coherency work |
blob | commitdiff | diff to current |
| 2010-01-18 |
Matthew Dillon | kernel - Fix pager bug in vm_fault and UFS and have... |
blob | commitdiff | diff to current |
| 2010-01-18 |
Matthew Dillon | kernel - simplify vm pager ops, add pre-faulting for... |
blob | commitdiff | diff to current |
| 2010-01-15 |
Matthew Dillon | kernel - Improve VM fault performance for sequential... |
blob | commitdiff | diff to current |
| 2010-01-15 |
Matthew Dillon | kernel - Improve VM fault performance for sequential... |
blob | commitdiff | diff to current |
| 2008-12-26 |
Matthew Dillon | Change the default for vm.burst_fault to 1, no problems... |
blob | commitdiff | diff to current |
| 2008-12-18 |
Matthew Dillon | vnode_pager_haspage() could return TRUE but leave ... |
blob | commitdiff | diff to current |
| 2008-07-01 |
Matthew Dillon | Fix numerous pageout daemon -> buffer cache deadlocks... |
blob | commitdiff | diff to current |
| 2008-05-09 |
Matthew Dillon | Fix many bugs and issues in the VM system, particularly... |
blob | commitdiff | diff to current |
| 2008-04-14 |
Matthew Dillon | Fix a bug in umtx_sleep(). This function sleeps on... |
blob | commitdiff | diff to current |
| 2007-08-28 |
Matthew Dillon | Fix a bug in vnode_pager_generic_getpages(). This... |
blob | commitdiff | diff to current |
| 2007-06-29 |
Matthew Dillon | Implement struct lwp->lwp_vmspace. Leave p_vmspace... |
blob | commitdiff | diff to current |
| 2007-06-07 |
Matthew Dillon | Implement vm_fault_object_page(). This function return... |
blob | commitdiff | diff to current |
| 2007-01-12 |
Matthew Dillon | Fix the recently committed (and described) page writabi... |
blob | commitdiff | diff to current |
| 2007-01-11 |
Matthew Dillon | Replace remaining uses of vm_fault_quick() with vm_faul... |
blob | commitdiff | diff to current |
| 2007-01-11 |
Matthew Dillon | Fix a bug vm_fault_page(). PG_MAPPED was not getting... |
blob | commitdiff | diff to current |
| 2007-01-08 |
Matthew Dillon | Add a missing pmap_enter() in vm_fault_page(). If... |
blob | commitdiff | diff to current |
| 2007-01-08 |
Matthew Dillon | Implement vm_fault_page_quick(), which will soon be... |
blob | commitdiff | diff to current |
| 2007-01-08 |
Matthew Dillon | Modify the trapframe sigcontext, ucontext, etc. Add... |
blob | commitdiff | diff to current |
| 2007-01-06 |
Matthew Dillon | Add a new procedure, vm_fault_page(), which does all... |
blob | commitdiff | diff to current |
| 2007-01-01 |
Simon Schubert | 1:1 Userland threading stage 2.10/4: |
blob | commitdiff | diff to current |
| 2006-12-28 |
Matthew Dillon | Make kernel_map, buffer_map, clean_map, exec_map, and... |
blob | commitdiff | diff to current |
| 2006-12-28 |
Matthew Dillon | Introduce globals: KvaStart, KvaEnd, and KvaSize. ... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-09-13 |
Matthew Dillon | Collapse some bits of repetitive code into their own... |
blob | commitdiff | diff to current |
| 2006-09-13 |
Matthew Dillon | More cleanups + fix a bug when taking a write fault... |
blob | commitdiff | diff to current |
| 2006-09-13 |
Matthew Dillon | MAP_VPAGETABLE support part 3/3. |
blob | commitdiff | diff to current |
| 2006-09-12 |
Matthew Dillon | MAP_VPAGETABLE support part 2/3. |
blob | commitdiff | diff to current |
| 2006-09-12 |
Matthew Dillon | MAP_VPAGETABLE support part 1/3. |
blob | commitdiff | diff to current |
| 2006-05-17 |
Matthew Dillon | Remove the (unused) copy-on-write support for a vnode... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | Fix a null pointer indirection, the VM fault rate limit... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Remove the thread pointer argument to lockmgr(). All... |
blob | commitdiff | diff to current |
| 2006-04-23 |
Matthew Dillon | Remove the now unused interlock argument to the lockmgr... |
blob | commitdiff | diff to current |
| 2006-03-15 |
Matthew Dillon | Implement a VM load heuristic. sysctl vm.vm_load will... |
blob | commitdiff | diff to current |
| 2005-11-14 |
Matthew Dillon | Make tsleep/wakeup() MP SAFE for kernel threads and... |
blob | commitdiff | diff to current |
| 2005-10-24 |
Matthew Dillon | Avoid a recursive kernel fault and subsequent double... |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | Try to close an occassional VM page related panic that... |
blob | commitdiff | diff to current |
| 2004-05-31 |
Hiten Pandya | Remove an unimplemented advisory function, pmap_pageabl... |
blob | commitdiff | diff to current |
| 2004-05-27 |
Matthew Dillon | Bring in the fictitious page wiring bug fixes from... |
blob | commitdiff | diff to current |
| 2004-05-20 |
Matthew Dillon | Get rid of VM_WAIT and VM_WAITPFAULT crud, replace... |
blob | commitdiff | diff to current |
| 2004-05-13 |
Matthew Dillon | Close an interrupt race between vm_page_lookup() and... |
blob | commitdiff | diff to current |
| 2004-03-29 |
David Rhodus | Move vm_fault_quick() out from the machine specific... |
blob | commitdiff | diff to current |
| 2004-03-23 |
Matthew Dillon | ANSIfication (procedure args) cleanup. |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2004-01-20 |
Matthew Dillon | Retool the M_* flags to malloc() and the VM_ALLOC_... |
blob | commitdiff | diff to current |
| 2003-11-03 |
Matthew Dillon | 64 bit address space cleanups which are a prerequisit... |
blob | commitdiff | diff to current |
| 2003-10-02 |
Hiten Pandya | Rename: |
blob | commitdiff | diff to current |
| 2003-08-27 |
Matthew Dillon | SLAB ALLOCATOR Stage 1. This brings in a slab allocato... |
blob | commitdiff | diff to current |
| 2003-08-20 |
Robert Garrett | __P()!=wanted, clean up the vm subsystem |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
blob | commitdiff | diff to current |
| 2003-07-03 |
Matthew Dillon | Split the struct vmmeter cnt structure into a global... |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|