summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/ioremap.c
Commit message (Expand)AuthorAgeFilesLines
* arm64 : mm: add wrapper function ioremap_prot()Baoquan He2023-08-181-4/+6
* arm64: mm: Convert to GENERIC_IOREMAPKefeng Wang2022-06-271-82/+8
* arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport2022-05-091-0/+8
* arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport2021-06-301-2/+2
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* arm64: remove __iounmapChristoph Hellwig2019-09-041-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64: use is_vmalloc_addrMiles Chen2017-02-091-1/+1
* arm64: add ioremap physical address informationMin-Hua Chen2015-01-231-0/+1
* arm64: Factor out fixmap initialization from ioremapLaura Abbott2014-11-251-90/+3
* arm64: mm: Correct fixmap pagetable typesSteve Capper2014-10-201-2/+2
* arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas2014-07-231-2/+2
* arm64: mm: Implement 4 levels of translation tablesJungseok Lee2014-07-231-1/+5
* arm64: Do not initialise the fixmap page tables in head.SCatalin Marinas2014-07-231-8/+18
* arm64: add early_ioremap supportMark Salter2014-04-071-0/+85
* arm64: allow ioremap_cache() to use existing RAM mappingsMark Salter2013-10-301-2/+18
* arm64: Device specific operationsCatalin Marinas2012-09-171-0/+84