freebsd-dev/sys/vm
Mark Johnston a7752896f0 Add vm_map_valid_range_KBI().
This is required for standalone module builds.

Reported by:	hselasky
Reviewed by:	dougm, hselasky, kib
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D25650
2020-07-13 16:39:27 +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 Use a single VM object for kernel stacks. 2020-04-26 20:08:57 +00:00
vm_fault.c Add a helper function for validating VA ranges. 2020-06-19 03:32:04 +00:00
vm_glue.c Use a single VM object for kernel stacks. 2020-04-26 20:08:57 +00:00
vm_init.c
vm_kern.c Factor out the kmem contig page alloc and reclamation code. 2020-04-21 16:01:44 +00:00
vm_kern.h Use a single VM object for kernel stacks. 2020-04-26 20:08:57 +00:00
vm_map.c Add vm_map_valid_range_KBI(). 2020-07-13 16:39:27 +00:00
vm_map.h Add vm_map_valid_range_KBI(). 2020-07-13 16:39:27 +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 kernel: provide panicky version of __unreachable 2020-05-13 18:07:37 +00:00
vm_radix.h
vm_reserv.c
vm_reserv.h
vm_swapout_dummy.c
vm_swapout.c Use a single VM object for kernel stacks. 2020-04-26 20:08:57 +00:00
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