.. |
_vm_radix.h
|
|
|
default_pager.c
|
|
|
device_pager.c
|
|
|
memguard.c
|
Free the right address range if kmem_back() fails in memguard_alloc().
|
2017-10-20 21:13:19 +00:00 |
memguard.h
|
|
|
phys_pager.c
|
Replace manyinstances of VM_WAIT with blocking page allocation flags
|
2017-11-08 02:39:37 +00:00 |
pmap.h
|
|
|
redzone.c
|
|
|
redzone.h
|
|
|
sg_pager.c
|
|
|
swap_pager.c
|
Replace manyinstances of VM_WAIT with blocking page allocation flags
|
2017-11-08 02:39:37 +00:00 |
swap_pager.h
|
Make the swap_pager_full variable static.
|
2017-08-30 09:44:05 +00:00 |
uma_core.c
|
Fix operator priority.
|
2017-11-08 23:25:05 +00:00 |
uma_dbg.c
|
|
|
uma_dbg.h
|
|
|
uma_int.h
|
Include _bitset.h to get BITSET_DEFINE, used to define struct slabbits.
|
2017-09-15 14:59:35 +00:00 |
uma.h
|
Replace manyinstances of VM_WAIT with blocking page allocation flags
|
2017-11-08 02:39:37 +00:00 |
vm_domain.c
|
|
|
vm_domain.h
|
|
|
vm_extern.h
|
Move swapout code into vm/vm_swapout.c.
|
2017-10-20 09:10:49 +00:00 |
vm_fault.c
|
Switching from a global hash table to per-vm_object radix tries for mapping
|
2017-08-28 16:55:43 +00:00 |
vm_glue.c
|
Move swapout code into vm/vm_swapout.c.
|
2017-10-20 09:10:49 +00:00 |
vm_init.c
|
|
|
vm_kern.c
|
Replace manyinstances of VM_WAIT with blocking page allocation flags
|
2017-11-08 02:39:37 +00:00 |
vm_kern.h
|
|
|
vm_map.c
|
|
|
vm_map.h
|
|
|
vm_meter.c
|
Move vmmeter atomic counters into dedicated cache lines
|
2017-09-10 19:00:38 +00:00 |
vm_mmap.c
|
Correct the type of foff.
|
2017-11-08 01:53:03 +00:00 |
vm_object.c
|
Replace manyinstances of VM_WAIT with blocking page allocation flags
|
2017-11-08 02:39:37 +00:00 |
vm_object.h
|
Use existing tag name for the vm_object' memq.
|
2017-09-13 19:03:59 +00:00 |
vm_page.c
|
Replace manyinstances of VM_WAIT with blocking page allocation flags
|
2017-11-08 02:39:37 +00:00 |
vm_page.h
|
Replace manyinstances of VM_WAIT with blocking page allocation flags
|
2017-11-08 02:39:37 +00:00 |
vm_pageout.c
|
Allow various page daemon parameters to be set from loader.conf.
|
2017-11-08 19:55:17 +00:00 |
vm_pageout.h
|
Move swapout code into vm/vm_swapout.c.
|
2017-10-20 09:10:49 +00:00 |
vm_pager.c
|
Start annotating global _padalign locks with __exclusive_cache_line
|
2017-09-06 20:28:18 +00:00 |
vm_pager.h
|
|
|
vm_param.h
|
Add OID for the vm.overcommit sysctl. This makes it possible to remove
|
2017-10-22 10:35:29 +00:00 |
vm_phys.c
|
Speed up vm_page_array initialization.
|
2017-09-07 21:43:39 +00:00 |
vm_phys.h
|
Reduce traffic on vm_cnt.v_free_count
|
2017-10-13 21:54:34 +00:00 |
vm_radix.c
|
Replace manyinstances of VM_WAIT with blocking page allocation flags
|
2017-11-08 02:39:37 +00:00 |
vm_radix.h
|
Replace manyinstances of VM_WAIT with blocking page allocation flags
|
2017-11-08 02:39:37 +00:00 |
vm_reserv.c
|
|
|
vm_reserv.h
|
|
|
vm_swapout_dummy.c
|
Move swapout code into vm/vm_swapout.c.
|
2017-10-20 09:10:49 +00:00 |
vm_swapout.c
|
Move swapout code into vm/vm_swapout.c.
|
2017-10-20 09:10:49 +00:00 |
vm_unix.c
|
|
|
vm.h
|
|
|
vnode_pager.c
|
Take the vm object lock in read mode in vnode_generic_putpages().
|
2017-10-20 18:40:29 +00:00 |
vnode_pager.h
|
Mark pages after EOF as clean after pageout.
|
2017-07-26 20:07:05 +00:00 |