.. |
_vm_radix.h
|
|
|
default_pager.c
|
|
|
device_pager.c
|
Change the vm_ooffset_t type to unsigned.
|
2018-12-02 13:16:46 +00:00 |
memguard.c
|
|
|
memguard.h
|
|
|
phys_pager.c
|
|
|
pmap.h
|
Add pmap_is_valid_memattr(9).
|
2018-08-01 18:45:51 +00:00 |
redzone.c
|
|
|
redzone.h
|
|
|
sg_pager.c
|
Change the vm_ooffset_t type to unsigned.
|
2018-12-02 13:16:46 +00:00 |
swap_pager.c
|
Allow to create swap zone larger than v_page_count / 2.
|
2018-12-01 16:50:12 +00:00 |
swap_pager.h
|
|
|
uma_core.c
|
Fix yet another edge case in uma_startup_count(). If zone size fits into
|
2018-11-28 19:54:02 +00:00 |
uma_dbg.c
|
|
|
uma_dbg.h
|
|
|
uma_int.h
|
For not offpage zones the slab is placed at the end of page. Keg's uk_pgoff
|
2018-11-28 19:17:27 +00:00 |
uma.h
|
Eliminate the arena parameter to kmem_free(). Implicitly this corrects an
|
2018-08-25 19:38:08 +00:00 |
vm_domainset.c
|
Add a !NUMA definition for vm_domainset_iter_policy_ref_init().
|
2018-10-24 17:09:20 +00:00 |
vm_domainset.h
|
Refactor domainset iterators for use by malloc(9) and UMA.
|
2018-10-23 16:35:58 +00:00 |
vm_extern.h
|
Add malloc_domainset(9) and _domainset variants to other allocator KPIs.
|
2018-10-30 18:26:34 +00:00 |
vm_fault.c
|
Eliminate typically pointless calls to vm_fault_prefault() on soft, copy-
|
2018-10-27 17:49:46 +00:00 |
vm_glue.c
|
Refactor domainset iterators for use by malloc(9) and UMA.
|
2018-10-23 16:35:58 +00:00 |
vm_init.c
|
Fix some problems that manifest when NUMA domain 0 is empty.
|
2018-10-30 17:57:40 +00:00 |
vm_kern.c
|
Avoid specifying VM_PROT_EXECUTE in mappings from pipe_map and exec_map.
|
2018-11-06 21:57:03 +00:00 |
vm_kern.h
|
Ensure that imports into per-domain kmem arenas are KVA_QUANTUM-aligned.
|
2018-09-20 18:29:55 +00:00 |
vm_map.c
|
vm: use fcmpset for vmspace reference counting
|
2018-12-07 16:22:54 +00:00 |
vm_map.h
|
Initialize the eflags field of vm_map headers.
|
2018-11-02 16:26:44 +00:00 |
vm_meter.c
|
Add a per-pagequeue pdpages counter.
|
2018-08-23 21:03:45 +00:00 |
vm_mmap.c
|
Remove unused argument to priv_check_cred.
|
2018-12-11 19:32:16 +00:00 |
vm_object.c
|
Include path for tmpfs objects in vm.objects sysctl
|
2018-11-30 04:59:43 +00:00 |
vm_object.h
|
Change the vm_ooffset_t type to unsigned.
|
2018-12-02 13:16:46 +00:00 |
vm_page.c
|
Update the free page count when blacklisting pages.
|
2018-11-29 16:31:01 +00:00 |
vm_page.h
|
Remove vm_page_remque().
|
2018-09-06 16:17:45 +00:00 |
vm_pageout.c
|
Initialize last_target in the laundry thread control loop.
|
2018-11-06 02:52:54 +00:00 |
vm_pageout.h
|
linuxkpi: Use pageproc instead of vmproc
|
2018-11-21 04:34:18 +00:00 |
vm_pagequeue.h
|
Allow empty NUMA memory domains to support Threadripper2
|
2018-10-01 14:14:21 +00:00 |
vm_pager.c
|
|
|
vm_pager.h
|
|
|
vm_param.h
|
|
|
vm_phys.c
|
Initialize static domainsets regardless of whether an SRAT is present.
|
2018-10-23 18:07:16 +00:00 |
vm_phys.h
|
Create some global domainsets and refactor NUMA registration.
|
2018-10-20 17:36:00 +00:00 |
vm_radix.c
|
|
|
vm_radix.h
|
|
|
vm_reserv.c
|
|
|
vm_reserv.h
|
|
|
vm_swapout_dummy.c
|
|
|
vm_swapout.c
|
linuxkpi: Use pageproc instead of vmproc
|
2018-11-21 04:34:18 +00:00 |
vm_unix.c
|
|
|
vm.h
|
|
|
vnode_pager.c
|
|
|
vnode_pager.h
|
|
|