summaryrefslogtreecommitdiff
path: root/arch/arm/mm/ioremap.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-27ARM: mm: kill unused runtime hook arch_iounmap()Kefeng Wang1-8/+1
2022-06-03Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-05-10arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport1-0/+8
2022-05-07ARM: pxa/sa1100: move I/O space to PCI_IOBASEArnd Bergmann1-1/+1
2022-03-24Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-7/+11
2022-01-25ARM: mm: make vmalloc_seq handling SMP safeArd Biesheuvel1-7/+11
2021-12-07arm: ioremap: Remove unused ARM-specific function pci_ioremap_io()Pali Rohár1-11/+0
2021-11-30arm: ioremap: Implement standard PCI function pci_remap_iospace()Pali Rohár1-0/+15
2021-10-19ARM: add __arm_iomem_set_ro() to write-protect ioremapped areaRussell King (Oracle)1-0/+6
2021-07-06arm: ioremap: don't abuse pfn_valid() to check if pfn is in RAMMike Rapoport1-1/+3
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-27/+4
2020-06-05arm: add support for folded p4d page tablesMike Rapoport1-3/+9
2019-11-11arm: remove ioremap_cachedChristoph Hellwig1-4/+0
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-09-19ARM: 8799/1: mm: fix pci_ioremap_io() offset checkThomas Petazzoni1-1/+1
2017-04-24ARM: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi1-0/+7
2016-04-04ARM: memremap: implement arch_memremap_wb()Ard Biesheuvel1-2/+10
2016-04-04ARM: reintroduce ioremap_cached() for creating cached I/O mappingsArd Biesheuvel1-0/+4
2015-12-13ARM: add support for generic early_ioremap/early_memremapArd Biesheuvel1-0/+9
2015-07-03ARM: io: convert ioremap*() to functionsRussell King1-10/+23
2014-06-01ARM: 8060/1: mm: allow sub-architectures to override PCI I/O memory typeThomas Petazzoni1-1/+8
2013-12-11ARM: add permission annotations to MT_MEMORY* mapping typesRussell King1-2/+2
2013-05-23ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functionsLaura Abbott1-5/+5
2013-02-16ARM: 7646/1: mm: use static_vm for managing static mapped areasJoonsoo Kim1-42/+29
2013-02-16ARM: 7645/1: ioremap: introduce an infrastructure for static mapped areaJoonsoo Kim1-0/+64
2012-11-26ARM: 7582/2: rename kvm_seq to vmalloc_seq so to avoid confusion with KVMNicolas Pitre1-8/+8
2012-10-07Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+1
2012-09-28ARM: ensure vm_struct has its phys_addr member filled inRussell King1-0/+1
2012-08-13Merge branch 'cleanup/io-pci' into next/cleanupsArnd Bergmann1-0/+14
2012-07-25ARM: Add fixed PCI i/o mappingRob Herring1-0/+14
2012-06-28ARM: 7432/1: use the new linux/sizes.hAlessandro Rubini1-1/+1
2012-03-30Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-3/+14
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-0/+1
2012-03-28ARM: move CP15 definitions to separate header fileRussell King1-0/+1
2012-03-07ARM: provide runtime hook for ioremap/iounmapRob Herring1-3/+14
2012-02-02Revert "ARM: 7304/1: ioremap: fix boundary check when reusing static mapping"Russell King1-2/+1
2012-01-28ARM: 7304/1: ioremap: fix boundary check when reusing static mappingPawel Moll1-1/+2
2011-12-08Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Russell King1-15/+24
2011-12-08ARM: LPAE: Page table maintenance for the 3-level formatCatalin Marinas1-3/+5
2011-12-08ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopudCatalin Marinas1-12/+19
2011-11-27ARM: add generic ioremap optimization by reusing static mappingsNicolas Pitre1-24/+48
2011-11-27ARM: simplify __iounmap() when dealing with section based mappingNicolas Pitre1-11/+9
2011-10-23ARM: 7129/1: Add __arm_ioremap_exec for mapping external memory as MT_MEMORYTony Lindgren1-0/+21
2010-12-24Revert "ARM: relax ioremap prohibition (309caa9) for -final and -stable"Russell King1-6/+2
2010-10-13ARM: relax ioremap prohibition (309caa9) for -final and -stableRussell King1-2/+6
2010-07-27ARM: use generic ioremap_page_range()Russell King1-70/+4
2010-06-22ARM: Prohibit ioremap() on kernel managed RAMRussell King1-0/+6
2010-02-16ARM: Add caller information to ioremapRussell King1-23/+34
2009-05-19omap iommu: simple virtual address space managementHiroshi DOYU1-0/+6
2009-01-25[ARM] fix section-based ioremapRussell King1-9/+2