aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwt/hwt_vm.c
Commit message (Expand)AuthorAgeFilesLines
* smp: remove unused hlt_cpus_maskMitchell Horne2026-07-131-6/+0
* VM_PAGE_TO_DMAP: Wrapper macro to return direct map address for a pageJohn Baldwin2026-04-231-5/+1
* PHYS_TO_DMAP: Return a void * instead of a vm_offset_tJohn Baldwin2026-04-231-2/+2
* kva_alloc/free: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-3/+3
* pmap_qenter/qremove: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-2/+2
* hwt: fix !SMP build.Ruslan Bukin2025-07-031-0/+2
* Import the Hardware Trace (HWT) framework.Ruslan Bukin2025-07-031-0/+501