NetBSD/sys/uvm
2008-12-03 14:46:24 +00:00
..
files.uvm Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
Makefile
uvm_amap.c Make adjustment of uvm_extrapages atomic since it's done without a lock. 2008-12-03 11:43:51 +00:00
uvm_amap.h "sparce" -> "sparse" + commas after "large", prior to "sparse" 2008-10-26 08:32:02 +00:00
uvm_anon.c push pmap_clear_reference calls into pdpolicy code, where reference bits 2008-01-18 10:48:23 +00:00
uvm_anon.h Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
uvm_aobj.c - Initialize pool subsystem and kmem(9) earlier, when UVM is up enough. 2008-10-18 03:46:22 +00:00
uvm_aobj.h remove a duplicated decl. of aobj_pager. 2007-12-01 10:40:03 +00:00
uvm_bio.c g/c #if 0'd ubc_flush() 2008-11-27 08:46:09 +00:00
uvm_coredump.c Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
uvm_ddb.h Make "show uvmhist" available to all arches (not just sparc*) in ddb. 2008-08-08 17:09:28 +00:00
uvm_device.c udv_fault: pmap_update before releasing locks. 2008-06-04 13:35:24 +00:00
uvm_device.h
uvm_extern.h Rototill all remaining file systems to use ubc_uiomove() instead 2008-11-26 20:17:33 +00:00
uvm_fault_i.h Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
uvm_fault.c Update a comment. 2008-07-04 10:22:35 +00:00
uvm_fault.h
uvm_glue.c Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
uvm_glue.h remove a special allocator for uareas, which is no longer necessary. 2008-01-28 12:22:46 +00:00
uvm_init.c - Initialize pool subsystem and kmem(9) earlier, when UVM is up enough. 2008-10-18 03:46:22 +00:00
uvm_io.c
uvm_km.c PR port-amd64/32816 amd64 can not load lkms 2008-12-01 10:54:57 +00:00
uvm_km.h PR port-amd64/32816 amd64 can not load lkms 2008-12-01 10:54:57 +00:00
uvm_loan.c uvm_loanuobjpages(): "nfsread" -> "loanuopg" in tsleep wmesg 2008-12-03 14:46:24 +00:00
uvm_loan.h
uvm_map.c PR port-amd64/32816 amd64 can not load lkms 2008-12-01 10:54:57 +00:00
uvm_map.h Make uvm_map.? use <sys/rb.h> instead of <sys/tree.h>. Change the 2008-07-29 00:03:06 +00:00
uvm_meter.c - vm_page: put listq, pageq into a union alongside a LIST_ENTRY, so we can 2008-06-04 12:45:28 +00:00
uvm_mmap.c uvm_mmap: don't lock the map unless we need to. 2008-06-03 21:48:27 +00:00
uvm_mremap.c Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. 2008-06-17 16:17:21 +00:00
uvm_object.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
uvm_object.h Replace the global vm_page hash with a per vm_object rbtree. 2008-06-04 15:06:04 +00:00
uvm_page.c Scale the number of kernel reserve pages by the number of CPUs. 2008-07-04 10:56:59 +00:00
uvm_page.h Replace the global vm_page hash with a per vm_object rbtree. 2008-06-04 15:06:04 +00:00
uvm_pager.c more <sys/buf.h> police 2008-11-16 19:34:29 +00:00
uvm_pager.h Add snapshot support for logging ffs file systems. 2008-08-22 10:48:22 +00:00
uvm_param.h
uvm_pdaemon.c Make adjustment of uvm_extrapages atomic since it's done without a lock. 2008-12-03 11:43:51 +00:00
uvm_pdaemon.h Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
uvm_pdpolicy_clock.c vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 2008-06-04 12:41:40 +00:00
uvm_pdpolicy_clockpro.c vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 2008-06-04 12:41:40 +00:00
uvm_pdpolicy_impl.h
uvm_pdpolicy.h
uvm_pglist.c - vm_page: put listq, pageq into a union alongside a LIST_ENTRY, so we can 2008-06-04 12:45:28 +00:00
uvm_pglist.h - vm_page: put listq, pageq into a union alongside a LIST_ENTRY, so we can 2008-06-04 12:45:28 +00:00
uvm_pmap.h Default PMAP_KMPAGE to 0 unless it's been previously defined by 2008-07-16 14:33:09 +00:00
uvm_prot.h
uvm_readahead.c Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
uvm_readahead.h Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
uvm_stat.c Make "show uvmhist" available to all arches (not just sparc*) in ddb. 2008-08-08 17:09:28 +00:00
uvm_stat.h Make "show uvmhist" available to all arches (not just sparc*) in ddb. 2008-08-08 17:09:28 +00:00
uvm_swap.c Move test for __SWAP_BROKEN here. 2008-09-23 08:56:15 +00:00
uvm_swap.h remove clause #3 from my license where there are no other 2008-05-29 14:51:25 +00:00
uvm_swapstub.c Make sys_swapctl match syscallargs.h 2008-01-08 06:25:55 +00:00
uvm_unix.c Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
uvm_user.c
uvm_vnode.c Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
uvm.h Replace the global vm_page hash with a per vm_object rbtree. 2008-06-04 15:06:04 +00:00