NetBSD/sys/uvm
ad e071d39c84 - Convert hashinit() to use kmem_alloc(). The hash tables can be large
and it's better to not have them in kmem_map.
- Convert a couple of minor items along the way to kmem_alloc().
- Fix some memory leaks.
2008-05-05 17:11:16 +00:00
..
Makefile
files.uvm
uvm.h Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
uvm_amap.c Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
uvm_amap.h
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 - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
uvm_aobj.h
uvm_bio.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
uvm_ddb.h
uvm_device.c Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
uvm_device.h
uvm_extern.h uvm_swap_io: if pagedaemon, don't wait for iobuf. 2008-02-29 20:35:23 +00:00
uvm_fault.c Make rusage collection per-LWP and collate in the appropriate places. 2008-03-27 19:06:51 +00:00
uvm_fault.h
uvm_fault_i.h Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
uvm_glue.c Disable preemption while swapping pmap. 2008-04-27 11:39:46 +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 remove a special allocator for uareas, which is no longer necessary. 2008-01-28 12:22:46 +00:00
uvm_io.c
uvm_km.c remove a redundant pmap_update and add a comment instead. 2008-03-24 08:52:55 +00:00
uvm_km.h
uvm_loan.c Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
uvm_loan.h
uvm_map.c Disable preemption while swapping pmap. 2008-04-27 11:39:46 +00:00
uvm_map.h fix a locking botch. PR/38415 from Wolfgang Solfrank. 2008-04-26 13:44:00 +00:00
uvm_meter.c Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
uvm_mmap.c Catch up with descriptor handling changes. See kern_descrip.c revision 2008-03-21 21:54:58 +00:00
uvm_mremap.c Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
uvm_object.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
uvm_object.h Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
uvm_page.c remove a redundant pmap_update and add a comment instead. 2008-03-24 08:52:55 +00:00
uvm_page.h Convert two inlines from old-style-definitions to ansi. 2008-02-27 19:38:57 +00:00
uvm_pager.c Set up uvmhist in uvm_aio_aiodone_pages(). 2008-04-17 05:39:41 +00:00
uvm_pager.h
uvm_param.h
uvm_pdaemon.c uvm_swap_io: if pagedaemon, don't wait for iobuf. 2008-02-29 20:35:23 +00:00
uvm_pdaemon.h Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
uvm_pdpolicy.h
uvm_pdpolicy_clock.c Swap sysctl -d description of vm.filemin and vm.execmin. Noted by 2008-03-07 08:44:51 +00:00
uvm_pdpolicy_clockpro.c Allow this to compile if LISTQ is undefined: 2008-03-22 05:50:42 +00:00
uvm_pdpolicy_impl.h
uvm_pglist.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
uvm_pglist.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
uvm_pmap.h
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
uvm_stat.h Minor corrections to comments. 2008-02-27 14:23:33 +00:00
uvm_swap.c uvm_swap_io: if pagedaemon, don't wait for iobuf. 2008-02-29 20:35:23 +00:00
uvm_swap.h
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