freebsd-dev/sys/vm
Alan Cox 239b5b9707 o Setting PG_MAPPED and PG_WRITEABLE on pages that are mapped and unmapped
by pmap_qenter() and pmap_qremove() is pointless.  In fact, it probably
   leads to unnecessary pmap_page_protect() calls if one of these pages is
   paged out after unwiring.

Note: setting PG_MAPPED asserts that the page's pv list may be
non-empty.  Since checking the status of the page's pv list isn't any
harder than checking this flag, the flag should probably be eliminated.
Alternatively, PG_MAPPED could be set by pmap_enter() exclusively
rather than various places throughout the kernel.
2002-07-31 18:46:47 +00:00
..
default_pager.c Remove references to vm_zone.h and switch over to the new uma API. 2002-03-20 04:02:59 +00:00
device_pager.c o Lock accesses to the page queues. 2002-07-12 02:55:55 +00:00
phys_pager.c o Lock page queue accesses by vm_page_unmanage(). 2002-07-13 23:55:30 +00:00
pmap.h Add a special page zero entry point intended to be called via the single 2002-07-08 04:24:26 +00:00
swap_pager.c o Lock page queue accesses by vm_page_free(). 2002-07-21 20:38:45 +00:00
swap_pager.h Remove references to vm_zone.h and switch over to the new uma API. 2002-03-20 04:02:59 +00:00
uma_core.c Fix a lock order reversal in uma_zdestroy. The uma_mtx needs to be held across 2002-07-05 21:39:52 +00:00
uma_dbg.c Remove unnecessary includes. 2002-07-05 05:16:19 +00:00
uma_dbg.h Hide a pointer to the malloc_type bucket at the end of the freed memory. If 2002-05-02 09:07:04 +00:00
uma_int.h Part 1 of KSE-III 2002-06-29 17:26:22 +00:00
uma.h Void functions cannot return values. 2002-07-18 15:53:11 +00:00
vm_contig.c o Require that the page queues lock is held on entry to vm_pageout_clean() 2002-07-27 23:20:32 +00:00
vm_extern.h o Merge vm_fault_wire() and vm_fault_user_wire() by adding a new parameter, 2002-07-24 19:47:56 +00:00
vm_fault.c o Lock page queue accesses by vm_page_activate(). 2002-07-27 07:20:27 +00:00
vm_glue.c o Setting PG_MAPPED and PG_WRITEABLE on pages that are mapped and unmapped 2002-07-31 18:46:47 +00:00
vm_init.c Remove references to vm_zone.h and switch over to the new uma API. 2002-03-20 04:02:59 +00:00
vm_kern.c o Lock page queue accesses by vm_page_free(). 2002-07-28 04:23:03 +00:00
vm_kern.h o Make contigmalloc1() static. 2002-05-22 01:01:37 +00:00
vm_map.c o Merge vm_fault_wire() and vm_fault_user_wire() by adding a new parameter, 2002-07-24 19:47:56 +00:00
vm_map.h Change struct vmspace->vm_shm from void * to struct shmmap_state *, this 2002-07-22 16:22:27 +00:00
vm_meter.c Part 1 of KSE-III 2002-06-29 17:26:22 +00:00
vm_mmap.c - Hold a lock on the vnode acquired from the file table across the call to 2002-07-06 22:14:38 +00:00
vm_object.c o In vm_object_madvise() and vm_object_page_remove() replace 2002-07-30 07:23:04 +00:00
vm_object.h At long last, commit the zero copy sockets code. 2002-06-26 03:37:47 +00:00
vm_page.c o Lock page accesses by vm_page_io_start() with the page queues lock. 2002-07-31 07:27:08 +00:00
vm_page.h o Introduce vm_page_sleep_if_busy() as an eventual replacement for 2002-07-29 19:41:22 +00:00
vm_pageout.c o Lock page queue accesses by vm_page_free(). 2002-07-28 05:46:47 +00:00
vm_pageout.h Remove __P. 2002-03-19 22:20:14 +00:00
vm_pageq.c o Remove dead and/or unused code. 2002-07-20 05:06:20 +00:00
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 o Remove some long dead code: from revision 1.41 of vm/vm_pager.c 2002-07-01 02:38:05 +00:00
vm_param.h Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader 2001-10-10 23:06:54 +00:00
vm_swap.c Export nswapdev through sysctl(8). 2002-05-31 08:17:58 +00:00
vm_unix.c Part I of RLIMIT_VMEM implementation. Implement core functionality for 2002-06-26 00:29:28 +00:00
vm_zeroidle.c Set P_NOLOAD on the pagezero kthread so that it doesn't artificially skew 2002-07-19 21:06:01 +00:00
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 o Lock page queue accesses by vm_page_free(). 2002-07-28 20:13:48 +00:00
vnode_pager.h Remove __P. 2002-03-19 22:20:14 +00:00