index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mm
/
ioremap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: Introduce vmap_page_range() to map pages in PCI address space
Alexei Starovoitov
2024-03-11
1
-4
/
+4
*
ARM: mm: kill unused runtime hook arch_iounmap()
Kefeng Wang
2022-06-27
1
-8
/
+1
*
Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-06-03
1
-1
/
+1
|
\
|
*
ARM: pxa/sa1100: move I/O space to PCI_IOBASE
Arnd Bergmann
2022-05-07
1
-1
/
+1
*
|
arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear map
Mike Rapoport
2022-05-10
1
-0
/
+8
|
/
*
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2022-03-24
1
-7
/
+11
|
\
|
*
ARM: mm: make vmalloc_seq handling SMP safe
Ard Biesheuvel
2022-01-25
1
-7
/
+11
*
|
arm: ioremap: Remove unused ARM-specific function pci_ioremap_io()
Pali Rohár
2021-12-07
1
-11
/
+0
*
|
arm: ioremap: Implement standard PCI function pci_remap_iospace()
Pali Rohár
2021-11-30
1
-0
/
+15
|
/
*
ARM: add __arm_iomem_set_ro() to write-protect ioremapped area
Russell King (Oracle)
2021-10-19
1
-0
/
+6
*
arm: ioremap: don't abuse pfn_valid() to check if pfn is in RAM
Mike Rapoport
2021-07-06
1
-1
/
+3
*
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
2020-06-09
1
-27
/
+4
*
arm: add support for folded p4d page tables
Mike Rapoport
2020-06-05
1
-3
/
+9
*
arm: remove ioremap_cached
Christoph Hellwig
2019-11-11
1
-4
/
+0
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
ARM: 8799/1: mm: fix pci_ioremap_io() offset check
Thomas Petazzoni
2018-09-19
1
-1
/
+1
*
ARM: Implement pci_remap_cfgspace() interface
Lorenzo Pieralisi
2017-04-24
1
-0
/
+7
*
ARM: memremap: implement arch_memremap_wb()
Ard Biesheuvel
2016-04-04
1
-2
/
+10
*
ARM: reintroduce ioremap_cached() for creating cached I/O mappings
Ard Biesheuvel
2016-04-04
1
-0
/
+4
*
ARM: add support for generic early_ioremap/early_memremap
Ard Biesheuvel
2015-12-13
1
-0
/
+9
*
ARM: io: convert ioremap*() to functions
Russell King
2015-07-03
1
-10
/
+23
*
ARM: 8060/1: mm: allow sub-architectures to override PCI I/O memory type
Thomas Petazzoni
2014-06-01
1
-1
/
+8
*
ARM: add permission annotations to MT_MEMORY* mapping types
Russell King
2013-12-11
1
-2
/
+2
*
ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functions
Laura Abbott
2013-05-23
1
-5
/
+5
*
ARM: 7646/1: mm: use static_vm for managing static mapped areas
Joonsoo Kim
2013-02-16
1
-42
/
+29
*
ARM: 7645/1: ioremap: introduce an infrastructure for static mapped area
Joonsoo Kim
2013-02-16
1
-0
/
+64
*
ARM: 7582/2: rename kvm_seq to vmalloc_seq so to avoid confusion with KVM
Nicolas Pitre
2012-11-26
1
-8
/
+8
*
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2012-10-07
1
-0
/
+1
|
\
|
*
ARM: ensure vm_struct has its phys_addr member filled in
Russell King
2012-09-28
1
-0
/
+1
*
|
Merge branch 'cleanup/io-pci' into next/cleanups
Arnd Bergmann
2012-08-13
1
-0
/
+14
|
\
\
|
|
/
|
/
|
|
*
ARM: Add fixed PCI i/o mapping
Rob Herring
2012-07-25
1
-0
/
+14
*
|
ARM: 7432/1: use the new linux/sizes.h
Alessandro Rubini
2012-06-28
1
-1
/
+1
|
/
*
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
2012-03-30
1
-3
/
+14
|
\
|
*
ARM: provide runtime hook for ioremap/iounmap
Rob Herring
2012-03-07
1
-3
/
+14
*
|
Disintegrate asm/system.h for ARM
David Howells
2012-03-28
1
-0
/
+1
*
|
ARM: move CP15 definitions to separate header file
Russell King
2012-03-28
1
-0
/
+1
|
/
*
Revert "ARM: 7304/1: ioremap: fix boundary check when reusing static mapping"
Russell King
2012-02-02
1
-2
/
+1
*
ARM: 7304/1: ioremap: fix boundary check when reusing static mapping
Pawel Moll
2012-01-27
1
-1
/
+2
*
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...
Russell King
2011-12-08
1
-15
/
+24
|
\
|
*
ARM: LPAE: Page table maintenance for the 3-level format
Catalin Marinas
2011-12-08
1
-3
/
+5
|
*
ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopud
Catalin Marinas
2011-12-08
1
-12
/
+19
*
|
ARM: add generic ioremap optimization by reusing static mappings
Nicolas Pitre
2011-11-27
1
-24
/
+48
*
|
ARM: simplify __iounmap() when dealing with section based mapping
Nicolas Pitre
2011-11-27
1
-11
/
+9
|
/
*
ARM: 7129/1: Add __arm_ioremap_exec for mapping external memory as MT_MEMORY
Tony Lindgren
2011-10-22
1
-0
/
+21
*
Revert "ARM: relax ioremap prohibition (309caa9) for -final and -stable"
Russell King
2010-12-24
1
-6
/
+2
*
ARM: relax ioremap prohibition (309caa9) for -final and -stable
Russell King
2010-10-13
1
-2
/
+6
*
ARM: use generic ioremap_page_range()
Russell King
2010-07-27
1
-70
/
+4
*
ARM: Prohibit ioremap() on kernel managed RAM
Russell King
2010-06-21
1
-0
/
+6
*
ARM: Add caller information to ioremap
Russell King
2010-02-15
1
-23
/
+34
*
omap iommu: simple virtual address space management
Hiroshi DOYU
2009-05-19
1
-0
/
+6
[next]