freebsd-skq/sys/vm
Alan Cox d0058957b5 Revision 1.74 of vm_meter.c ("Avoid lock-order reversal") makes the release
and subsequent reacquisition of the same vm object lock in
vm_object_collapse() unnecessary.
2004-01-02 19:57:45 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h
swap_pager.c Remove swap_pager_un_object_list; it is unused. 2003-12-29 04:21:44 +00:00
swap_pager.h
uma_core.c Fix all users of mp_maxid to use the same semantics, namely: 2003-12-03 14:57:26 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h - Significantly reduce the number of preallocated pv entries in 2003-12-22 01:01:32 +00:00
uma.h
vm_contig.c
vm_extern.h
vm_fault.c - Reduce Giant's scope in vm_fault(). 2003-12-26 23:33:37 +00:00
vm_glue.c - The Open Group Base Specifications Issue 6 specifies that an munmap(2) 2003-11-10 01:37:40 +00:00
vm_init.c
vm_kern.c - Increase the scope of the kmem_object's lock in kmem_malloc(). Add a 2004-01-01 19:48:56 +00:00
vm_kern.h
vm_map.c - Modify vm_object_split() to expect a locked vm object on entry and 2003-12-30 22:28:36 +00:00
vm_map.h - Rename vm_map_clean() to vm_map_sync(). This better reflects the fact 2003-11-09 05:25:35 +00:00
vm_meter.c Avoid lock-order reversal between the vm object list mutex and the vm 2004-01-02 19:38:25 +00:00
vm_mmap.c - Correct an error in mincore(2) that has existed since its introduction: 2003-12-21 06:03:40 +00:00
vm_object.c Revision 1.74 of vm_meter.c ("Avoid lock-order reversal") makes the release 2004-01-02 19:57:45 +00:00
vm_object.h - Rename vm_map_clean() to vm_map_sync(). This better reflects the fact 2003-11-09 05:25:35 +00:00
vm_page.c In vm_page_lookup() check the root of the vm object's splay tree for the 2003-12-31 19:02:01 +00:00
vm_page.h - Align a comment within struct vm_page. 2003-10-25 18:33:04 +00:00
vm_pageout.c - Push down Giant from vm_pageout() to vm_pageout_scan(), freeing 2003-10-24 06:43:04 +00:00
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h - Push down Giant from vm_pageout() to vm_pageout_scan(), freeing 2003-10-24 06:43:04 +00:00
vm_param.h
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c In vnode_pager_input_smlfs(), call VOP_STRATEGY instead of VOP_SPECSTRATEGY 2003-11-15 09:54:11 +00:00
vnode_pager.h