freebsd-skq/sys/vm
attilio 846436b8c8 VN_NRESERVLEVEL is used in this file but opt_vm is not included
thus the stub switch won't be correctly handled.
Include opt_vm.h.

Submitted by:	jeff
MFC after:	3 days
2011-10-22 22:00:35 +00:00
..
default_pager.c
device_pager.c
memguard.c Make memguard(9) capable to guard uma(9) allocations. 2011-10-12 18:08:28 +00:00
memguard.h Make memguard(9) capable to guard uma(9) allocations. 2011-10-12 18:08:28 +00:00
phys_pager.c
pmap.h
redzone.c
redzone.h
sg_pager.c
swap_pager.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
swap_pager.h
uma_core.c Make memguard(9) capable to guard uma(9) allocations. 2011-10-12 18:08:28 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h Make memguard(9) capable to guard uma(9) allocations. 2011-10-12 18:08:28 +00:00
vm_contig.c Fix an error in kmem_alloc_attr(). Unless "tries" is updated, 2011-08-07 00:11:39 +00:00
vm_extern.h
vm_fault.c Use the trick of performing the atomic operation on the contained aligned 2011-09-28 14:57:50 +00:00
vm_glue.c
vm_init.c
vm_kern.c - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flag 2011-08-09 21:01:36 +00:00
vm_kern.h
vm_map.c
vm_map.h
vm_meter.c
vm_mmap.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
vm_object.c Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic 2011-09-06 10:30:11 +00:00
vm_object.h
vm_page.c Style nit. 2011-09-29 00:44:34 +00:00
vm_page.h Fix grammar. 2011-09-28 16:12:15 +00:00
vm_pageout.c Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic 2011-09-06 10:30:11 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h Move the definition of M_VMPGDATA to the swap pager, where the only 2011-01-18 04:54:43 +00:00
vm_param.h
vm_phys.c VN_NRESERVLEVEL is used in this file but opt_vm is not included 2011-10-22 22:00:35 +00:00
vm_phys.h
vm_reserv.c
vm_reserv.h
vm_unix.c Control the execution permission of the readable segments for 2011-10-15 12:35:18 +00:00
vm_zeroidle.c
vm.h
vnode_pager.c Fix a typo in a comment. 2011-10-14 11:48:32 +00:00
vnode_pager.h