Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
90f0845ce640c1154cdea7c87da328c123e73b75
/
arch
/
arm
/
mm
/
flush.c
b8cd51a
arm: mm: enable RCU fast_gup
by Steve Capper
· 10 years ago
72e6ae2
ARM: 8043/1: uprobes need icache flush after xol write
by Victor Kamensky
· 11 years ago
2a7cfcb
ARM: 7923/1: mm: fix dcache flush logic for compound high pages
by Steven Capper
· 11 years ago
3c0c01a
Merge branch 'devel-stable' into for-next
by Russell King
· 11 years ago
cbd379b
Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-next
by Russell King
· 11 years ago
1bc3974
ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_page
by Simon Baatz
· 11 years ago
81f2894
ARM: 7746/1: mm: lazy cache flushing on non-mapped pages
by Ming Lei
· 11 years ago
0b19f93
ARM: mm: Add support for flushing HugeTLB pages.
by Steve Capper
· 12 years ago
dd0f67f
ARM: 7693/1: mm: clean-up in order to reduce to call kmap_high_get()
by Joonsoo Kim
· 12 years ago
6b2dbba
mm: replace vma prio_tree with an interval tree
by Michel Lespinasse
· 12 years ago
47f1204
ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't present
by Will Deacon
· 12 years ago
12679a2
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 13 years ago
9f97da7
Disintegrate asm/system.h for ARM
by David Howells
· 13 years ago
67ece14
ARM: pgtable: consolidate set_pte_ext(TOP_PTE,...) + tlb flush
by Russell King
· 13 years ago
de27c30
ARM: pgtable: move TOP_PTE address definitions to arch/arm/mm/mm.h
by Russell King
· 13 years ago
ec19628
Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and 'spear' into for-linus
by Russell King
· 14 years ago
31bee4c
ARM: 6899/1: fix the note about dcache lazy flushing for SMP systems
by saeed bishara
· 14 years ago
8373dc3
ARM: 6901/1: remove unneeded check of the cache_is_vipt_nonaliasing()
by saeed bishara
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
39af22a
ARM: get rid of kmap_high_l1_vipt()
by Nicolas Pitre
· 14 years ago
b7bedd8
ARM, mm: Don't include smp_plat.h twice in flush.c
by Jesper Juhl
· 14 years ago
c4e259c
ARM: 6386/1: flush_ptrace_access: invalidate correct I-cache alias
by Will Deacon
· 14 years ago
85848dd
ARM: 6381/1: Use lazy cache flushing on ARMv7 SMP systems
by Catalin Marinas
· 14 years ago
6012191
ARM: 6380/1: Introduce __sync_icache_dcache() for VIPT caches
by Catalin Marinas
· 14 years ago
c017780
ARM: 6379/1: Assume new page cache pages have dirty D-cache
by Catalin Marinas
· 14 years ago
0fc7309
ARM: 6378/1: Allow lazy cache flushing via PG_arch_1 for highmem pages
by Catalin Marinas
· 14 years ago
7e5a69e
ARM: 6007/1: fix highmem with VIPT cache and DMA
by Nicolas Pitre
· 15 years ago
2ef7f3d
ARM: Fix ptrace accesses
by Russell King
· 15 years ago
2c9b9c8
ARM: add size argument to __cpuc_flush_dcache_page
by Russell King
· 15 years ago
6060e8d
ARM: I-cache: flush executable mappings in flush_cache_range()
by Russell King
· 15 years ago
ea201db
ARM: I-cache: avoid flushing in flush_cache_mm()
by Russell King
· 15 years ago
9e95922
ARM: I-cache: Add invalidation for VIVT ASID tagged caches
by Russell King
· 15 years ago
f91fb05
ARM: Remove __flush_icache_all() from __flush_dcache_page()
by Russell King
· 15 years ago
2df341e
ARM: Move __flush_icache_all() out of flush_pfn_alias()
by Russell King
· 15 years ago
421fe93
ARM: ZERO_PAGE: Avoid flush_dcache_page() for zero page
by Russell King
· 15 years ago
b7dc0b2
ARM: Avoid evaluating page_address() multiple times
by Russell King
· 15 years ago
2f0b192
ARM: Avoid duplicated implementation for VIVT cache flushing
by Russell King
· 15 years ago
df71dfd
ARM: Fix errata 411920 workarounds
by Russell King
· 15 years ago
56f8ba8
cpumask: use mm_cpumask() wrapper: arm
by Rusty Russell
· 15 years ago
13f96d8
ARM: 5687/1: fix an oops with highmem
by Nicolas Pitre
· 15 years ago
9cba3cc
[ARM] 5488/1: ARM errata: Invalidation of the Instruction Cache operation can fail
by Catalin Marinas
· 16 years ago
d73cd42
[ARM] kmap support
by Nicolas Pitre
· 16 years ago
46097c7
[ARM] cachetype: move definitions to separate header
by Russell King
· 16 years ago
826cbda
[ARM] 5092/1: Fix the I-cache invalidation on ARMv6 and later CPUs
by Catalin Marinas
· 16 years ago
6020dff
[ARM] Resolve fuse and direct-IO failures due to missing cache flushes
by Russell King
· 18 years ago
ad1ae2f
[ARM] Unuse another Linux PTE bit
by Russell King
· 18 years ago
a71ebdf
[ARM] 3853/1: Fix flush_ptrace_access() thinko for nonaliasing VIPT cache case
by George G. Davis
· 18 years ago
1b2e2b7
[ARM] Cleanup arch/arm/mm a little
by Russell King
· 18 years ago
a188ad2
[ARM] 3762/1: Fix ptrace cache coherency bug for ARM1136 VIPT nonaliasing Harvard caches
by George G. Davis
· 18 years ago
141fa40
[ARM] 3356/1: Workaround for the ARM1136 I-cache invalidation problem
by Catalin Marinas
· 19 years ago
df2f5e7
[ARM SMP] Disable lazy flush_dcache_page for SMP
by Russell King
· 19 years ago
481467d
[ARM] 2939/1: Fix compilation error in arch/arm/mm/flush.c
by Catalin Marinas
· 19 years ago
d7b6b35
[ARM] Fix ARMv6 VIPT cache >= 32K
by Russell King
· 19 years ago
8830f04
[PATCH] ARM: Fix delayed dcache flush for ARMv6 non-aliasing caches
by Russell King
· 19 years ago
8d802d2
[PATCH] ARM: Add V6 aliasing cache flush
by Russell King
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago