aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/flush.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-23Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and 'spear' into for-linusRussell King1-3/+4
2011-05-20ARM: 6899/1: fix the note about dcache lazy flushing for SMP systemssaeed bishara1-1/+2
2011-05-16ARM: 6901/1: remove unneeded check of the cache_is_vipt_nonaliasing()saeed bishara1-2/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2010-12-19ARM: get rid of kmap_high_l1_vipt()Nicolas Pitre1-3/+4
2010-11-15ARM, mm: Don't include smp_plat.h twice in flush.cJesper Juhl1-1/+0
2010-10-04ARM: 6386/1: flush_ptrace_access: invalidate correct I-cache aliasWill Deacon1-3/+20
2010-09-19ARM: 6381/1: Use lazy cache flushing on ARMv7 SMP systemsCatalin Marinas1-9/+4
2010-09-19ARM: 6380/1: Introduce __sync_icache_dcache() for VIPT cachesCatalin Marinas1-0/+30
2010-09-19ARM: 6379/1: Assume new page cache pages have dirty D-cacheCatalin Marinas1-1/+2
2010-09-19ARM: 6378/1: Allow lazy cache flushing via PG_arch_1 for highmem pagesCatalin Marinas1-1/+1
2010-04-14ARM: 6007/1: fix highmem with VIPT cache and DMANicolas Pitre1-10/+15
2009-12-14ARM: Fix ptrace accessesRussell King1-8/+43
2009-12-14ARM: add size argument to __cpuc_flush_dcache_pageRussell King1-2/+2
2009-12-04ARM: I-cache: flush executable mappings in flush_cache_range()Russell King1-2/+1
2009-12-04ARM: I-cache: avoid flushing in flush_cache_mm()Russell King1-1/+0
2009-12-04ARM: I-cache: Add invalidation for VIVT ASID tagged cachesRussell King1-0/+6
2009-12-04ARM: Remove __flush_icache_all() from __flush_dcache_page()Russell King1-3/+1
2009-12-04ARM: Move __flush_icache_all() out of flush_pfn_alias()Russell King1-3/+8
2009-12-01ARM: ZERO_PAGE: Avoid flush_dcache_page() for zero pageRussell King1-1/+10
2009-12-01ARM: Avoid evaluating page_address() multiple timesRussell King1-2/+4
2009-12-01ARM: Avoid duplicated implementation for VIVT cache flushingRussell King1-13/+4
2009-10-29ARM: Fix errata 411920 workaroundsRussell King1-25/+6
2009-09-24cpumask: use mm_cpumask() wrapper: armRusty Russell1-5/+5
2009-09-02ARM: 5687/1: fix an oops with highmemNicolas Pitre1-1/+8
2009-04-30[ARM] 5488/1: ARM errata: Invalidation of the Instruction Cache operation can failCatalin Marinas1-2/+21
2009-03-15[ARM] kmap supportNicolas Pitre1-1/+1
2008-09-01[ARM] cachetype: move definitions to separate headerRussell King1-0/+1
2008-07-03[ARM] 5092/1: Fix the I-cache invalidation on ARMv6 and later CPUsCatalin Marinas1-0/+2
2007-01-08[ARM] Resolve fuse and direct-IO failures due to missing cache flushesRussell King1-0/+39
2006-12-13[ARM] Unuse another Linux PTE bitRussell King1-1/+1
2006-09-25[ARM] 3853/1: Fix flush_ptrace_access() thinko for nonaliasing VIPT cache caseGeorge G. Davis1-1/+1
2006-09-20[ARM] Cleanup arch/arm/mm a littleRussell King1-2/+2
2006-09-02[ARM] 3762/1: Fix ptrace cache coherency bug for ARM1136 VIPT nonaliasing Harvard cachesGeorge G. Davis1-0/+26
2006-03-10[ARM] 3356/1: Workaround for the ARM1136 I-cache invalidation problemCatalin Marinas1-2/+4
2005-11-30[ARM SMP] Disable lazy flush_dcache_page for SMPRussell King1-1/+6
2005-09-30[ARM] 2939/1: Fix compilation error in arch/arm/mm/flush.cCatalin Marinas1-18/+18
2005-09-08[ARM] Fix ARMv6 VIPT cache >= 32KRussell King1-0/+52
2005-06-20[PATCH] ARM: Fix delayed dcache flush for ARMv6 non-aliasing cachesRussell King1-26/+18
2005-05-10[PATCH] ARM: Add V6 aliasing cache flushRussell King1-2/+35
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+94