aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mm/flush.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11ARM: 9359/1: flush: check if the folio is reserved for no-mapping addressesGravatar Yongqiang Liu 1-0/+3
2023-08-24arm: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 1-39/+60
2023-06-19ARM: 9306/1: cacheflush: avoid __flush_anon_page() missing-prototype warningGravatar Arnd Bergmann 1-0/+1
2021-09-03mm: remove flush_kernel_dcache_pageGravatar Christoph Hellwig 1-33/+0
2019-09-24mm: introduce compound_nr()Gravatar Matthew Wilcox (Oracle) 1-2/+2
2019-09-24mm: introduce page_size()Gravatar Matthew Wilcox (Oracle) 1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-04-05mm: fix races between swapoff and flush dcacheGravatar Huang Ying 1-3/+3
2017-01-10ARM: 8627/1: avoid cache flushing in flush_dcache_page()Gravatar Rabin Vincent 1-0/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesGravatar Kirill A. Shutemov 1-1/+1
2016-01-15arm, thp: remove infrastructure for handling splitting PMDsGravatar Kirill A. Shutemov 1-15/+0
2015-07-25ARM: add soc memory barrier extensionGravatar Russell King 1-0/+4
2015-07-25ARM: move heavy barrier support out of lineGravatar Russell King 1-0/+11
2014-12-03ARM: 8237/1: fix flush_pfn_aliasGravatar Jungseung Lee 1-1/+1
2014-10-09arm: mm: enable RCU fast_gupGravatar Steve Capper 1-0/+15
2014-05-25ARM: 8043/1: uprobes need icache flush after xol writeGravatar Victor Kamensky 1-5/+28
2013-12-29ARM: 7923/1: mm: fix dcache flush logic for compound high pagesGravatar Steven Capper 1-3/+3
2013-06-29Merge branch 'devel-stable' into for-nextGravatar Russell King 1-10/+15
2013-06-29Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextGravatar Russell King 1-1/+1
2013-06-17ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_pageGravatar Simon Baatz 1-0/+33
2013-06-05ARM: 7746/1: mm: lazy cache flushing on non-mapped pagesGravatar Ming Lei 1-1/+1
2013-06-04ARM: mm: Add support for flushing HugeTLB pages.Gravatar Steve Capper 1-10/+15
2013-04-17ARM: 7693/1: mm: clean-up in order to reduce to call kmap_high_get()Gravatar Joonsoo Kim 1-6/+9
2012-10-09mm: replace vma prio_tree with an interval treeGravatar Michel Lespinasse 1-2/+1
2012-08-11ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't presentGravatar Will Deacon 1-2/+0
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-9/+5
2012-03-28Disintegrate asm/system.h for ARMGravatar David Howells 1-1/+0
2012-01-26ARM: pgtable: consolidate set_pte_ext(TOP_PTE,...) + tlb flushGravatar Russell King 1-6/+4
2012-01-26ARM: pgtable: move TOP_PTE address definitions to arch/arm/mm/mm.hGravatar Russell King 1-5/+3
2011-05-23Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and...Gravatar Russell King 1-3/+4
2011-05-20ARM: 6899/1: fix the note about dcache lazy flushing for SMP systemsGravatar saeed bishara 1-1/+2
2011-05-16ARM: 6901/1: remove unneeded check of the cache_is_vipt_nonaliasing()Gravatar saeed bishara 1-2/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+0
2010-12-19ARM: get rid of kmap_high_l1_vipt()Gravatar Nicolas Pitre 1-3/+4
2010-11-15ARM, mm: Don't include smp_plat.h twice in flush.cGravatar Jesper Juhl 1-1/+0
2010-10-04ARM: 6386/1: flush_ptrace_access: invalidate correct I-cache aliasGravatar Will Deacon 1-3/+20
2010-09-19ARM: 6381/1: Use lazy cache flushing on ARMv7 SMP systemsGravatar Catalin Marinas 1-9/+4
2010-09-19ARM: 6380/1: Introduce __sync_icache_dcache() for VIPT cachesGravatar Catalin Marinas 1-0/+30
2010-09-19ARM: 6379/1: Assume new page cache pages have dirty D-cacheGravatar Catalin Marinas 1-1/+2
2010-09-19ARM: 6378/1: Allow lazy cache flushing via PG_arch_1 for highmem pagesGravatar Catalin Marinas 1-1/+1
2010-04-14ARM: 6007/1: fix highmem with VIPT cache and DMAGravatar Nicolas Pitre 1-10/+15
2009-12-14ARM: Fix ptrace accessesGravatar Russell King 1-8/+43
2009-12-14ARM: add size argument to __cpuc_flush_dcache_pageGravatar Russell King 1-2/+2
2009-12-04ARM: I-cache: flush executable mappings in flush_cache_range()Gravatar Russell King 1-2/+1
2009-12-04ARM: I-cache: avoid flushing in flush_cache_mm()Gravatar Russell King 1-1/+0
2009-12-04ARM: I-cache: Add invalidation for VIVT ASID tagged cachesGravatar Russell King 1-0/+6
2009-12-04ARM: Remove __flush_icache_all() from __flush_dcache_page()Gravatar Russell King 1-3/+1
2009-12-04ARM: Move __flush_icache_all() out of flush_pfn_alias()Gravatar Russell King 1-3/+8
2009-12-01ARM: ZERO_PAGE: Avoid flush_dcache_page() for zero pageGravatar Russell King 1-1/+10