aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/cache-sh4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)1-0/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-7/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-04sh: add support for folded p4d page tablesMike Rapoport1-1/+3
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying1-1/+1
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov1-1/+1
2014-03-04sh: prefix sh-specific "CCR" and "CCR2" by "SH_"Geert Uytterhoeven1-2/+2
2012-03-30sh: fix up fallout from system.h disintegration.Paul Mundt1-0/+1
2012-03-20sh: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2010-12-01sh: Assume new page cache pages have dirty dcache lines.Paul Mundt1-2/+2
2010-01-26sh: Mass ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt1-5/+5
2010-01-21sh: Kill off the special uncached section and fixmap.Paul Mundt1-2/+2
2010-01-02sh: Optimise flush_dcache_page() on SH4Matt Fleming1-10/+3
2009-12-09sh: Can't compare physical and virtual addresses for aliasesMatt Fleming1-2/+1
2009-12-04sh: Drop associative writes for SH-4 cache flushes.Matt Fleming1-2/+2
2009-11-09Merge branch 'sh/stable-updates'Paul Mundt1-1/+4
2009-11-09sh: Account for cache aliases in flush_icache_range()Matt Fleming1-1/+4
2009-10-30sh: Do not apply virt_to_phys() to a physical addressMatt Fleming1-2/+1
2009-10-16Merge branch 'sh/stable-updates'Paul Mundt1-14/+12
2009-10-16sh: Fix up single page flushing to use PAGE_SIZE.Valentin Sitdikov1-12/+10
2009-10-10sh: Prepare for dynamic PMB supportMatt Fleming1-3/+3
2009-10-10sh: Obliterate the P1 area macrosMatt Fleming1-1/+1
2009-10-10Merge branch 'sh/cachetlb'Paul Mundt1-421/+75
2009-10-09sh: Sprinkle __uses_jump_to_uncachedMatt Fleming1-1/+1
2009-09-09sh: Fix up redundant cache flushing for PAGE_SIZE > 4k.Paul Mundt1-1/+1
2009-09-09sh: Rework sh4_flush_cache_page() for coherent kmap mapping.Paul Mundt1-27/+48
2009-09-09sh: Kill off segment-based d-cache flushing on SH-4.Paul Mundt1-271/+20
2009-09-09sh: Kill off broken PHYSADDR() usage in sh4_flush_dcache_page().Paul Mundt1-2/+2
2009-09-09sh: sh4_flush_cache_mm() optimizations.Paul Mundt1-120/+4
2009-09-09sh: Cleanup whitespace damage in sh4_flush_icache_range().Paul Mundt1-30/+33
2009-09-01Revert "sh: Kill off now redundant local irq disabling."Paul Mundt1-26/+35
2009-09-01Merge branch 'master' into sh/smpPaul Mundt1-13/+61
2009-09-01sh: Fix dcache flushing for N-way write-through caches.Matt Fleming1-21/+27
2009-08-27sh: Fix up sh4_flush_dcache_page() build on UP.Paul Mundt1-1/+2
2009-08-24sh: Fix problems with cache flushing when cache is in write-through modeStuart Menefy1-0/+34
2009-08-24sh: Improve comments int SH4 cache flushing codeStuart Menefy1-0/+11
2009-08-21sh: Kill off now redundant local irq disabling.Paul Mundt1-35/+26
2009-08-21sh: Make cache flushers SMP-aware.Paul Mundt1-17/+37
2009-08-20sh: Fix up cache-sh4 build on SMP.Paul Mundt1-1/+1
2009-08-15sh: Migrate SH-4 cacheflush ops to function pointers.Paul Mundt1-41/+46
2009-08-15sh: Kill off unused flush_icache_user_range().Paul Mundt1-14/+0
2009-08-15sh: Don't export flush_dcache_all().Paul Mundt1-1/+1
2009-08-15sh: Move alias computation to shared cache init.Paul Mundt1-53/+5
2009-08-15sh: Centralize the CPU cache initialization routines.Paul Mundt1-1/+1
2009-08-15sh: NO_CONTEXT ASID optimizations for SH-4 cache flush.Paul Mundt1-0/+9
2009-08-04sh: Split out SH-4 __flush_xxx_region() ops.Paul Mundt1-60/+0
2009-07-22sh: Migrate from PG_mapped to PG_dcache_dirty.Paul Mundt1-1/+9
2008-09-08sh: uninline flush_icache_all().Paul Mundt1-1/+1
2008-07-28sh: Optimized flush_icache_range() implementation.Chris Smith1-31/+36