freebsd-nq/sys/vm
Jeff Roberson 855a310fcb - Add an event that is triggered when the system is low on memory. This is
intended to be used by significant memory consumers so that they may drain
   some of their caches.

Inspired by:	phk
Approved by:	re
Tested on:	x86, alpha
2002-11-21 09:17:56 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h Move pmap_collect() out of the machine-dependent code, rename it 2002-11-13 05:39:58 +00:00
swap_pager.c Remove vm_page_protect(). Instead, use pmap_page_protect() directly. 2002-11-18 04:05:22 +00:00
swap_pager.h
uma_core.c - Wakeup the correct address when a zone is no longer full. 2002-11-18 08:27:14 +00:00
uma_dbg.c atomic_set_8 isn't MI. Instead, follow Jake's suggestions about 2002-11-11 11:50:03 +00:00
uma_dbg.h
uma_int.h - Add support for machine dependant page allocation routines. MD code 2002-11-01 01:01:27 +00:00
uma.h Fix typo in comments (misspelled "necessary"). 2002-10-22 12:10:27 +00:00
vm_contig.c
vm_extern.h
vm_fault.c Now that pmap_remove_all() is exported by our pmap implementations 2002-11-16 07:44:25 +00:00
vm_glue.c - Check that a process isn't a new process (p_state == PRS_NEW) before 2002-10-22 14:31:32 +00:00
vm_init.c Move the definitions of the hw.physmem, hw.usermem and hw.availpages 2002-11-07 23:57:17 +00:00
vm_kern.c o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since 2002-08-25 00:22:31 +00:00
vm_kern.h
vm_map.c Fix an error case in vm_map_wire(): unwiring of an entry during cleanup 2002-11-09 21:26:49 +00:00
vm_map.h o Update some comments. 2002-09-22 04:33:43 +00:00
vm_meter.c
vm_mmap.c Invoke mac_check_vnode_mmap() during mmap operations on vnodes, 2002-10-22 15:56:44 +00:00
vm_object.c Remove vm_page_protect(). Instead, use pmap_page_protect() directly. 2002-11-18 04:05:22 +00:00
vm_object.h Remove dead code that hasn't been needed since the demise of share maps 2002-11-13 19:50:06 +00:00
vm_page.c Remove vm_page_protect(). Instead, use pmap_page_protect() directly. 2002-11-18 04:05:22 +00:00
vm_page.h Remove vm_page_protect(). Instead, use pmap_page_protect() directly. 2002-11-18 04:05:22 +00:00
vm_pageout.c - Add an event that is triggered when the system is low on memory. This is 2002-11-21 09:17:56 +00:00
vm_pageout.h
vm_pageq.c
vm_pager.c o Remove some long dead code: from revision 1.41 of vm/vm_pager.c 2002-07-01 02:38:05 +00:00
vm_pager.h
vm_param.h
vm_swap.c Merge from MAC tree: rename mac_check_vnode_swapon() to 2002-10-27 06:54:06 +00:00
vm_unix.c
vm_zeroidle.c
vm.h - Remove a number of extra newlines that do not belong here according to 2002-03-10 21:52:48 +00:00
vnode_pager.c Now that pmap_remove_all() is exported by our pmap implementations 2002-11-16 07:44:25 +00:00
vnode_pager.h