aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_devmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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