.. |
pmap
|
Improve debug
|
2023-08-01 08:17:26 +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: CTASSERT about MIN_PAGE_SIZE, which is constant.
|
2022-07-07 13:27:02 +00:00 |
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
|
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_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.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
|
…
|
|
uvm_pglist.h
|
…
|
|
uvm_physseg.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_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
|
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 |