freebsd-dev/sys/vm
John Baldwin 29d481ae6a Make <vm/vm_extern.h> more self-contained.
Add a nested include of <sys/systm.h> for recently added assertions.
Without this, existing code (such as in drm-kmod) needs to be patched
to add the newly required header.

While here, rewrite the assertions using KASSERT().

Reviewed by:	dougm, alc, imp, kib
Differential Revision:	https://reviews.freebsd.org/D34070
2022-01-28 13:14:03 -08:00
..
_vm_phys.h
_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 swap_pager: uma_zcreate() doesn't fail 2022-01-11 09:27:45 -05:00
swap_pager.h swapoff: add one more variant of the syscall 2021-12-09 02:48:46 +02:00
uma_core.c uma: Avoid polling for an invalid SMR sequence number 2022-01-14 15:38:02 -05:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h Remove some remaining references to VM_ALLOC_NOOBJ 2021-10-19 21:22:56 -04:00
vm_domainset.c
vm_domainset.h
vm_dumpset.h minidump: Use the provided dump bitset 2021-11-19 15:05:52 -04:00
vm_extern.h Make <vm/vm_extern.h> more self-contained. 2022-01-28 13:14:03 -08:00
vm_fault.c vm_fault: Fix vm_fault_populate()'s handling of VM_FAULT_WIRE 2021-12-14 15:10:46 -05:00
vm_glue.c Remove special kstack allocation code for mips. 2022-01-06 04:43:56 +02:00
vm_init.c
vm_kern.c vm_page: Handle VM_ALLOC_NORECLAIM in the contiguous page allocator 2021-11-11 14:26:41 -05:00
vm_kern.h
vm_map.c fork: Copy the vm_stacktop field into the new vmspace 2022-01-18 10:51:49 -05:00
vm_map.h exec: Reimplement stack address randomization 2022-01-17 16:12:36 -05:00
vm_meter.c sys/vm: Use C99 fixed-width integer types. 2021-12-28 09:43:21 -08:00
vm_mmap.c Revert "syscallarg_t: Add a type for system call arguments" 2022-01-12 23:29:20 +00:00
vm_object.c Eliminate key press requirement "show vmopag" command output. 2021-12-19 19:40:52 -05:00
vm_object.h vm_object: Make is_object_active() global 2021-12-19 16:11:44 -08:00
vm_page.c Dump page tracking no longer needed on mips 2022-01-06 06:00:39 +02:00
vm_page.h vm_page: Remove vm_page_sbusy() and vm_page_xbusy() 2021-11-15 13:01:30 -05:00
vm_pageout.c vm_pageout_scans: correct detection of active object 2022-01-22 19:34:32 +02:00
vm_pageout.h
vm_pagequeue.h
vm_pager.c vm_pager: Optimize an assertion 2021-11-15 13:01:30 -05:00
vm_pager.h
vm_param.h
vm_phys.c vm_phys: add essential segment bounds check 2022-01-19 00:42:39 -06:00
vm_phys.h vm_phys: hide vm_phys_set_pool 2021-12-29 11:17:33 -06:00
vm_radix.c
vm_radix.h
vm_reserv.c vm_reserv: use enhanced bitstring for popmaps 2022-01-12 11:03:53 -06:00
vm_reserv.h vm: alloc pages from reserv before breaking it 2021-12-24 12:59:16 -06:00
vm_swapout_dummy.c
vm_swapout.c Make vmdaemon timeout configurable 2021-10-17 13:49:29 +01:00
vm_unix.c
vm.h
vnode_pager.c Add vnode_pager_purge_range(9) KPI 2021-08-05 22:52:26 +08:00
vnode_pager.h