freebsd-skq/sys/vm
2016-10-20 23:10:27 +00:00
..
_vm_radix.h
default_pager.c
device_pager.c
memguard.c
memguard.h
phys_pager.c
pmap.h Various changes to pmap_ts_referenced() 2016-09-10 16:49:25 +00:00
redzone.c
redzone.h
sg_pager.c
swap_pager.c Respect the caller's hints when performing swap readahead. 2016-09-04 00:25:49 +00:00
swap_pager.h
uma_core.c Simplify keg_drain() a bit by using LIST_FOREACH_SAFE. 2016-10-20 23:10:27 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_domain.c
vm_domain.h
vm_extern.h
vm_fault.c If vm_fault_hold(9) finds that fs.m is wired, do not free it after a 2016-10-17 08:17:06 +00:00
vm_glue.c Eliminate unneeded vm_page_xbusy() and vm_page_xunbusy() operations when 2016-08-14 22:00:45 +00:00
vm_init.c Conditionally move initial vfs bio alloc above 4G 2016-10-03 13:23:43 +00:00
vm_kern.c
vm_kern.h
vm_map.c
vm_map.h
vm_meter.c Remove support for idle page zeroing. 2016-09-03 20:38:13 +00:00
vm_mmap.c
vm_object.c Fix a race in vm_page_busy_sleep(9). 2016-10-13 14:41:05 +00:00
vm_object.h
vm_page.c Export vm_page_xunbusy_maybelocked(). 2016-10-17 08:14:23 +00:00
vm_page.h Export vm_page_xunbusy_maybelocked(). 2016-10-17 08:14:23 +00:00
vm_pageout.c Make the page daemon's notion of what kind of pass is being performed 2016-10-05 17:32:06 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_phys.c Remove support for idle page zeroing. 2016-09-03 20:38:13 +00:00
vm_phys.h Remove support for idle page zeroing. 2016-09-03 20:38:13 +00:00
vm_radix.c
vm_radix.h
vm_reserv.c
vm_reserv.h
vm_unix.c
vm.h
vnode_pager.c Fix incorrect assertion that could miss overflows. 2016-10-19 19:50:09 +00:00
vnode_pager.h