aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_devmap.c
Commit message (Expand)AuthorAgeFilesLines
* kva_alloc/free: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-12/+13
* subr_devmap: Implement pmap_mapdev with pmap_mapdev_attrAndrew Turner2025-05-151-39/+12
* subr_devmap: Add the function name to KASSERTAndrew Turner2025-05-151-3/+3
* subr_devmap: Reduce the use of the static devmapAndrew Turner2025-05-021-8/+13
* subr_devmap: Make devmap_ptov staticAndrew Turner2025-05-021-2/+4
* subr_devmap: Use the arm L1_S macroAndrew Turner2025-05-021-1/+5
* devmap: eliminate unused argumentsMitchell Horne2024-06-041-13/+4
* arm64: enable superpage mappings by pmap_mapdev{,_attr}()Alan Cox2024-03-301-0/+14
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove pre-armv6 support from devmapAndrew Turner2022-10-051-5/+0
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-3/+4
* Adjust function definition in subr_devmap.c to avoid clang 15 warningAndrew Turner2022-08-111-2/+2
* pmap_mapdev: Consistently use vm_paddr_t for the first argument.John Baldwin2022-07-281-2/+2
* ddb: annotate some commands with DB_CMD_MEMSAFEMitchell Horne2022-07-181-1/+1
* riscv: Implement pmap_mapdev_attrJessica Clarke2021-10-171-1/+1
* ddb: fix show devmap output on 32-bit armThomas Skibo2021-02-181-1/+3
* arm64: fix early devmap assertionMitchell Horne2021-01-131-1/+1
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Print upper 32 bits in devmap table entriesPhilip Paeps2019-12-201-1/+1
* Generalize ARM specific comments in devmapKristof Provost2019-10-151-9/+10
* Raise the size of L3 table for early devmap on arm64Emmanuel Vadot2018-07-191-2/+2
* Add pmap_mapdev_attr for arm64Emmanuel Vadot2018-06-201-0/+31
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-3/+3
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore2016-05-251-3/+0
* Add support for RISC-V.Ruslan Bukin2016-04-261-3/+3
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-0/+322