netbsd-src/sys/uvm
skrll fbd0dae415 Fix 32bit UVMHIST builds 2024-05-06 07:18:19 +00:00
..
pmap Fix 32bit UVMHIST builds 2024-05-06 07:18:19 +00:00
Makefile
files.uvm uvm(9): Enable swap encryption by default. 2021-06-03 20:18:06 +00:00
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 Handle PG_PAGEOUT in uvm_anon_release() too. 2020-10-25 00:05:26 +00:00
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 Fix !VMSWAP build: 2024-03-15 07:09:37 +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 KNF 2024-05-03 07:09:20 +00:00
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 fix spelling mistakes, mainly in comments and log messages. 2024-02-09 22:08:30 +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_mremap: reference the appropriate backing object. 2020-11-27 22:32:43 +00:00
uvm_object.c
uvm_object.h fix various typos in comments. 2024-02-05 21:46:04 +00:00
uvm_page.c Rename the local "boot_cpu" variable to "uvm_boot_cpu". 2024-03-05 14:33:50 +00:00
uvm_page.h Support __HAVE_PMAP_PV_TRACK in sys/uvm/pmap based pmaps (aka common pmap) 2020-12-20 16:38:25 +00:00
uvm_page_array.c
uvm_page_array.h
uvm_page_status.c
uvm_pager.c Fix !VMSWAP build: 2024-03-15 07:09:37 +00:00
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.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 In the current code, CPU_COUNT_FREEPAGES counts pages in the global 2020-10-18 18:31:31 +00:00
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/uvm_pmap.h: Fix missing types and forward declarations. 2022-08-20 23:08:53 +00:00
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 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 "retval = 0" should be "*retval = 0", should fix the broken build. 2024-03-15 22:15:21 +00:00
uvm_swapstub.c Fix !VMSWAP build: 2024-03-15 07:09:37 +00:00
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: Expand v_size <= v_writesize assertions to help diagnostics. 2024-04-05 13:05:40 +00:00