freebsd-dev/sys/vm
John Baldwin 9bdaa43379 Move the code to handle the vm.blacklist tunable up a layer into
vm_page_startup().  As a result, we now only lookup the tunable once
instead of looking it up once for every physical page of memory in the
system.  This cuts out about a 1 second or so delay in boot on x86
systems.  The delay is much larger and more noticable on sun4v apparently.

Reported by:	kmacy
MFC after:	1 week
2006-06-23 16:44:24 +00:00
..
default_pager.c
device_pager.c
memguard.c
memguard.h
phys_pager.c
pmap.h Remove mpte optimization from pmap_enter_quick(). 2006-06-15 01:01:06 +00:00
redzone.c
redzone.h
swap_pager.c
swap_pager.h
uma_core.c
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c
vm_extern.h
vm_fault.c Remove mpte optimization from pmap_enter_quick(). 2006-06-15 01:01:06 +00:00
vm_glue.c
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Use ptoa(psize) instead of size to compute the end of the mapping in 2006-06-17 08:45:01 +00:00
vm_map.h
vm_meter.c Enable debug.mpsafevm on arm by default. 2006-06-10 05:29:37 +00:00
vm_mmap.c Make the mincore(2) return ENOMEM when requested range is not fully mapped. 2006-06-21 12:59:05 +00:00
vm_object.c
vm_object.h
vm_page.c Move the code to handle the vm.blacklist tunable up a layer into 2006-06-23 16:44:24 +00:00
vm_page.h
vm_pageout.c
vm_pageout.h
vm_pageq.c Move the code to handle the vm.blacklist tunable up a layer into 2006-06-23 16:44:24 +00:00
vm_pager.c
vm_pager.h
vm_param.h
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c
vnode_pager.h