NetBSD/sys/uvm
ad be9c6147a4 pmap_remove_all(): Return a boolean value to indicate the behaviour. If
true, all mappings have been removed, the pmap is totally cleared out, and
UVM can then avoid doing the work to call pmap_remove() for each map entry.
If false, either nothing has been done, or some helpful arch-specific voodoo
has taken place.
2020-03-14 14:05:42 +00:00
..
pmap pmap_remove_all(): Return a boolean value to indicate the behaviour. If 2020-03-14 14:05:42 +00:00
files.uvm Merge from yamt-pagecache (after much testing): 2020-01-15 17:55:43 +00:00
Makefile really, don't install uvm_physseg.h! 2017-01-04 23:59:27 +00:00
uvm_amap.c 0x%#x --> %#x for non-external codes. 2020-02-24 12:38:57 +00:00
uvm_amap.h UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_anon.c 0x%#x --> %#x for non-external codes. 2020-02-24 12:38:57 +00:00
uvm_anon.h UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_aobj.c 0x%#x --> %#x for non-external codes. 2020-02-24 12:38:57 +00:00
uvm_aobj.h
uvm_bio.c UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_coredump.c UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_ddb.h Redo the page allocator to perform better, especially on multi-core and 2019-12-27 12:51:56 +00:00
uvm_device.c 0x%#x --> %#x for non-external codes. 2020-02-24 12:38:57 +00:00
uvm_device.h
uvm_extern.h UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_fault_i.h UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_fault.c 0x%#x --> %#x for non-external codes. 2020-02-24 12:38:57 +00:00
uvm_fault.h
uvm_glue.c Part of PR kern/54994: 2020-03-05 12:21:00 +00:00
uvm_glue.h
uvm_init.c Fix a comment. 2020-03-06 20:46:12 +00:00
uvm_io.c Introduce security.pax.mprotect.ptrace sysctl which can be used to bypass 2016-05-25 17:43:58 +00:00
uvm_km.c 0x%#x --> %#x for non-external codes. 2020-02-24 12:38:57 +00:00
uvm_km.h
uvm_loan.c uvm_unloanpage(): fix a screwup in previous. slock must be set NULL if 2020-02-24 21:06:11 +00:00
uvm_loan.h
uvm_map.c UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_map.h UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_meter.c Merge from yamt-pagecache (after much testing): 2020-01-15 17:55:43 +00:00
uvm_mmap.c UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_mremap.c UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_object.c UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_object.h UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_page_array.c UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_page_array.h Merge from yamt-pagecache: 2019-12-15 21:11:34 +00:00
uvm_page_status.c UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_page.c Trailing whitespace 2020-03-03 08:13:44 +00:00
uvm_page.h Include "opt_uvm_page_trkown.h" for UVM_PAGE_TRKOWN. 2020-03-06 02:46:17 +00:00
uvm_pager.c 0x%#x --> %#x for non-external codes. 2020-02-24 12:38:57 +00:00
uvm_pager.h update comment - PGO_JOURNALLOCKED now supported for 'get' too 2018-12-09 20:33:04 +00:00
uvm_param.h - Cleanup for dynamic sysctl: 2018-08-22 01:05:21 +00:00
uvm_pdaemon.c UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_pdaemon.h UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_pdpolicy_clock.c uvm_pdpolicy: Require a write lock on the object only for dequeue. 2020-03-14 13:53:26 +00:00
uvm_pdpolicy_clockpro.c uvm_pdpolicy: Require a write lock on the object only for dequeue. 2020-03-14 13:53:26 +00:00
uvm_pdpolicy_impl.h
uvm_pdpolicy.h UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
uvm_pgflcache.c Freelist cache: drain using a high-priority xcall and re-enable now that 2019-12-30 17:47:06 +00:00
uvm_pgflcache.h Redo the page allocator to perform better, especially on multi-core and 2019-12-27 12:51:56 +00:00
uvm_pglist.c uvm_pglistalloc() / uvm_pglistfree() musn't be called from interrupt 2020-03-01 21:43:56 +00:00
uvm_pglist.h Include <sys/param.h> here directly to have a sane default for 2019-12-28 08:33:35 +00:00
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 Move sys/uvm/uvm_physseg.h inclusion to within _KERNEL only. 2017-01-02 20:08:32 +00:00
uvm_pmap.h pmap_remove_all(): Return a boolean value to indicate the behaviour. If 2020-03-14 14:05:42 +00:00
uvm_prot.h
uvm_readahead.c Only need a read lock for uvm_pagelookup(). 2020-03-08 18:40:29 +00:00
uvm_readahead.h
uvm_stat.c Rename uvm_free() -> uvm_availmem(). 2019-12-31 13:07:09 +00:00
uvm_stat.h
uvm_swap.c remove the aiodoned thread. I originally added this to provide a thread context 2020-02-18 20:23:17 +00:00
uvm_swap.h allow NONE build 2019-05-01 07:17:18 +00:00
uvm_swapstub.c
uvm_unix.c Revert vadvise(2) removal 2018-01-06 16:41:23 +00:00
uvm_user.c
uvm_vnode.c Make some wait channel names unique to six characters. 2020-03-03 13:32:44 +00:00
uvm.h UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00