| .. |
|
_vm_phys.h
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
_vm_radix.h
|
Every path in a radix trie ends with a leaf or a NULL. By replacing
|
2023-07-28 11:39:52 -05:00 |
|
device_pager.c
|
vm_object_kvme_type(): reimplement by embedding kvme_type into pagerops
|
2021-05-13 20:10:35 +03:00 |
|
memguard.c
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
memguard.h
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
phys_pager.c
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
pmap.h
|
Add pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and implement it on amd64.
|
2020-09-09 21:50:24 +00:00 |
|
redzone.c
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
redzone.h
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
sg_pager.c
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
swap_pager.c
|
vm: fix a number of functions to match the expected prototypes
|
2023-04-25 19:58:18 +02:00 |
|
swap_pager.h
|
Make swap_pager_freespace() global
|
2022-12-09 14:15:37 +02:00 |
|
uma.h
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
uma_core.c
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
uma_dbg.c
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
uma_dbg.h
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
uma_int.h
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
vm.h
|
vm/vm.h: cleanup
|
2022-09-17 11:58:52 +03:00 |
|
vm_domainset.c
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
vm_domainset.h
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
vm_dumpset.h
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
vm_extern.h
|
kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.
|
2022-09-22 15:09:19 -07:00 |
|
vm_fault.c
|
vm_map: Add a macro to fetch a map entry's split boundary index
|
2023-08-01 10:10:02 -04:00 |
|
vm_glue.c
|
vm: ansify
|
2023-02-13 18:23:21 +00:00 |
|
vm_init.c
|
tslog: Annotate parts of SYSINIT cpu
|
2023-06-04 10:16:35 -07:00 |
|
vm_kern.c
|
tslog: Annotate parts of SYSINIT cpu
|
2023-06-04 10:16:35 -07:00 |
|
vm_kern.h
|
Remove the VM map zone.
|
2020-08-17 13:02:01 +00:00 |
|
vm_map.c
|
vm: Fix address hints of 0 with MAP_32BIT
|
2023-08-12 02:35:21 -05:00 |
|
vm_map.h
|
vm_map_protect(): add VM_MAP_PROTECT_GROWSDOWN flag
|
2023-08-12 09:28:14 +03:00 |
|
vm_meter.c
|
vmmeter(): Fix detection of the named swap objects
|
2022-02-02 11:39:58 +02:00 |
|
vm_mmap.c
|
vm: Allow MAP_32BIT for all architectures
|
2023-08-14 20:20:20 +03:00 |
|
vm_object.c
|
vm_radix_init: use initializer
|
2023-07-14 01:49:55 -05:00 |
|
vm_object.h
|
vm: add VM_OBJECT_UNLOCK
|
2023-03-11 11:08:21 +00:00 |
|
vm_page.c
|
vm_phys: add binary segment search
|
2023-06-16 01:43:45 -05:00 |
|
vm_page.h
|
vm_phys: add binary segment search
|
2023-06-16 01:43:45 -05:00 |
|
vm_pageout.c
|
vm: reduce lock contention when processing vm batchqueues
|
2022-12-14 14:34:07 -05:00 |
|
vm_pageout.h
|
protosw: retire pr_drain and use EVENTHANDLER(9) directly
|
2022-08-17 11:50:31 -07:00 |
|
vm_pagequeue.h
|
vm: centralize VM_BATCHQUEUE_SIZE definition
|
2023-01-21 14:30:00 -05:00 |
|
vm_pager.c
|
vm: fix a number of functions to match the expected prototypes
|
2023-04-25 19:58:18 +02:00 |
|
vm_pager.h
|
vm_pager: add method to veto page allocation
|
2022-12-09 14:15:37 +02:00 |
|
vm_param.h
|
(fault 3/9) Move map relookup into a dedicated function.
|
2020-01-23 05:07:01 +00:00 |
|
vm_phys.c
|
vm_phys: tune vm_phys_enqueue_contig loop
|
2023-08-04 21:09:39 -05:00 |
|
vm_phys.h
|
vm_phys: add binary segment search
|
2023-06-16 01:43:45 -05:00 |
|
vm_radix.c
|
radix_tree: compute slot from keybarr
|
2023-07-30 15:12:06 -05:00 |
|
vm_radix.h
|
Every path in a radix trie ends with a leaf or a NULL. By replacing
|
2023-07-28 11:39:52 -05:00 |
|
vm_reserv.c
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
vm_reserv.h
|
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
|
2023-05-12 10:44:03 -06:00 |
|
vm_swapout.c
|
vm: Use __diagused for variables only used in KASSERT().
|
2022-04-13 16:08:20 -07:00 |
|
vm_swapout_dummy.c
|
SPDX: Consider code from Carnegie-Mellon University.
|
2017-11-30 15:48:35 +00:00 |
|
vm_unix.c
|
Prepare to handle non-trivial errors from vm_map_delete().
|
2020-09-09 21:34:31 +00:00 |
|
vnode_pager.c
|
vnode_pager_input: return runningbufspace back
|
2023-03-26 00:55:29 +02:00 |
|
vnode_pager.h
|
vm pager: writemapping accounting for OBJT_SWAP
|
2019-09-03 20:31:48 +00:00 |