NetBSD/sys/uvm
pooka fbd53556dc Wipe out the last vestiges of POOL_INIT with one swift stroke. In
most cases, use a proper constructor.  For proplib, give a local
equivalent of POOL_INIT for the kernel object implementation.  This
way the code structure can be preserved, and a local link set is
not hazardous anyway (unless proplib is split to several modules,
but that'll be the day).

tested by booting a kernel in qemu and compile-testing i386/ALL
2009-09-13 18:45:10 +00:00
..
Makefile
files.uvm Add [default] option to make UAREAs swappable. Disabling the option makes 2009-08-09 21:58:03 +00:00
uvm.h Ephemeral mapping (emap) implementation. Concept is based on the idea that 2009-06-28 15:18:50 +00:00
uvm_amap.c assertions 2009-08-16 11:06:37 +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 change the order of members of vm_anon for better packing. 2009-06-14 21:36:03 +00:00
uvm_aobj.c Wipe out the last vestiges of POOL_INIT with one swift stroke. In 2009-09-13 18:45:10 +00:00
uvm_aobj.h
uvm_bio.c uvm_vnp_zerorange() logically and by implementation more a part of 2009-08-04 23:31:57 +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 Include some debug print routines if DEBUGPRINT is defined. This 2009-05-03 16:52:54 +00:00
uvm_device.c add a workaround for drm: 2009-06-20 19:24:27 +00:00
uvm_device.h
uvm_emap.c - Re-enable direct I/O with emap for pipe. 2009-08-29 00:06:43 +00:00
uvm_extern.h whitespace fixes. no functional changes. 2009-08-18 02:43:49 +00:00
uvm_fault.c Move a couple of calls to pmap_update(). 2008-12-20 11:33:38 +00:00
uvm_fault.h
uvm_fault_i.h
uvm_glue.c Revent change to printf. (why can't __func__ concat with other string?) 2009-08-10 16:50:18 +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 Ephemeral mapping (emap) implementation. Concept is based on the idea that 2009-06-28 15:18:50 +00:00
uvm_io.c
uvm_km.c It's easier for kernel reserve pages to be consumed because the pagedaemon 2008-12-13 11:34:43 +00:00
uvm_km.h PR port-amd64/32816 amd64 can not load lkms 2008-12-01 10:54:57 +00:00
uvm_kmguard.c kernel memory guard for DEBUG kernels, proposed on tech-kern. 2009-03-29 10:51:53 +00:00
uvm_kmguard.h kernel memory guard for DEBUG kernels, proposed on tech-kern. 2009-03-29 10:51:53 +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 uvmspace_unshare: #if 0-out this function. Q: perhaps remove? 2009-09-06 23:14:19 +00:00
uvm_map.h - uvm_map_extract: update map->size correctly for !UVM_EXTRACT_CONTIG. 2009-08-01 16:35:51 +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: remove a dead conditional. 2009-08-18 02:41:31 +00:00
uvm_mremap.c - don't reuse a variable for different purposes. 2009-08-02 16:07:34 +00:00
uvm_object.c Move uvm_object-related DDB hooks into uvm_object.c. Put all of the 2009-08-18 19:16:09 +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 Move uvm_page-related DDB hooks into uvm_page.c. 2009-08-18 19:08:39 +00:00
uvm_page.h Add a real API for testing if a page is a managed page, and adjust callers 2009-08-18 18:06:53 +00:00
uvm_pager.c kill uvm_aio_biodone1(). only user was lfs and that uses nestiobuf now. 2009-08-05 14:11:32 +00:00
uvm_pager.h Add snapshot support for logging ffs file systems. 2008-08-22 10:48:22 +00:00
uvm_param.h Globalize uvm_emap_size. It use to calculate size of kernel page table. 2009-07-20 03:51:42 +00:00
uvm_pdaemon.c whitespace fixes. no functional changes. 2009-08-18 02:43:49 +00:00
uvm_pdaemon.h
uvm_pdpolicy.h
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_pglist.c remove "#define PGALLOC_VERBOSE". 2009-03-10 03:27:24 +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 Use PMAP_ENABLE_PMAP_KMPAGE to enable PMAP_KMPAGE. We still want the bit 2009-08-19 23:54:33 +00:00
uvm_prot.h
uvm_readahead.c - add a function to perform explicit read-ahead. 2009-06-10 01:54:08 +00:00
uvm_readahead.h - add a function to perform explicit read-ahead. 2009-06-10 01:54:08 +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 Fix printing of tv_sec,tv_usec in UVMHIST. 2009-02-01 14:25:11 +00:00
uvm_swap.c Wipe out the last vestiges of POOL_INIT with one swift stroke. In 2009-09-13 18:45:10 +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
uvm_unix.c don't uprintf in non-debug kernels. 2009-03-04 21:52:38 +00:00
uvm_user.c
uvm_vnode.c uvm_vnp_zerorange() logically and by implementation more a part of 2009-08-04 23:31:57 +00:00