freebsd-skq/sys/vm
alc 4021cd01fc Acquire and release the page queues lock around calls to pmap_protect()
because it updates flags within the vm page.

Approved by:	re (blanket)
2002-11-25 22:00:31 +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
uma.h
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
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Acquire and release the page queues lock around calls to pmap_protect() 2002-11-25 22:00:31 +00:00
vm_map.h
vm_meter.c
vm_mmap.c
vm_object.c Extend the scope of the page queues/fields locking in vm_freeze_copyopts() 2002-11-24 06:13:38 +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 Hold the page queues/flags lock when calling vm_page_set_validclean(). 2002-11-23 19:10:31 +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 Assert that the page queues lock rather than Giant is held in 2002-11-23 08:08:54 +00:00
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h
vm_swap.c
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c Hold the page queues/flags lock when calling vm_page_set_validclean(). 2002-11-23 19:10:31 +00:00
vnode_pager.h