summaryrefslogtreecommitdiff
path: root/sys/arm/include/pte.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-24arm: Rename pte-v6.h to pte.hAndrew Turner
2016-02-19Rename pte.h to pte-v4.h and start including directly either pte-v4.hSvatopluk Kraus
2016-02-18Remove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS definitions andSvatopluk Kraus
2016-02-18Remove redundant L2_ADDR_MASK definition and replace it by primary one.Svatopluk Kraus
2016-02-18Remove unneeded definitions after r291406. Also remove redundant andSvatopluk Kraus
2016-01-29ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, andMichal Meloun
2016-01-25Create new pmap dump interface for minidump and use it for existingSvatopluk Kraus
2015-03-26New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.Ian Lepore
2013-08-26Introduce superpages support for ARMv6/v7.Rafal Jaworowski
2012-08-15Merging projects/armv6, part 1Oleksandr Tymoshenko
2012-06-13trim trailing whitespaceWarner Losh
2007-07-27Fix the cache mode description.Olivier Houchard
2007-06-11Introduce pmap_kenter_supersection(), which maps 16MB super-sections intoOlivier Houchard
2005-01-05Start all license statements with /*-Warner Losh
2004-09-23Implement pmap_growkernel() and pmap_extract_and_hold().Olivier Houchard
2004-05-14Import FreeBSD/arm kernel bits.Olivier Houchard