freebsd-skq/sys/vm
Alan Cox 56030358cb o Lock accesses to the page queues in vm_object_terminate().
o Eliminate some unnecessary 64-bit arithmetic in vm_object_split().
2002-07-09 18:02:03 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
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
swap_pager.h
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
uma_int.h
uma.h
vm_contig.c o Lock accesses to the free page queues in contigmalloc1(). 2002-07-05 06:43:32 +00:00
vm_extern.h Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/ 2002-07-07 23:05:27 +00:00
vm_fault.c
vm_glue.c Avoid vm_page_lookup() [grabs a spinlock] and just process the upage 2002-07-08 01:11:10 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c o Make the reservation of KVA space for kernel map entries a function 2002-07-03 19:16:37 +00:00
vm_map.h
vm_meter.c
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 Lock accesses to the page queues in vm_object_terminate(). 2002-07-09 18:02:03 +00:00
vm_object.h
vm_page.c Remove bogus vm_page_wakeup() in vm_page_cowfault() that will cause panics 2002-07-05 23:33:27 +00:00
vm_page.h o Resurrect vm_page_lock_queues(), vm_page_unlock_queues(), and the free 2002-07-04 22:07:37 +00:00
vm_pageout.c
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_page_queue_free_mtx is a spin mutex, not a normal sleep mutex. 2002-07-08 23:12:37 +00:00
vm.h
vnode_pager.c
vnode_pager.h