freebsd-skq/sys/vm
Alan Cox 2cf36c8f67 Enable reservation-based physical memory allocation. Even without the
creation of large page mappings in the pmap, it can provide modest
performance benefits.  In particular, for a "buildworld" on a 2x 1GHz
Ultrasparc IIIi it reduced the wall clock time by 2.2% and the system
time by 12.6%.

Tested by:	marius@
2010-11-10 17:57:34 +00:00
..
default_pager.c
device_pager.c
memguard.c
memguard.h
phys_pager.c
pmap.h
redzone.c
redzone.h
sg_pager.c
swap_pager.c PG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual pages and comments 2010-10-20 05:17:23 +00:00
swap_pager.h
uma_core.c Update startup_alloc() to support multi-page allocations and allow internal 2010-11-04 15:33:50 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h Change uma_zone_set_max to return the effective value of "nitems" after 2010-10-16 04:41:45 +00:00
vm_contig.c
vm_extern.h
vm_fault.c
vm_glue.c
vm_init.c
vm_kern.c Replace an XXX comment with the appropriate code. 2010-09-20 20:41:59 +00:00
vm_kern.h
vm_map.c In case the stack size reaches its limit and its growth must be restricted, 2010-11-07 21:40:34 +00:00
vm_map.h - Make 'vm_refcnt' volatile so that compilers won't be tempted to treat 2010-10-21 17:29:32 +00:00
vm_meter.c
vm_mmap.c Allow a POSIX shared memory object that is opened for read but not for 2010-09-19 19:42:04 +00:00
vm_object.c
vm_object.h
vm_page.c - Add minidump support for FreeBSD/mips 2010-11-07 03:09:02 +00:00
vm_page.h
vm_pageout.c On architectures with non-tree-based page tables like PowerPC, every page 2010-09-09 13:32:58 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_phys.c Correct some format strings used by sysctls. 2010-10-30 18:00:53 +00:00
vm_phys.h
vm_reserv.c Enable reservation-based physical memory allocation. Even without the 2010-11-10 17:57:34 +00:00
vm_reserv.h
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c
vnode_pager.h