.. |
pmap
|
Default pmap_stealdebug to false
|
2024-03-23 08:31:15 +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
|
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
|
…
|
|
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_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
|
…
|
|
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_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
|
"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
|
…
|
|
uvm_user.c
|
…
|
|
uvm_vnode.c
|
uvm: Simplify assertion in uvn_get.
|
2023-04-09 12:37:12 +00:00 |