NetBSD/sys/uvm
matt 37726e8583 Improve the efficiency of searching for a contiguous set of free pages. 2011-01-18 21:43:29 +00:00
..
Makefile
files.uvm Make UVM_PAGE_TRKOWN a real flag. 2010-12-09 01:48:05 +00:00
uvm.h Make UVM_PAGE_TRKOWN a real flag. 2010-12-09 01:48:05 +00:00
uvm_amap.c
uvm_amap.h
uvm_anon.c
uvm_anon.h
uvm_aobj.c
uvm_aobj.h
uvm_bio.c Always take the object lock before changing vmpage flags. Fixes a deadlock 2010-11-30 10:55:25 +00:00
uvm_coredump.c
uvm_ddb.h
uvm_device.c
uvm_device.h
uvm_emap.c
uvm_extern.h Add better color matching selecting free pages. KM pages will now allocated 2011-01-04 08:26:33 +00:00
uvm_fault.c Fix bugs introduced by previous commit; allocated page needs to be bound 2011-01-06 05:51:57 +00:00
uvm_fault.h
uvm_fault_i.h
uvm_glue.c Retire struct user, remove sys/user.h inclusions. Note sys/user.h header 2011-01-14 02:06:22 +00:00
uvm_glue.h
uvm_init.c Oops. Fix thinko. 2010-11-14 04:31:02 +00:00
uvm_io.c
uvm_km.c Add better color matching selecting free pages. KM pages will now allocated 2011-01-04 08:26:33 +00:00
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 Add a MD hook to indicate a change of vmspace due to exec. (This is useful 2011-01-04 08:21:18 +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 Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch 2010-12-20 00:25:23 +00:00
uvm_mmap.c
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 Add better color matching selecting free pages. KM pages will now allocated 2011-01-04 08:26:33 +00:00
uvm_page.h Improve the efficiency of searching for a contiguous set of free pages. 2011-01-18 21:43:29 +00:00
uvm_pager.c
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 Improve the efficiency of searching for a contiguous set of free pages. 2011-01-18 21:43:29 +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 put the kernel-only externs back before <machine/pmap.h>. fixes ofppc build. 2010-11-29 09:49:33 +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 Fix format string; use PRIu64 for uint64_t. 2011-01-05 21:20:44 +00:00
uvm_stat.h
uvm_swap.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
uvm_swap.h
uvm_swapstub.c
uvm_unix.c
uvm_user.c
uvm_vnode.c