summaryrefslogtreecommitdiff
path: root/arch/sh/mm/cache-sh4.c
Commit message (Expand)AuthorAge
* mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-15
* sh: prefix sh-specific "CCR" and "CCR2" by "SH_"Geert Uytterhoeven2014-03-04
* sh: fix up fallout from system.h disintegration.Paul Mundt2012-03-30
* sh: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* sh: Assume new page cache pages have dirty dcache lines.Paul Mundt2010-12-01
* sh: Mass ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt2010-01-26
* sh: Kill off the special uncached section and fixmap.Paul Mundt2010-01-21
* sh: Optimise flush_dcache_page() on SH4Matt Fleming2010-01-02
* sh: Can't compare physical and virtual addresses for aliasesMatt Fleming2009-12-09
* sh: Drop associative writes for SH-4 cache flushes.Matt Fleming2009-12-04
* Merge branch 'sh/stable-updates'Paul Mundt2009-11-09
|\
| * sh: Account for cache aliases in flush_icache_range()Matt Fleming2009-11-09
* | sh: Do not apply virt_to_phys() to a physical addressMatt Fleming2009-10-30
* | Merge branch 'sh/stable-updates'Paul Mundt2009-10-16
|\ \ | |/
| * sh: Fix up single page flushing to use PAGE_SIZE.Valentin Sitdikov2009-10-16
* | sh: Prepare for dynamic PMB supportMatt Fleming2009-10-10
* | sh: Obliterate the P1 area macrosMatt Fleming2009-10-10
* | Merge branch 'sh/cachetlb'Paul Mundt2009-10-10
|\ \ | |/ |/|
| * sh: Fix up redundant cache flushing for PAGE_SIZE > 4k.Paul Mundt2009-09-09
| * sh: Rework sh4_flush_cache_page() for coherent kmap mapping.Paul Mundt2009-09-09
| * sh: Kill off segment-based d-cache flushing on SH-4.Paul Mundt2009-09-09
| * sh: Kill off broken PHYSADDR() usage in sh4_flush_dcache_page().Paul Mundt2009-09-09
| * sh: sh4_flush_cache_mm() optimizations.Paul Mundt2009-09-09
* | sh: Sprinkle __uses_jump_to_uncachedMatt Fleming2009-10-09
|/
* sh: Cleanup whitespace damage in sh4_flush_icache_range().Paul Mundt2009-09-09
* Revert "sh: Kill off now redundant local irq disabling."Paul Mundt2009-09-01
* Merge branch 'master' into sh/smpPaul Mundt2009-09-01
|\
| * sh: Fix dcache flushing for N-way write-through caches.Matt Fleming2009-09-01
| * sh: Fix problems with cache flushing when cache is in write-through modeStuart Menefy2009-08-24
| * sh: Improve comments int SH4 cache flushing codeStuart Menefy2009-08-24
* | sh: Fix up sh4_flush_dcache_page() build on UP.Paul Mundt2009-08-27
* | sh: Kill off now redundant local irq disabling.Paul Mundt2009-08-21
* | sh: Make cache flushers SMP-aware.Paul Mundt2009-08-21
* | sh: Fix up cache-sh4 build on SMP.Paul Mundt2009-08-20
* | sh: Migrate SH-4 cacheflush ops to function pointers.Paul Mundt2009-08-15
* | sh: Kill off unused flush_icache_user_range().Paul Mundt2009-08-15
* | sh: Don't export flush_dcache_all().Paul Mundt2009-08-15
* | sh: Move alias computation to shared cache init.Paul Mundt2009-08-15
* | sh: Centralize the CPU cache initialization routines.Paul Mundt2009-08-15
* | sh: NO_CONTEXT ASID optimizations for SH-4 cache flush.Paul Mundt2009-08-15
* | sh: Split out SH-4 __flush_xxx_region() ops.Paul Mundt2009-08-04
* | sh: Migrate from PG_mapped to PG_dcache_dirty.Paul Mundt2009-07-22
|/
* sh: uninline flush_icache_all().Paul Mundt2008-09-08
* sh: Optimized flush_icache_range() implementation.Chris Smith2008-07-28
* sh: Preparation for uncached jumps through PMB.Stuart Menefy2008-01-28
* sh: Calculate cache aliases on L2 caches.Paul Mundt2007-09-24
* sh: Fix alias calculation for non-aliasing cases.Paul Mundt2007-09-24
* sh: Avoid smp_processor_id() in cache desc paths.Paul Mundt2007-09-21
* sh: Reclaim beginning of P3 space for vmalloc area.Paul Mundt2007-07-25
* sh: Add kmap_coherent()/kunmap_coherent() interface for SH-4.Paul Mundt2007-07-24