freebsd-skq/sys/vm
Alan Cox ea0f50bcf0 o Convert the vm_page buckets mutex to a spin lock. (This resolves
an issue on the Alpha platform found by jeff@.)
 o Simplify vm_page_lookup().

Reviewed by:	jhb
2002-04-30 21:24:47 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h Tidy up some loose ends. 2002-04-29 07:43:16 +00:00
swap_pager.c
swap_pager.h
uma_core.c Move the implementation of M_ZERO into UMA so that it can be passed to 2002-04-30 04:26:34 +00:00
uma_dbg.c Add a new UMA debugging facility. This will overwrite freed memory with 2002-04-30 07:54:25 +00:00
uma_dbg.h Add a new UMA debugging facility. This will overwrite freed memory with 2002-04-30 07:54:25 +00:00
uma_int.h Add a new zone flag UMA_ZONE_MTXCLASS. This puts the zone in it's own 2002-04-29 23:45:41 +00:00
uma.h Move the implementation of M_ZERO into UMA so that it can be passed to 2002-04-30 04:26:34 +00:00
vm_contig.c
vm_extern.h
vm_fault.c o Revert vm_fault1() to its original name vm_fault(), eliminating the wrapper 2002-04-30 03:44:34 +00:00
vm_glue.c o Introduce and use vm_map_trylock() to replace several direct uses 2002-04-28 06:07:54 +00:00
vm_init.c
vm_kern.c Tidy up some loose ends. 2002-04-29 07:43:16 +00:00
vm_kern.h
vm_map.c Add a new zone flag UMA_ZONE_MTXCLASS. This puts the zone in it's own 2002-04-29 23:45:41 +00:00
vm_map.h Pass the caller's file name and line number to the vm_map locking functions. 2002-04-28 23:12:52 +00:00
vm_meter.c Reintroduce locking on accesses to vm_object_list. 2002-04-20 07:23:22 +00:00
vm_mmap.c
vm_object.c Reintroduce locking on accesses to vm_object_list. 2002-04-20 07:23:22 +00:00
vm_object.h Reintroduce locking on accesses to vm_object_list. 2002-04-20 07:23:22 +00:00
vm_page.c o Convert the vm_page buckets mutex to a spin lock. (This resolves 2002-04-30 21:24:47 +00:00
vm_page.h We do not necessarily need to map/unmap pages to zero parts of them. 2002-04-28 00:15:48 +00:00
vm_pageout.c o Introduce and use vm_map_trylock() to replace several direct uses 2002-04-28 06:07: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 Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]() 2002-04-15 16:00:03 +00:00
vm.h
vnode_pager.c We do not necessarily need to map/unmap pages to zero parts of them. 2002-04-28 00:15:48 +00:00
vnode_pager.h