summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/mmu-early.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: Add _32 suffix to aarch32 specific filenamesSascha Hauer2023-05-221-69/+0
* ARM: drop cache function initializationSascha Hauer2023-05-221-2/+0
* arch: add SPDX-License-Identifier to all .c filesAhmad Fatoum2022-01-051-0/+2
* ARM: mmu-early: On i.MX6 with HAB map ROM is mapped without XNSascha Hauer2019-11-081-0/+7
* ARM: mmu: use client domain permissions to support ARMv7 eXecute NeverAhmad Fatoum2019-10-141-1/+6
* ARM: mmu: mark uncached regions as eXecute never on v7Ahmad Fatoum2019-04-291-3/+24
* ARM: mmu: Share PMD_SECT_DEF_CACHEDAndrey Smirnov2018-05-181-2/+1
* ARM: mmu: Share code for initial flat mapping creationAndrey Smirnov2018-05-181-3/+1
* ARM: mmu: Specify size in bytes in create_sections()Andrey Smirnov2018-05-181-2/+2
* ARM: mmu: Share code for create_sections()Andrey Smirnov2018-05-181-12/+2
* ARM: mmu: Introduce set_domain()Andrey Smirnov2018-05-181-6/+1
* ARM: mmu: Introduce set_ttbr()Andrey Smirnov2018-05-181-2/+1
* ARM: mmu: Use ALIGN and ALIGN_DOWN in map_cachable()Andrey Smirnov2018-05-181-2/+2
* ARM: change mmu_early_enable() prototypeSascha Hauer2018-04-041-1/+2
* ARM: mmu: include pgtable header from where it's neededSascha Hauer2018-03-211-0/+1
* sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-081-1/+1
* ARM: Factor out early mmu codeSascha Hauer2013-02-041-0/+53