summaryrefslogtreecommitdiff
path: root/sys/arm/include/vm.h
AgeCommit message (Expand)Author
2024-11-11arm: switch the BUSDMA buffers to normal uncached memoryMichal Meloun
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-11-29Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun
2017-11-27sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-25Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore
2016-02-17Include pte-v6.h only where needed.Svatopluk Kraus
2016-02-04Make VM_MEMATTR_xxx definitions independent on pmap internalsSvatopluk Kraus
2016-01-31ARM: Rename ARM specific VM_MEMATTR_WT memory attribute to standard one.Michal Meloun
2016-01-29ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, andMichal Meloun
2015-11-30ARM: create new memory attribute for writethrough cacheable memory.Michal Meloun
2015-03-26New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.Ian Lepore
2012-12-19Properly implement pmap_[get|set]_memattrOlivier Houchard
2009-07-12Add support to the virtual memory system for configuring machine-Alan Cox
2009-06-26Correct the #endif comment.Alan Cox
2009-06-26This change is the next step in implementing the cache control functionalityAlan Cox