NetBSD/sys/uvm
skrll 9d814dceba Fix build when KERNHIST defined, but not UVMHIST 2023-07-01 07:10:13 +00:00
..
pmap Fix build when KERNHIST defined, but not UVMHIST 2023-07-01 07:10:13 +00:00
Makefile
files.uvm uvm(9): Enable swap encryption by default. 2021-06-03 20:18:06 +00:00
uvm.h
uvm_amap.c s/value value/value/ in comment. No functional change. 2023-06-19 08:23:35 +00:00
uvm_amap.h
uvm_anon.c
uvm_anon.h
uvm_aobj.c uvm: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals. 2023-02-24 11:03:13 +00:00
uvm_aobj.h
uvm_bio.c uvm(9): KASSERT(A && B) -> KASSERT(A); KASSERT(B) 2023-04-09 09:00:56 +00:00
uvm_coredump.c
uvm_ddb.h
uvm_device.c uvm: CTASSERT about MIN_PAGE_SIZE, which is constant. 2022-07-07 13:27:02 +00:00
uvm_device.h Add some missing includes to uvm_device.h. 2021-12-18 16:31:53 +00:00
uvm_extern.h nkmempages should be size_t 2023-02-26 07:27:14 +00:00
uvm_fault.c uvm(9): KASSERT(A && B) -> KASSERT(A); KASSERT(B) 2023-04-09 09:00:56 +00:00
uvm_fault.h
uvm_fault_i.h
uvm_glue.c
uvm_glue.h
uvm_init.c
uvm_io.c
uvm_km.c uvm(9): KASSERT(A && B) -> KASSERT(A); KASSERT(B) 2023-04-09 09:00:56 +00:00
uvm_km.h
uvm_loan.c
uvm_loan.h
uvm_map.c uvm: avoid a deadlock in uvm_map_clean() 2023-05-15 01:42:42 +00:00
uvm_map.h
uvm_meter.c
uvm_mmap.c Convert CTASSERT(9) for PAGE_{SIZE,MASK} into KASSERT(9). 2022-07-07 11:29:18 +00:00
uvm_mremap.c
uvm_object.c
uvm_object.h
uvm_page.c uvm(9): KASSERT(A && B) -> KASSERT(A); KASSERT(B) 2023-04-09 09:00:56 +00:00
uvm_page.h
uvm_page_array.c
uvm_page_array.h
uvm_page_status.c
uvm_pager.c
uvm_pager.h
uvm_param.h
uvm_pdaemon.c
uvm_pdaemon.h
uvm_pdpolicy.h uvm_pdpolicy.h: Fix missing forward declarations and includes. 2022-08-20 23:26:02 +00:00
uvm_pdpolicy_clock.c s/stablize/stabilize/ 2022-04-12 20:27:56 +00:00
uvm_pdpolicy_clockpro.c s/stablize/stabilize/ 2022-04-12 20:27:56 +00:00
uvm_pdpolicy_impl.h
uvm_pgflcache.c
uvm_pgflcache.h
uvm_pglist.c Update uvm_pglistalloc_[cs]_ps to return EINVAL if [low, high] doesn't 2021-12-21 08:27:49 +00:00
uvm_pglist.h
uvm_physseg.c uvm(9): KASSERT(A && B) -> KASSERT(A); KASSERT(B) 2023-04-09 09:00:56 +00:00
uvm_physseg.h
uvm_pmap.h uvm/uvm_pmap.h: Fix missing types and forward declarations. 2022-08-20 23:08:53 +00:00
uvm_prot.h
uvm_readahead.c
uvm_readahead.h
uvm_stat.c
uvm_stat.h remove clause 3 from all my licenses that aren't conflicting with 2021-12-11 19:24:18 +00:00
uvm_swap.c uvm(9): KASSERT(A && B) -> KASSERT(A); KASSERT(B) 2023-04-09 09:00:56 +00:00
uvm_swap.h
uvm_swapstub.c
uvm_unix.c Use p->p_stackbase instead of USRSTACK because the stackbase can move because 2022-01-10 18:04:20 +00:00
uvm_user.c
uvm_vnode.c uvm: Simplify assertion in uvn_get. 2023-04-09 12:37:12 +00:00