freebsd-dev/sys/vm
2020-07-09 22:38:36 +00:00
..
_vm_radix.h
default_pager.c
device_pager.c
memguard.c
memguard.h
phys_pager.c
pmap.h
redzone.c
redzone.h
sg_pager.c
swap_pager.c vm: rework swap_pager_status to execute in constant time 2020-06-09 14:16:18 +00:00
swap_pager.h
uma_core.c Fix UMA's first-touch policy on systems with empty domains. 2020-06-28 21:35:04 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h Clarify some language. Favor primary where both master and primary were 2020-06-20 20:21:04 +00:00
uma.h Clarify some language. Favor primary where both master and primary were 2020-06-20 20:21:04 +00:00
vm_domainset.c
vm_domainset.h
vm_extern.h
vm_fault.c Add a helper function for validating VA ranges. 2020-06-19 03:32:04 +00:00
vm_glue.c
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c vm: Add missing WITNESS warnings for M_WAITOK allocation 2020-06-29 16:54:00 +00:00
vm_map.h Add a helper function for validating VA ranges. 2020-06-19 03:32:04 +00:00
vm_meter.c
vm_mmap.c Add linux_madvise(2) instead of having Linux apps call the native 2020-06-20 18:29:22 +00:00
vm_object.c Call swap_pager_freespace() from vm_object_page_remove(). 2020-06-25 15:21:21 +00:00
vm_object.h
vm_page.c Revert r362998, r326999 while a better compatibility strategy is devised. 2020-07-09 22:38:36 +00:00
vm_page.h Revert r362998, r326999 while a better compatibility strategy is devised. 2020-07-09 22:38:36 +00:00
vm_pageout.c
vm_pageout.h
vm_pagequeue.h
vm_pager.c
vm_pager.h
vm_param.h
vm_phys.c Fix boot on systems where NUMA domain 0 is unpopulated. 2020-05-28 19:41:00 +00:00
vm_phys.h Fix boot on systems where NUMA domain 0 is unpopulated. 2020-05-28 19:41:00 +00:00
vm_radix.c
vm_radix.h
vm_reserv.c
vm_reserv.h
vm_swapout_dummy.c
vm_swapout.c
vm_unix.c
vm.h
vnode_pager.c Don't mark pages as valid if reading the contents from disk fails. 2020-06-06 00:47:59 +00:00
vnode_pager.h