Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
21c527a3cba07f9a9ce17b3a445f110a847793e2
/
arch
/
arm
/
mm
/
ioremap.c
20a1080
ARM: io: convert ioremap*() to functions
by Russell King
· 9 years ago
1c8c3cf
ARM: 8060/1: mm: allow sub-architectures to override PCI I/O memory type
by Thomas Petazzoni
· 10 years ago
2e2c9de
ARM: add permission annotations to MT_MEMORY* mapping types
by Russell King
· 11 years ago
9b97173
ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functions
by Laura Abbott
· 12 years ago
101eeda
ARM: 7646/1: mm: use static_vm for managing static mapped areas
by Joonsoo Kim
· 12 years ago
ed8fd21
ARM: 7645/1: ioremap: introduce an infrastructure for static mapped area
by Joonsoo Kim
· 12 years ago
3e99675
ARM: 7582/2: rename kvm_seq to vmalloc_seq so to avoid confusion with KVM
by Nicolas Pitre
· 12 years ago
0e51793
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
a3d7193
ARM: ensure vm_struct has its phys_addr member filled in
by Russell King
· 12 years ago
19ec6ca
Merge branch 'cleanup/io-pci' into next/cleanups
by Arnd Bergmann
· 12 years ago
c279443
ARM: Add fixed PCI i/o mapping
by Rob Herring
· 13 years ago
158e8bf
ARM: 7432/1: use the new linux/sizes.h
by Alessandro Rubini
· 12 years ago
820d41c
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
9f97da7
Disintegrate asm/system.h for ARM
by David Howells
· 13 years ago
15d07dc
ARM: move CP15 definitions to separate header file
by Russell King
· 13 years ago
4fe7ef3
ARM: provide runtime hook for ioremap/iounmap
by Rob Herring
· 13 years ago
97f1040
Revert "ARM: 7304/1: ioremap: fix boundary check when reusing static mapping"
by Russell King
· 13 years ago
3c424f3
ARM: 7304/1: ioremap: fix boundary check when reusing static mapping
by Pawel Moll
· 13 years ago
6ae25a5
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux into devel-stable
by Russell King
· 13 years ago
da02877
ARM: LPAE: Page table maintenance for the 3-level format
by Catalin Marinas
· 13 years ago
03a6b82
ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopud
by Catalin Marinas
· 13 years ago
576d2f2
ARM: add generic ioremap optimization by reusing static mappings
by Nicolas Pitre
· 13 years ago
6ee723a
ARM: simplify __iounmap() when dealing with section based mapping
by Nicolas Pitre
· 13 years ago
6c5482d
ARM: 7129/1: Add __arm_ioremap_exec for mapping external memory as MT_MEMORY
by Tony Lindgren
· 13 years ago
67cfa23
Revert "ARM: relax ioremap prohibition (309caa9) for -final and -stable"
by Russell King
· 14 years ago
06c1088
ARM: relax ioremap prohibition (309caa9) for -final and -stable
by Russell King
· 14 years ago
d746196
ARM: use generic ioremap_page_range()
by Russell King
· 14 years ago
309caa9
ARM: Prohibit ioremap() on kernel managed RAM
by Russell King
· 14 years ago
31aa8fd
ARM: Add caller information to ioremap
by Russell King
· 15 years ago
69d3a84
omap iommu: simple virtual address space management
by Hiroshi DOYU
· 16 years ago
24f11ec
[ARM] fix section-based ioremap
by Russell King
· 16 years ago
6a4690c
Merge branch 'ptebits' into devel
by Russell King
· 16 years ago
40d192b
[ARM] remove 'prot_pte_ext' from memory type table
by Russell King
· 16 years ago
fced80c
[ARM] Convert asm/io.h to linux/io.h
by Russell King
· 16 years ago
09d9bae
[ARM] sparse: fix several warnings
by Russell King
· 16 years ago
0ba8b9b
[ARM] cputype: separate definitions, use them
by Russell King
· 16 years ago
4baa992
[ARM] move include/asm-arm to arch/arm/include/asm
by Russell King
· 16 years ago
5e54197
add mm argument to pte/pmd/pud/pgd_free
by Benjamin Herrenschmidt
· 17 years ago
6d78b5f
[ARM] Fix bounding error in ioremap_pfn()
by Russell King
· 17 years ago
6cbdc8c
[ARM] spelling fixes
by Simon Arlott
· 18 years ago
3603ab2
[ARM] mm 10: allow memory type to be specified with ioremap
by Russell King
· 18 years ago
c172cc9
[ARM] mm 6: allow mem_types table to specify extended pte attributes
by Russell King
· 18 years ago
b29e9f5
[ARM] mm 5: Use mem_types table in ioremap
by Russell King
· 18 years ago
4a56c1e
[ARM] mm 3: separate out supersection mappings, avoid for <4GB
by Russell King
· 18 years ago
412489a
[ARM] 4112/1: Only ioremap to supersections if DOMAIN_IO is zero
by Catalin Marinas
· 18 years ago
c924aff
[ARM] Fix BUG()s in ioremap() code
by Russell King
· 18 years ago
da2c12a
[ARM] Clean up ioremap code
by Russell King
· 18 years ago
ad1ae2f
[ARM] Unuse another Linux PTE bit
by Russell King
· 18 years ago
1622605
[PATCH] arm: it's OK to pass pointer to volatile as iounmap() argument...
by Al Viro
· 18 years ago
46a82b2
[PATCH] Standardize pxx_page macros
by Dave McCracken
· 18 years ago
ceaccbd
[ARM] 3734/1: Fix the unused variable warning in __iounmap()
by Catalin Marinas
· 18 years ago
67f3a58
[ARM] Fix warning in consistent.c
by Russell King
· 18 years ago
7cddc39
[ARM] 3708/2: fix SMP build after section ioremap changes
by Lennert Buytenhek
· 18 years ago
a069c89
[ARM] 3705/1: add supersection support to ioremap()
by Lennert Buytenhek
· 18 years ago
ff0daca
[ARM] Add section support to ioremap
by Russell King
· 18 years ago
5924486
[ARM] nommu: add stubs for ioremap and friends
by Russell King
· 18 years ago
478922c
[ARM] 3526/1: ioremap should use vunmap instead of vfree on ARM
by Catalin Marinas
· 19 years ago
f78f104
[ARM] Remove unnecessary asm/hardware.h includes
by Russell King
· 19 years ago
20a2c88
[ARM] Fix ioremap.c vfree type warning
by Russell King
· 19 years ago
9d4ae72
[ARM] 3070/2: Add __ioremap_pfn() API
by Deepak Saxena
· 19 years ago
67a1901
[ARM] __ioremap doesn't use 4th argument
by Russell King
· 19 years ago
872fec1
[PATCH] mm: init_mm without ptlock
by Hugh Dickins
· 19 years ago
674c045
[ARM] 3/4: Remove asm/hardware.h from SA1100 io.h
by Russell King
· 19 years ago
09f0551
[PATCH] ARM: Add iomap support for ARM
by Russell King
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago