NetBSD/sys/uvm
uebayasi 2bc2c4def2 ... and another. 2010-11-14 15:18:07 +00:00
..
Makefile
files.uvm
uvm.h
uvm_amap.c
uvm_amap.h
uvm_anon.c
uvm_anon.h
uvm_aobj.c Add vm page flag PG_MARKER and use it to tag dummy marker pages 2010-07-29 10:54:50 +00:00
uvm_aobj.h
uvm_bio.c Keep the lock around pmap_update() where required. While fixing this 2010-06-22 18:34:50 +00:00
uvm_coredump.c
uvm_ddb.h
uvm_device.c
uvm_device.h
uvm_emap.c
uvm_extern.h Hide uvm/uvm_page.h again to ensure its internal structures are MD. 2010-11-13 05:52:55 +00:00
uvm_fault.c Keep the lock around pmap_update() where required. While fixing this 2010-06-22 18:34:50 +00:00
uvm_fault.h
uvm_fault_i.h
uvm_glue.c
uvm_glue.h
uvm_init.c Oops. Fix thinko. 2010-11-14 04:31:02 +00:00
uvm_io.c
uvm_km.c
uvm_km.h
uvm_kmguard.c Spell immediately correctly. 2010-11-02 20:49:47 +00:00
uvm_kmguard.h
uvm_loan.c
uvm_loan.h
uvm_map.c Fixes/improvements to RB-tree implementation: 2010-09-24 22:51:50 +00:00
uvm_map.h Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also 2010-09-25 01:42:38 +00:00
uvm_meter.c Include uvm/uvm.h because this is part of UVM. 2010-11-06 12:18:17 +00:00
uvm_mmap.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
uvm_mremap.c sys_mremap: unwrap a short line 2010-08-16 01:21:10 +00:00
uvm_object.c
uvm_object.h Include uvm/uvm_pglist.h for struct pglist. 2010-11-06 12:19:14 +00:00
uvm_page.c ... and another. 2010-11-14 15:18:07 +00:00
uvm_page.h Be a little more friendly to dynamic physical segment registration. 2010-11-14 15:06:34 +00:00
uvm_pager.c Keep the lock around pmap_update() where required. While fixing this 2010-06-22 18:34:50 +00:00
uvm_pager.h replace the earlier workaround for PR 40389 with a better fix. 2010-09-01 16:56:19 +00:00
uvm_param.h Oops. Fix thinko. 2010-11-14 04:31:02 +00:00
uvm_pdaemon.c
uvm_pdaemon.h Make "no options VMSWAP" kernels compile again. 2010-09-07 04:45:22 +00:00
uvm_pdpolicy.h
uvm_pdpolicy_clock.c
uvm_pdpolicy_clockpro.c
uvm_pdpolicy_impl.h
uvm_pglist.c Be a little more friendly to dynamic physical segment registration. 2010-11-14 15:06:34 +00:00
uvm_pglist.h Provide a forward declaration of "struct vm_page", whose internal 2010-11-06 15:48:00 +00:00
uvm_pmap.h Turn PMAP_NOCACHE into MI flag. 2010-07-06 21:11:22 +00:00
uvm_prot.h
uvm_readahead.c Make common kernel module binaries work on both sun3 and sun3x. 2010-10-15 15:55:52 +00:00
uvm_readahead.h
uvm_stat.c
uvm_stat.h switch the UVMHIST counters from mutexes to atomic ops 2010-07-07 01:08:51 +00:00
uvm_swap.c Replace vget() with vref()/vn_lock(), this node already has a reference. 2010-07-09 08:10:50 +00:00
uvm_swap.h
uvm_swapstub.c
uvm_unix.c
uvm_user.c
uvm_vnode.c