NetBSD/sys/uvm
tnn d1c1fc05bb fix DEBUG build 2024-01-14 10:38:47 +00:00
..
pmap Appease KASSERTs for zero ASID CPUs (I mean harts) 2024-01-01 16:56:30 +00:00
Makefile
files.uvm
uvm.h uvm(9): One rndsource for faults -- not one per CPU. 2023-07-17 12:55:37 +00:00
uvm_amap.c Align uvm_amap to COHERENCY_UNIT. 2023-09-10 14:54:34 +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_device.h
uvm_extern.h nkmempages should be size_t 2023-02-26 07:27:14 +00:00
uvm_fault.c Don't needlessly bump a couple of fault counters if upgrading the rwlock 2023-09-19 22:14:25 +00:00
uvm_fault.h
uvm_fault_i.h
uvm_glue.c Remove unneeded test of ci->ci_want_resched. 2023-10-04 20:34:19 +00:00
uvm_glue.h
uvm_init.c Repply this change with a couple of bugs fixed: 2023-09-23 18:21:11 +00:00
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 Repply this change with a couple of bugs fixed: 2023-09-23 18:21:11 +00:00
uvm_map.h
uvm_meter.c
uvm_mmap.c pax(9): Rework header file more coherently to nix some needless #ifs. 2023-11-21 14:35:36 +00:00
uvm_mremap.c
uvm_object.c
uvm_object.h
uvm_page.c uvm_phys_to_vm_page() turns out to be a fairly central routine due to the 2023-09-23 18:20:20 +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 sys: Rip <sys/resourcevar.h> out of <uvm/uvm_param.h>. 2023-07-11 09:48:56 +00:00
uvm_pdaemon.c uvmpd_trylockowner(): release pg->interlock before calling rw_obj_free() 2023-09-10 15:01:11 +00:00
uvm_pdaemon.h
uvm_pdpolicy.h
uvm_pdpolicy_clock.c
uvm_pdpolicy_clockpro.c
uvm_pdpolicy_impl.h
uvm_pgflcache.c
uvm_pgflcache.h
uvm_pglist.c fix DEBUG build 2024-01-14 10:38:47 +00:00
uvm_pglist.h
uvm_physseg.c uvm: change type of uvm_physseg.start_hint from u_int to u_long 2024-01-13 09:44:42 +00:00
uvm_physseg.h uvm: change type of uvm_physseg.start_hint from u_int to u_long 2024-01-13 09:44:42 +00:00
uvm_pmap.h
uvm_prot.h
uvm_readahead.c Repply this change with a couple of bugs fixed: 2023-09-23 18:21:11 +00:00
uvm_readahead.h
uvm_rndsource.h uvm(9): One rndsource for faults -- not one per CPU. 2023-07-17 12:55:37 +00:00
uvm_stat.c
uvm_stat.h
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
uvm_user.c
uvm_vnode.c uvm: Simplify assertion in uvn_get. 2023-04-09 12:37:12 +00:00