freebsd-skq/sys/vm
kib 88eaa27723 MFC r275347:
Provide mutual exclusion between zone allocation/destruction and
uma_reclaim().
2014-12-14 09:34:55 +00:00
..
_vm_radix.h On all the architectures, avoid to preallocate the physical memory 2013-08-09 11:28:55 +00:00
default_pager.c MFC r274100: 2014-11-11 11:06:10 +00:00
device_pager.c MFC r263095: 2014-03-19 13:09:17 +00:00
memguard.c MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
memguard.h Replace kernel virtual address space allocation with vmem. This provides 2013-08-07 06:21:20 +00:00
phys_pager.c The soft and hard busy mechanism rely on the vm object lock to work. 2013-08-09 11:11:11 +00:00
pmap.h Fix a leak of the wired pages when unwiring of the PROT_NONE-mapped 2014-09-01 07:58:15 +00:00
redzone.c
redzone.h
sg_pager.c Different consumers of the struct vm_page abuse pageq member to keep 2013-08-10 17:36:42 +00:00
swap_pager.c MFC r274100: 2014-11-11 11:06:10 +00:00
swap_pager.h Do not map the swap i/o pbufs if the geom provider for the swap 2013-03-19 14:39:27 +00:00
uma_core.c MFC r275347: 2014-12-14 09:34:55 +00:00
uma_dbg.c - Add a per-zone lock for zones without kegs. 2013-06-20 19:08:12 +00:00
uma_dbg.h
uma_int.h MFC r258336: 2014-01-04 23:35:34 +00:00
uma.h Merge r261722, r261723, r261724, r261725 from head: 2014-03-04 14:46:30 +00:00
vm_extern.h Fix a leak of the wired pages when unwiring of the PROT_NONE-mapped 2014-09-01 07:58:15 +00:00
vm_fault.c MFC r272907: 2014-10-13 15:58:03 +00:00
vm_glue.c MFC r272536: 2014-10-11 17:49:51 +00:00
vm_init.c Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use 2013-09-09 18:11:59 +00:00
vm_kern.c MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
vm_kern.h - Add a statically allocated memguard arena since it is needed very early 2013-08-13 22:40:43 +00:00
vm_map.c MFC r272036: 2014-09-27 07:54:27 +00:00
vm_map.h MFC r267630: 2014-06-26 08:30:08 +00:00
vm_meter.c Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to 2013-02-20 12:03:20 +00:00
vm_mmap.c MFC r267630: 2014-06-26 08:30:08 +00:00
vm_object.c MFC r275513: 2014-12-12 09:22:52 +00:00
vm_object.h Fix a leak of the wired pages when unwiring of the PROT_NONE-mapped 2014-09-01 07:58:15 +00:00
vm_page.c MFC r269746: 2014-08-24 07:57:50 +00:00
vm_page.h MFC r269746: 2014-08-24 07:57:50 +00:00
vm_pageout.c MFC r270759: 2014-10-10 00:12:16 +00:00
vm_pageout.h Move what remains of vm/vm_contig.c into vm/vm_pageout.c, where similar 2012-07-18 05:21:34 +00:00
vm_pager.c - Add a general purpose resource allocator, vmem, from NetBSD. It was 2013-06-28 03:51:20 +00:00
vm_pager.h MFC r269643: 2014-08-13 06:58:42 +00:00
vm_param.h Remove unused definition for CTL_VM_NAMES. 2013-08-09 23:47:43 +00:00
vm_phys.c MFC r265100: 2014-05-06 12:20:07 +00:00
vm_phys.h Split the pagequeues per NUMA domains, and split pageademon process 2013-08-07 16:36:38 +00:00
vm_radix.c MFC r259107 2014-05-23 17:47:49 +00:00
vm_radix.h MFC r259107 2014-05-23 17:47:49 +00:00
vm_reserv.c MFC r271351 2014-10-04 22:52:21 +00:00
vm_reserv.h Refactor vm_page_alloc()'s interactions with vm_reserv_alloc_page() and 2013-05-12 16:50:18 +00:00
vm_unix.c - Improve readability of sys_obreak(). 2013-01-11 09:58:35 +00:00
vm_zeroidle.c Split the pagequeues per NUMA domains, and split pageademon process 2013-08-07 16:36:38 +00:00
vm.h rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LAST 2013-07-24 09:45:31 +00:00
vnode_pager.c MFC r271586: 2014-09-21 09:09:37 +00:00
vnode_pager.h