aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mm/flush.c
AgeCommit message (Expand)Author
2015-07-25ARM: add soc memory barrier extensionRussell King
2015-07-25ARM: move heavy barrier support out of lineRussell King
2014-12-03ARM: 8237/1: fix flush_pfn_aliasJungseung Lee
2014-10-09arm: mm: enable RCU fast_gupSteve Capper
2014-05-25ARM: 8043/1: uprobes need icache flush after xol writeVictor Kamensky
2013-12-29ARM: 7923/1: mm: fix dcache flush logic for compound high pagesSteven Capper
2013-06-29Merge branch 'devel-stable' into for-nextRussell King
2013-06-29Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King
2013-06-17ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_pageSimon Baatz
2013-06-05ARM: 7746/1: mm: lazy cache flushing on non-mapped pagesMing Lei
2013-06-04ARM: mm: Add support for flushing HugeTLB pages.Steve Capper
2013-04-17ARM: 7693/1: mm: clean-up in order to reduce to call kmap_high_get()Joonsoo Kim
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-08-11ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't presentWill Deacon
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-03-28Disintegrate asm/system.h for ARMDavid Howells
2012-01-26ARM: pgtable: consolidate set_pte_ext(TOP_PTE,...) + tlb flushRussell King
2012-01-26ARM: pgtable: move TOP_PTE address definitions to arch/arm/mm/mm.hRussell King
2011-05-23Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and...Russell King
2011-05-20ARM: 6899/1: fix the note about dcache lazy flushing for SMP systemssaeed bishara
2011-05-16ARM: 6901/1: remove unneeded check of the cache_is_vipt_nonaliasing()saeed bishara
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-12-19ARM: get rid of kmap_high_l1_vipt()Nicolas Pitre
2010-11-15ARM, mm: Don't include smp_plat.h twice in flush.cJesper Juhl
2010-10-04ARM: 6386/1: flush_ptrace_access: invalidate correct I-cache aliasWill Deacon
2010-09-19ARM: 6381/1: Use lazy cache flushing on ARMv7 SMP systemsCatalin Marinas
2010-09-19ARM: 6380/1: Introduce __sync_icache_dcache() for VIPT cachesCatalin Marinas
2010-09-19ARM: 6379/1: Assume new page cache pages have dirty D-cacheCatalin Marinas
2010-09-19ARM: 6378/1: Allow lazy cache flushing via PG_arch_1 for highmem pagesCatalin Marinas
2010-04-14ARM: 6007/1: fix highmem with VIPT cache and DMANicolas Pitre
2009-12-14ARM: Fix ptrace accessesRussell King
2009-12-14ARM: add size argument to __cpuc_flush_dcache_pageRussell King
2009-12-04ARM: I-cache: flush executable mappings in flush_cache_range()Russell King
2009-12-04ARM: I-cache: avoid flushing in flush_cache_mm()Russell King
2009-12-04ARM: I-cache: Add invalidation for VIVT ASID tagged cachesRussell King
2009-12-04ARM: Remove __flush_icache_all() from __flush_dcache_page()Russell King
2009-12-04ARM: Move __flush_icache_all() out of flush_pfn_alias()Russell King
2009-12-01ARM: ZERO_PAGE: Avoid flush_dcache_page() for zero pageRussell King
2009-12-01ARM: Avoid evaluating page_address() multiple timesRussell King
2009-12-01ARM: Avoid duplicated implementation for VIVT cache flushingRussell King
2009-10-29ARM: Fix errata 411920 workaroundsRussell King
2009-09-24cpumask: use mm_cpumask() wrapper: armRusty Russell
2009-09-02ARM: 5687/1: fix an oops with highmemNicolas Pitre
2009-04-30[ARM] 5488/1: ARM errata: Invalidation of the Instruction Cache operation can...Catalin Marinas
2009-03-15[ARM] kmap supportNicolas Pitre
2008-09-01[ARM] cachetype: move definitions to separate headerRussell King
2008-07-03[ARM] 5092/1: Fix the I-cache invalidation on ARMv6 and later CPUsCatalin Marinas
2007-01-08[ARM] Resolve fuse and direct-IO failures due to missing cache flushesRussell King
2006-12-13[ARM] Unuse another Linux PTE bitRussell King
2006-09-25[ARM] 3853/1: Fix flush_ptrace_access() thinko for nonaliasing VIPT cache caseGeorge G. Davis