..
default_pager.c
device_pager.c
Protect the creation of the device pager with the dev_pager_mtx. Lookup
2007-08-07 15:36:25 +00:00
memguard.c
Improve memguard a bit:
2005-12-30 11:45:07 +00:00
memguard.h
Improve memguard a bit:
2005-12-30 11:45:07 +00:00
phys_pager.c
Consider a scenario in which one processor, call it Pt, is performing
2007-08-05 21:04:32 +00:00
pmap.h
Complete the transition from pmap_page_protect() to pmap_remove_write().
2006-08-01 19:06:06 +00:00
redzone.c
redzone.h
Add buffer corruption protection (RedZone) for kernel's malloc(9).
2006-01-31 11:09:21 +00:00
swap_pager.c
Consider a scenario in which one processor, call it Pt, is performing
2007-08-05 21:04:32 +00:00
swap_pager.h
- Move 'struct swdevt' back into swap_pager.h and expose it to userland.
2007-02-07 17:43:11 +00:00
uma_core.c
Revert VMCNT_* operations introduction.
2007-05-31 22:52:15 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c
vm_extern.h
vm_fault.c
Two changes to vm_fault_additional_pages():
2007-07-20 06:55:11 +00:00
vm_glue.c
vm_init.c
vm_kern.c
When KVA is exhausted, try the vm_lowmem event for the last time before
2007-04-05 20:52:51 +00:00
vm_kern.h
vm_map.c
Revert VMCNT_* operations introduction.
2007-05-31 22:52:15 +00:00
vm_map.h
vm_meter.c
Add a counter for the total number of pages cached and support for
2007-07-27 20:01:22 +00:00
vm_mmap.c
vm_object.c
vm_object.h
vm_page.c
Add a counter for the total number of pages cached and support for
2007-07-27 20:01:22 +00:00
vm_page.h
Update a comment describing the page queues.
2007-07-13 04:42:20 +00:00
vm_pageout.c
vm_pageout.h
vm_pageq.c
Enable the new physical memory allocator.
2007-06-16 04:57:06 +00:00
vm_pager.c
Consider a scenario in which one processor, call it Pt, is performing
2007-08-05 21:04:32 +00:00
vm_pager.h
Update some comments to reflect the change from spl-based to lock-based
2005-05-18 22:08:52 +00:00
vm_param.h
Correct two comments.
2007-04-19 04:52:47 +00:00
vm_phys.c
Eliminate two unused functions: vm_phys_alloc_pages() and
2007-07-14 21:21:17 +00:00
vm_phys.h
Eliminate two unused functions: vm_phys_alloc_pages() and
2007-07-14 21:21:17 +00:00
vm_unix.c
vm_zeroidle.c
Eliminate dead code, specifically, an unused sysctl: "vm.idlezero_maxrun".
2007-07-14 19:00:44 +00:00
vm.h
Retire debug.mpsafevm. None of the architectures supported in CVS require
2006-07-21 23:22:49 +00:00
vnode_pager.c
vnode_pager.h
Move the body of vop_stdcreatevobject() over to the vnode_pager under
2005-01-24 21:21:59 +00:00