..
_vm_radix.h
default_pager.c
device_pager.c
memguard.c
memguard.h
phys_pager.c
pmap.h
Properly sort the function declarations added in r286296
2015-08-05 10:48:32 +00:00
redzone.c
redzone.h
sg_pager.c
swap_pager.c
The swap pager is compatible with direct dispatch. It does its own
2015-09-08 17:47:56 +00:00
swap_pager.h
uma_core.c
Exploit r288122 to address a cosmetic issue. Since the pages allocated
2015-09-26 17:45:10 +00:00
uma_dbg.c
If INVARIANTS is specified, add ctor/dtor to junk memory if they are
2015-06-25 20:44:46 +00:00
uma_dbg.h
uma_int.h
uma.h
vm_domain.c
Add an initial NUMA affinity/policy configuration for threads and processes.
2015-07-11 15:21:37 +00:00
vm_domain.h
Add an initial NUMA affinity/policy configuration for threads and processes.
2015-07-11 15:21:37 +00:00
vm_extern.h
vm_fault.c
Refinements to r281079's sequential access optimization: Prefetched pages,
2015-08-03 20:30:27 +00:00
vm_glue.c
Make kstack_pages a tunable on arm, x86, and powepc. On i386, the
2015-08-10 17:18:21 +00:00
vm_init.c
vm_kern.c
The conversion of kmem_alloc_attr() from operating on a vm map to a vmem
2015-09-26 22:57:10 +00:00
vm_kern.h
vm_map.c
Remove a check which caused spurious SIGSEGV on usermode access to the
2015-09-09 06:19:33 +00:00
vm_map.h
Do not pretend that vm_fault(9) supports unwiring the address. Rename
2015-07-30 18:28:34 +00:00
vm_meter.c
Remove the v_cache_min and v_cache_max sysctls. They are unused and have
2015-09-11 03:00:20 +00:00
vm_mmap.c
Add a local variable initialization needed in the OBJT_DEFAULT case.
2015-07-05 22:26:19 +00:00
vm_object.c
Revert r173708's modifications to vm_object_page_remove().
2015-07-25 18:29:06 +00:00
vm_object.h
Revert r173708's modifications to vm_object_page_remove().
2015-07-25 18:29:06 +00:00
vm_page.c
Change vm_page_unwire() such that it (1) accepts PQ_NONE as the specified
2015-09-22 18:16:52 +00:00
vm_page.h
Change vm_page_unwire() such that it (1) accepts PQ_NONE as the specified
2015-09-22 18:16:52 +00:00
vm_pageout.c
Correct a non-fatal error in vm_pageout_worker(). vm_pageout_worker()
2015-09-20 19:20:03 +00:00
vm_pageout.h
vm_pager.c
- Make 'struct buf *buf' private to vfs_bio.c. Having a global variable
2015-07-29 02:26:57 +00:00
vm_pager.h
o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async().
2015-06-17 22:44:27 +00:00
vm_param.h
Remove the v_cache_min and v_cache_max sysctls. They are unused and have
2015-09-11 03:00:20 +00:00
vm_phys.c
Add an initial NUMA affinity/policy configuration for threads and processes.
2015-07-11 15:21:37 +00:00
vm_phys.h
Add an initial NUMA affinity/policy configuration for threads and processes.
2015-07-11 15:21:37 +00:00
vm_radix.c
vm_radix.h
vm_reserv.c
Introduce a sysctl for reporting the number of fully populated reservations.
2015-08-06 21:27:50 +00:00
vm_reserv.h
vm_unix.c
Implement lockless resource limits.
2015-06-10 10:48:12 +00:00
vm_zeroidle.c
vm.h
vnode_pager.c
Refactor unmapped buffer address handling.
2015-07-23 19:13:41 +00:00
vnode_pager.h