freebsd-nq/sys/vm
Tor Egge 19dc560756 The vm map lock is needed in vm_fault() after the page has been found,
to avoid later changes before pmap_enter() and vm_fault_prefault()
has completed.

Simplify deadlock avoidance by not blocking on vm map relookup.

In collaboration with: alc
2004-08-12 20:14:49 +00:00
..
default_pager.c
device_pager.c In dev_pager_updatefake, m->valid is typically 0 on entry. It 2004-08-04 08:58:58 +00:00
phys_pager.c
pmap.h
swap_pager.c Tag all geom classes in the tree with a version number. 2004-08-08 07:57:53 +00:00
swap_pager.h
uma_core.c Generate KTR trace records for uma_zalloc_arg() and uma_zfree_arg(). 2004-08-06 21:52:38 +00:00
uma_dbg.c * Add a "how" argument to uma_zone constructors and initialization functions 2004-08-02 00:18:36 +00:00
uma_dbg.h * Add a "how" argument to uma_zone constructors and initialization functions 2004-08-02 00:18:36 +00:00
uma_int.h Rework the way slab header storage space is calculated in UMA. 2004-07-29 15:25:40 +00:00
uma.h * Add a "how" argument to uma_zone constructors and initialization functions 2004-08-02 00:18:36 +00:00
vm_contig.c Turn on the new contigmalloc(9) by default. There should not actually 2004-08-05 21:54:11 +00:00
vm_extern.h For years, kmem_alloc_pageable() has been misused. Now that the last of 2004-07-25 20:08:59 +00:00
vm_fault.c The vm map lock is needed in vm_fault() after the page has been found, 2004-08-12 20:14:49 +00:00
vm_glue.c Giant is no longer required by vm_waitproc() and vmspace_exitfree(). 2004-07-30 20:31:02 +00:00
vm_init.c Remove dead code. A vm_map's first_free is never NULL (even if the map is 2004-08-07 05:58:31 +00:00
vm_kern.c Back out all behavioral chnages. 2004-08-10 14:42:48 +00:00
vm_kern.h
vm_map.c The vm map lock is needed in vm_fault() after the page has been found, 2004-08-12 20:14:49 +00:00
vm_map.h The vm map lock is needed in vm_fault() after the page has been found, 2004-08-12 20:14:49 +00:00
vm_meter.c
vm_mmap.c Remove a product specific workaround for wrong modes when mmap(2)'ing 2004-08-05 07:04:33 +00:00
vm_object.c * Add a "how" argument to uma_zone constructors and initialization functions 2004-08-02 00:18:36 +00:00
vm_object.h Make the code and comments for vm_object_coalesce() consistent. 2004-07-25 07:48:47 +00:00
vm_page.c Advance the state of pmap locking on alpha, amd64, and i386. 2004-07-29 18:56:31 +00:00
vm_page.h Reimplement contigmalloc(9) with an algorithm which stands a greatly- 2004-07-19 06:21:27 +00:00
vm_pageout.c
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c
vnode_pager.h