aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwt
Commit message (Expand)AuthorAgeFilesLines
* 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-232-4/+4
* pmap_qenter/qremove: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-2/+2
* hwt: On attach, ensure owner is a target effective GID's memberOlivier Certner2025-09-091-5/+4
* hwt: fix !SMP build.Ruslan Bukin2025-07-032-0/+4
* hwt: fix build.Ruslan Bukin2025-07-031-0/+1
* Import the Hardware Trace (HWT) framework.Ruslan Bukin2025-07-0326-0/+3782