summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/ioremap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov2024-03-111-4/+4
* ARM: mm: kill unused runtime hook arch_iounmap()Kefeng Wang2022-06-271-8/+1
* Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-021-1/+1
|\
| * ARM: pxa/sa1100: move I/O space to PCI_IOBASEArnd Bergmann2022-05-071-1/+1
* | arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport2022-05-091-0/+8
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-231-7/+11
|\
| * ARM: mm: make vmalloc_seq handling SMP safeArd Biesheuvel2022-01-251-7/+11
* | arm: ioremap: Remove unused ARM-specific function pci_ioremap_io()Pali Rohár2021-12-071-11/+0
* | arm: ioremap: Implement standard PCI function pci_remap_iospace()Pali Rohár2021-11-301-0/+15
|/
* ARM: add __arm_iomem_set_ro() to write-protect ioremapped areaRussell King (Oracle)2021-10-191-0/+6
* arm: ioremap: don't abuse pfn_valid() to check if pfn is in RAMMike Rapoport2021-07-061-1/+3
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-27/+4
* arm: add support for folded p4d page tablesMike Rapoport2020-06-041-3/+9
* arm: remove ioremap_cachedChristoph Hellwig2019-11-111-4/+0
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* ARM: 8799/1: mm: fix pci_ioremap_io() offset checkThomas Petazzoni2018-09-191-1/+1
* ARM: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi2017-04-241-0/+7
* ARM: memremap: implement arch_memremap_wb()Ard Biesheuvel2016-04-041-2/+10
* ARM: reintroduce ioremap_cached() for creating cached I/O mappingsArd Biesheuvel2016-04-041-0/+4
* ARM: add support for generic early_ioremap/early_memremapArd Biesheuvel2015-12-131-0/+9
* ARM: io: convert ioremap*() to functionsRussell King2015-07-031-10/+23
* ARM: 8060/1: mm: allow sub-architectures to override PCI I/O memory typeThomas Petazzoni2014-06-011-1/+8
* ARM: add permission annotations to MT_MEMORY* mapping typesRussell King2013-12-111-2/+2
* ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functionsLaura Abbott2013-05-231-5/+5
* ARM: 7646/1: mm: use static_vm for managing static mapped areasJoonsoo Kim2013-02-161-42/+29
* ARM: 7645/1: ioremap: introduce an infrastructure for static mapped areaJoonsoo Kim2013-02-161-0/+64
* ARM: 7582/2: rename kvm_seq to vmalloc_seq so to avoid confusion with KVMNicolas Pitre2012-11-261-8/+8
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-071-0/+1
|\
| * ARM: ensure vm_struct has its phys_addr member filled inRussell King2012-09-281-0/+1
* | Merge branch 'cleanup/io-pci' into next/cleanupsArnd Bergmann2012-08-131-0/+14
|\ \ | |/ |/|
| * ARM: Add fixed PCI i/o mappingRob Herring2012-07-251-0/+14
* | ARM: 7432/1: use the new linux/sizes.hAlessandro Rubini2012-06-281-1/+1
|/
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-291-3/+14
|\
| * ARM: provide runtime hook for ioremap/iounmapRob Herring2012-03-061-3/+14
* | Disintegrate asm/system.h for ARMDavid Howells2012-03-281-0/+1
* | ARM: move CP15 definitions to separate header fileRussell King2012-03-281-0/+1
|/
* Revert "ARM: 7304/1: ioremap: fix boundary check when reusing static mapping"Russell King2012-02-021-2/+1
* ARM: 7304/1: ioremap: fix boundary check when reusing static mappingPawel Moll2012-01-271-1/+2
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Russell King2011-12-081-15/+24
|\
| * ARM: LPAE: Page table maintenance for the 3-level formatCatalin Marinas2011-12-081-3/+5
| * ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopudCatalin Marinas2011-12-081-12/+19
* | ARM: add generic ioremap optimization by reusing static mappingsNicolas Pitre2011-11-261-24/+48
* | ARM: simplify __iounmap() when dealing with section based mappingNicolas Pitre2011-11-261-11/+9
|/
* ARM: 7129/1: Add __arm_ioremap_exec for mapping external memory as MT_MEMORYTony Lindgren2011-10-221-0/+21
* Revert "ARM: relax ioremap prohibition (309caa9) for -final and -stable"Russell King2010-12-241-6/+2
* ARM: relax ioremap prohibition (309caa9) for -final and -stableRussell King2010-10-131-2/+6
* ARM: use generic ioremap_page_range()Russell King2010-07-271-70/+4
* ARM: Prohibit ioremap() on kernel managed RAMRussell King2010-06-211-0/+6
* ARM: Add caller information to ioremapRussell King2010-02-151-23/+34
* omap iommu: simple virtual address space managementHiroshi DOYU2009-05-191-0/+6