freebsd-dev/sys/vm
Mark Johnston cdd02f43b9 Revert r362360.
This commit was simply wrong since two different objects are locked.

Reported by:	lwhsu, pho
Pointy hat:	markj
2020-06-19 11:04:49 +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 uma: hide item_domain under ifdef NUMA 2020-05-29 08:30:35 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
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 Restore a check unintentionally dropped in r362361. 2020-06-19 04:18:20 +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 a helper function for validating VA ranges. 2020-06-19 03:32:04 +00:00
vm_object.c Revert r362360. 2020-06-19 11:04:49 +00:00
vm_object.h
vm_page.c
vm_page.h
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