summaryrefslogtreecommitdiff
path: root/sys/kern/subr_devmap.c
AgeCommit message (Expand)Author
2025-05-15subr_devmap: Implement pmap_mapdev with pmap_mapdev_attrAndrew Turner
2025-05-15subr_devmap: Add the function name to KASSERTAndrew Turner
2025-05-02subr_devmap: Reduce the use of the static devmapAndrew Turner
2025-05-02subr_devmap: Make devmap_ptov staticAndrew Turner
2025-05-02subr_devmap: Use the arm L1_S macroAndrew Turner
2024-06-04devmap: eliminate unused argumentsMitchell Horne
2024-03-30arm64: enable superpage mappings by pmap_mapdev{,_attr}()Alan Cox
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-10-05Remove pre-armv6 support from devmapAndrew Turner
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2022-08-11Adjust function definition in subr_devmap.c to avoid clang 15 warningAndrew Turner
2022-07-28pmap_mapdev: Consistently use vm_paddr_t for the first argument.John Baldwin
2022-07-18ddb: annotate some commands with DB_CMD_MEMSAFEMitchell Horne
2021-10-17riscv: Implement pmap_mapdev_attrJessica Clarke
2021-02-18ddb: fix show devmap output on 32-bit armThomas Skibo
2021-01-13arm64: fix early devmap assertionMitchell Horne
2020-09-01kern: clean up empty lines in .c and .h filesMateusz Guzik
2019-12-20Print upper 32 bits in devmap table entriesPhilip Paeps
2019-10-15Generalize ARM specific comments in devmapKristof Provost
2018-07-19Raise the size of L3 table for early devmap on arm64Emmanuel Vadot
2018-06-20Add pmap_mapdev_attr for arm64Emmanuel Vadot
2017-08-07o Replace __riscv__ with __riscvRuslan Bukin
2016-05-25Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore
2016-04-26Add support for RISC-V.Ruslan Bukin
2016-04-26Move arm's devmap to some generic place, so it can be usedRuslan Bukin