aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/flush.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't presentWill Deacon2012-09-141-2/+0
*-. Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and...Russell King2011-05-231-3/+4
|\ \
| | * ARM: 6901/1: remove unneeded check of the cache_is_vipt_nonaliasing()saeed bishara2011-05-161-2/+2
| |/ |/|
| * ARM: 6899/1: fix the note about dcache lazy flushing for SMP systemssaeed bishara2011-05-201-1/+2
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+0
|\
| * ARM, mm: Don't include smp_plat.h twice in flush.cJesper Juhl2010-11-151-1/+0
* | ARM: get rid of kmap_high_l1_vipt()Nicolas Pitre2010-12-191-3/+4
|/
* ARM: 6386/1: flush_ptrace_access: invalidate correct I-cache aliasWill Deacon2010-10-041-3/+20
* ARM: 6381/1: Use lazy cache flushing on ARMv7 SMP systemsCatalin Marinas2010-09-191-9/+4
* ARM: 6380/1: Introduce __sync_icache_dcache() for VIPT cachesCatalin Marinas2010-09-191-0/+30
* ARM: 6379/1: Assume new page cache pages have dirty D-cacheCatalin Marinas2010-09-191-1/+2
* ARM: 6378/1: Allow lazy cache flushing via PG_arch_1 for highmem pagesCatalin Marinas2010-09-191-1/+1
* ARM: 6007/1: fix highmem with VIPT cache and DMANicolas Pitre2010-04-141-10/+15
* ARM: Fix ptrace accessesRussell King2009-12-141-8/+43
* ARM: add size argument to __cpuc_flush_dcache_pageRussell King2009-12-141-2/+2
* ARM: I-cache: flush executable mappings in flush_cache_range()Russell King2009-12-041-2/+1
* ARM: I-cache: avoid flushing in flush_cache_mm()Russell King2009-12-041-1/+0
* ARM: I-cache: Add invalidation for VIVT ASID tagged cachesRussell King2009-12-041-0/+6
* ARM: Remove __flush_icache_all() from __flush_dcache_page()Russell King2009-12-041-3/+1
* ARM: Move __flush_icache_all() out of flush_pfn_alias()Russell King2009-12-041-3/+8
* ARM: ZERO_PAGE: Avoid flush_dcache_page() for zero pageRussell King2009-12-011-1/+10
* ARM: Avoid evaluating page_address() multiple timesRussell King2009-12-011-2/+4
* ARM: Avoid duplicated implementation for VIVT cache flushingRussell King2009-12-011-13/+4
* ARM: Fix errata 411920 workaroundsRussell King2009-10-291-25/+6
* cpumask: use mm_cpumask() wrapper: armRusty Russell2009-09-241-5/+5
* ARM: 5687/1: fix an oops with highmemNicolas Pitre2009-09-021-1/+8
* [ARM] 5488/1: ARM errata: Invalidation of the Instruction Cache operation can...Catalin Marinas2009-04-301-2/+21
* [ARM] kmap supportNicolas Pitre2009-03-151-1/+1
* [ARM] cachetype: move definitions to separate headerRussell King2008-09-011-0/+1
* [ARM] 5092/1: Fix the I-cache invalidation on ARMv6 and later CPUsCatalin Marinas2008-07-031-0/+2
* [ARM] Resolve fuse and direct-IO failures due to missing cache flushesRussell King2007-01-081-0/+39
* [ARM] Unuse another Linux PTE bitRussell King2006-12-131-1/+1
* [ARM] 3853/1: Fix flush_ptrace_access() thinko for nonaliasing VIPT cache caseGeorge G. Davis2006-09-251-1/+1
* [ARM] Cleanup arch/arm/mm a littleRussell King2006-09-201-2/+2
* [ARM] 3762/1: Fix ptrace cache coherency bug for ARM1136 VIPT nonaliasing Har...George G. Davis2006-09-021-0/+26
* [ARM] 3356/1: Workaround for the ARM1136 I-cache invalidation problemCatalin Marinas2006-03-101-2/+4
* [ARM SMP] Disable lazy flush_dcache_page for SMPRussell King2005-11-301-1/+6
* [ARM] 2939/1: Fix compilation error in arch/arm/mm/flush.cCatalin Marinas2005-09-301-18/+18
* [ARM] Fix ARMv6 VIPT cache >= 32KRussell King2005-09-081-0/+52
* [PATCH] ARM: Fix delayed dcache flush for ARMv6 non-aliasing cachesRussell King2005-06-201-26/+18
* [PATCH] ARM: Add V6 aliasing cache flushRussell King2005-05-101-2/+35
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+94