summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/fixmap.h
AgeCommit message (Expand)AuthorLines
2024-02-16arm64: mm: Add 5 level paging support to fixmap and swapper handlingArd Biesheuvel-0/+1
2024-02-16arm64: mm: omit redundant remap of kernel imageArd Biesheuvel-1/+0
2023-04-11arm64: mm: always map fixmap at page granularityMark Rutland-9/+6
2023-04-11arm64: mm: move fixmap code to its own fileMark Rutland-0/+1
2023-04-11arm64: add FIXADDR_TOT_{START,SIZE}Mark Rutland-2/+4
2022-06-24arm64: entry: simplify trampoline data pageArd Biesheuvel-1/+3
2022-02-15arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse-2/+4
2022-02-15arm64: entry: Move the trampoline data page before the text pageJames Morse-1/+1
2020-08-08arm64/fixmap: make notes of fixed_addresses more preciselyPingfan Liu-4/+3
2019-02-11firmware: arm_sdei: Add ACPI GHES registration helperJames Morse-0/+4
2019-02-07ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notificationsJames Morse-1/+1
2017-12-11arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon-0/+1
2017-12-11arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon-0/+4
2017-11-07ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse-0/+7
2016-02-26arm64: Remove fixmap include fragilityMark Rutland-0/+1
2016-02-16arm64: mm: add functions to walk tables in fixmapMark Rutland-0/+10
2015-10-19arm64: Simplify NR_FIX_BTMAPS calculationMark Rutland-5/+2
2015-08-24arm64: Fix source code file path in commentsAlexander Kuleshov-1/+1
2015-06-02arm64: use fixmap region for permanent FDT mappingArd Biesheuvel-0/+15
2015-04-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+3
2015-03-25ARM64: allow late use of early_ioremapMark Salter-0/+3
2015-03-19arm64: fixmap: make FIX_TEXT_POKE0 permanentMark Rutland-1/+1
2015-01-22arm64: use fixmap for text patchingLaura Abbott-0/+1
2014-11-26arm64: Add FIX_HOLE to permanent fixed addressesLaura Abbott-0/+1
2014-11-25arm64: Factor out fixmap initialization from ioremapLaura Abbott-3/+4
2014-04-07arm64: add early_ioremap supportMark Salter-0/+67