index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mm
/
ioremap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2018-09-19
ARM: 8799/1: mm: fix pci_ioremap_io() offset check
Thomas Petazzoni
1
-1
/
+1
2017-04-24
ARM: Implement pci_remap_cfgspace() interface
Lorenzo Pieralisi
1
-0
/
+7
2016-04-04
ARM: memremap: implement arch_memremap_wb()
Ard Biesheuvel
1
-2
/
+10
2016-04-04
ARM: reintroduce ioremap_cached() for creating cached I/O mappings
Ard Biesheuvel
1
-0
/
+4
2015-12-13
ARM: add support for generic early_ioremap/early_memremap
Ard Biesheuvel
1
-0
/
+9
2015-07-03
ARM: io: convert ioremap*() to functions
Russell King
1
-10
/
+23
2014-06-01
ARM: 8060/1: mm: allow sub-architectures to override PCI I/O memory type
Thomas Petazzoni
1
-1
/
+8
2013-12-11
ARM: add permission annotations to MT_MEMORY* mapping types
Russell King
1
-2
/
+2
2013-05-23
ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functions
Laura Abbott
1
-5
/
+5
2013-02-16
ARM: 7646/1: mm: use static_vm for managing static mapped areas
Joonsoo Kim
1
-42
/
+29
2013-02-16
ARM: 7645/1: ioremap: introduce an infrastructure for static mapped area
Joonsoo Kim
1
-0
/
+64
2012-11-26
ARM: 7582/2: rename kvm_seq to vmalloc_seq so to avoid confusion with KVM
Nicolas Pitre
1
-8
/
+8
2012-10-07
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-0
/
+1
2012-09-28
ARM: ensure vm_struct has its phys_addr member filled in
Russell King
1
-0
/
+1
2012-08-13
Merge branch 'cleanup/io-pci' into next/cleanups
Arnd Bergmann
1
-0
/
+14
2012-07-25
ARM: Add fixed PCI i/o mapping
Rob Herring
1
-0
/
+14
2012-06-28
ARM: 7432/1: use the new linux/sizes.h
Alessandro Rubini
1
-1
/
+1
2012-03-29
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
1
-3
/
+14
2012-03-28
Disintegrate asm/system.h for ARM
David Howells
1
-0
/
+1
2012-03-28
ARM: move CP15 definitions to separate header file
Russell King
1
-0
/
+1
2012-03-06
ARM: provide runtime hook for ioremap/iounmap
Rob Herring
1
-3
/
+14
2012-02-02
Revert "ARM: 7304/1: ioremap: fix boundary check when reusing static mapping"
Russell King
1
-2
/
+1
2012-01-27
ARM: 7304/1: ioremap: fix boundary check when reusing static mapping
Pawel Moll
1
-1
/
+2
2011-12-08
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...
Russell King
1
-15
/
+24
2011-12-08
ARM: LPAE: Page table maintenance for the 3-level format
Catalin Marinas
1
-3
/
+5
2011-12-08
ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopud
Catalin Marinas
1
-12
/
+19
2011-11-26
ARM: add generic ioremap optimization by reusing static mappings
Nicolas Pitre
1
-24
/
+48
2011-11-26
ARM: simplify __iounmap() when dealing with section based mapping
Nicolas Pitre
1
-11
/
+9
2011-10-22
ARM: 7129/1: Add __arm_ioremap_exec for mapping external memory as MT_MEMORY
Tony Lindgren
1
-0
/
+21
2010-12-24
Revert "ARM: relax ioremap prohibition (309caa9) for -final and -stable"
Russell King
1
-6
/
+2
2010-10-13
ARM: relax ioremap prohibition (309caa9) for -final and -stable
Russell King
1
-2
/
+6
2010-07-27
ARM: use generic ioremap_page_range()
Russell King
1
-70
/
+4
2010-06-21
ARM: Prohibit ioremap() on kernel managed RAM
Russell King
1
-0
/
+6
2010-02-15
ARM: Add caller information to ioremap
Russell King
1
-23
/
+34
2009-05-19
omap iommu: simple virtual address space management
Hiroshi DOYU
1
-0
/
+6
2009-01-25
[ARM] fix section-based ioremap
Russell King
1
-9
/
+2
2008-10-09
Merge branch 'ptebits' into devel
Russell King
1
-2
/
+1
2008-10-01
[ARM] remove 'prot_pte_ext' from memory type table
Russell King
1
-2
/
+1
2008-09-06
[ARM] Convert asm/io.h to linux/io.h
Russell King
1
-1
/
+1
2008-09-05
[ARM] sparse: fix several warnings
Russell King
1
-5
/
+4
2008-09-01
[ARM] cputype: separate definitions, use them
Russell King
1
-0
/
+1
2008-08-02
[ARM] move include/asm-arm to arch/arm/include/asm
Russell King
1
-1
/
+1
2008-02-05
add mm argument to pte/pmd/pud/pgd_free
Benjamin Herrenschmidt
1
-1
/
+1
2007-07-12
[ARM] Fix bounding error in ioremap_pfn()
Russell King
1
-6
/
+4
2007-05-20
[ARM] spelling fixes
Simon Arlott
1
-1
/
+1
2007-05-05
[ARM] mm 10: allow memory type to be specified with ioremap
Russell King
1
-11
/
+9
2007-04-21
[ARM] mm 6: allow mem_types table to specify extended pte attributes
Russell King
1
-1
/
+2
2007-04-21
[ARM] mm 5: Use mem_types table in ioremap
Russell King
1
-38
/
+27
2007-04-21
[ARM] mm 3: separate out supersection mappings, avoid for <4GB
Russell King
1
-1
/
+1
[next]