aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/vm.h
Commit message (Expand)AuthorAgeFilesLines
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore2016-05-251-2/+0
* Include pte-v6.h only where needed.Svatopluk Kraus2016-02-171-2/+0
* Make VM_MEMATTR_xxx definitions independent on pmap internalsSvatopluk Kraus2016-02-041-5/+5
* ARM: Rename ARM specific VM_MEMATTR_WT memory attribute to standard one.Michal Meloun2016-01-311-2/+2
* ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, andMichal Meloun2016-01-291-2/+6
* ARM: create new memory attribute for writethrough cacheable memory.Michal Meloun2015-11-301-7/+9
* New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.Ian Lepore2015-03-261-0/+14
* Properly implement pmap_[get|set]_memattrOlivier Houchard2012-12-191-1/+2
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-121-2/+2
* Correct the #endif comment.Alan Cox2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityAlan Cox2009-06-261-0/+35