NetBSD/sys/uvm
ad be88751995 uvm_pagealloc_strat(): Tweak the locking to allow for lazy dequeue of pages
in the pdpolicy code.  This means taking pg->interlock if assigning to
an object.  The remaining barrier to lazy dequeue is having a dedicated
TAILQ_ENTRY in the page (it's currently shared with the page allocator).
2019-12-22 16:37:36 +00:00
..
pmap KNF 2019-12-18 11:27:56 +00:00
files.uvm Merge from yamt-pagecache: 2019-12-15 21:11:34 +00:00
Makefile
uvm_amap.c Break the global uvm_pageqlock into a per-page identity lock and a private 2019-12-13 20:10:21 +00:00
uvm_amap.h
uvm_anon.c Break the global uvm_pageqlock into a per-page identity lock and a private 2019-12-13 20:10:21 +00:00
uvm_anon.h
uvm_aobj.c Merge from yamt-pagecache: 2019-12-15 21:11:34 +00:00
uvm_aobj.h
uvm_bio.c Break the global uvm_pageqlock into a per-page identity lock and a private 2019-12-13 20:10:21 +00:00
uvm_coredump.c
uvm_ddb.h
uvm_device.c __cacheline_aligned on a lock. 2019-12-01 16:44:11 +00:00
uvm_device.h
uvm_extern.h Add uvm_free(): returns number of free pages in system. 2019-12-21 12:58:26 +00:00
uvm_fault_i.h - Extend the per-CPU counters matt@ did to include all of the hot counters 2019-12-16 22:47:54 +00:00
uvm_fault.c - Extend the per-CPU counters matt@ did to include all of the hot counters 2019-12-16 22:47:54 +00:00
uvm_fault.h
uvm_glue.c uvmexp.free -> uvm_free() 2019-12-21 13:00:20 +00:00
uvm_glue.h
uvm_init.c Break the global uvm_pageqlock into a per-page identity lock and a private 2019-12-13 20:10:21 +00:00
uvm_io.c
uvm_km.c Merge from yamt-pagecache: use radixtree for page lookup. 2019-12-14 17:28:58 +00:00
uvm_km.h
uvm_loan.c PR kern/54783: t_mmap crahes the kernel 2019-12-18 20:38:14 +00:00
uvm_loan.h
uvm_map.c Break the global uvm_pageqlock into a per-page identity lock and a private 2019-12-13 20:10:21 +00:00
uvm_map.h Remove last trace of never-used map_attrib. 2019-08-01 02:28:55 +00:00
uvm_meter.c Counter tweaks: 2019-12-21 14:33:18 +00:00
uvm_mmap.c Avoid left shift changing the signedness flag 2019-10-04 22:48:45 +00:00
uvm_mremap.c
uvm_object.c Merge from yamt-pagecache: 2019-12-15 21:11:34 +00:00
uvm_object.h Merge from yamt-pagecache: 2019-12-15 21:11:34 +00:00
uvm_page_array.c Merge from yamt-pagecache: 2019-12-15 21:11:34 +00:00
uvm_page_array.h Merge from yamt-pagecache: 2019-12-15 21:11:34 +00:00
uvm_page.c uvm_pagealloc_strat(): Tweak the locking to allow for lazy dequeue of pages 2019-12-22 16:37:36 +00:00
uvm_page.h - Rename VM_PGCOLOR_BUCKET() to VM_PGCOLOR(). I want to reuse "bucket" for 2019-12-21 14:41:44 +00:00
uvm_pager.c - Rename VM_PGCOLOR_BUCKET() to VM_PGCOLOR(). I want to reuse "bucket" for 2019-12-21 14:41:44 +00:00
uvm_pager.h
uvm_param.h
uvm_pdaemon.c Fix merge error - don't init uvmpd_lock twice. 2019-12-21 16:10:20 +00:00
uvm_pdaemon.h
uvm_pdpolicy_clock.c uvmexp.free -> uvm_free() 2019-12-21 13:00:20 +00:00
uvm_pdpolicy_clockpro.c Break the global uvm_pageqlock into a per-page identity lock and a private 2019-12-13 20:10:21 +00:00
uvm_pdpolicy_impl.h
uvm_pdpolicy.h Break the global uvm_pageqlock into a per-page identity lock and a private 2019-12-13 20:10:21 +00:00
uvm_pglist.c Detangle the pagedaemon from uvm_fpageqlock: 2019-12-21 14:50:34 +00:00
uvm_pglist.h
uvm_physseg.c - Rename VM_PGCOLOR_BUCKET() to VM_PGCOLOR(). I want to reuse "bucket" for 2019-12-21 14:41:44 +00:00
uvm_physseg.h
uvm_pmap.h
uvm_prot.h
uvm_readahead.c
uvm_readahead.h
uvm_stat.c uvmexp.free -> uvm_free() 2019-12-21 13:00:20 +00:00
uvm_stat.h
uvm_swap.c Update uvmexp.nswget with atomics. 2019-12-14 15:34:18 +00:00
uvm_swap.h allow NONE build 2019-05-01 07:17:18 +00:00
uvm_swapstub.c
uvm_unix.c
uvm_user.c
uvm_vnode.c - Rename VM_PGCOLOR_BUCKET() to VM_PGCOLOR(). I want to reuse "bucket" for 2019-12-21 14:41:44 +00:00
uvm.h Break the global uvm_pageqlock into a per-page identity lock and a private 2019-12-13 20:10:21 +00:00