summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/cache.c
Commit message (Expand)AuthorAgeFilesLines
* sh: do not perform IPI-based cache flush except on boards that need itRich Felker2016-08-051-0/+3
* sh: add support for J-Core J2 processorRich Felker2016-08-051-1/+5
* sh: disable aliased page logic on NOMMU modelsRich Felker2016-07-311-0/+4
* mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-151-4/+4
* flush_icache_range: export symbol to fix build errorsPranith Kumar2014-08-291-0/+1
* sh: prefix sh-specific "CCR" and "CCR2" by "SH_"Geert Uytterhoeven2014-03-041-2/+2
* sh: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-6/+6
* sh: Flush executable pages in copy_user_highpageStuart Menefy2011-02-151-1/+2
* sh: Assume new page cache pages have dirty dcache lines.Paul Mundt2010-12-011-7/+7
* sh: Enable SH-X3 hardware synonym avoidance handling.Paul Mundt2010-04-191-0/+7
* sh: Guard against early IPIs in flush_cache_all().Paul Mundt2010-01-151-2/+11
* sh: Ensure all PG_dcache_dirty pages are written back.Markus Pietrek2009-12-241-6/+2
* sh: Partial revert of copy/clear_user_highpage() optimizations.Paul Mundt2009-12-041-53/+13
* sh: Improve performance of SH4 versions of copy/clear_user_highpageStuart Menefy2009-11-241-13/+53
* sh64: Fix up reworked cache op build.Paul Mundt2009-11-121-1/+5
* sh64: cache flush symbol exports.Paul Mundt2009-10-271-0/+6
* Merge branch 'sh/stable-updates'Paul Mundt2009-10-161-0/+10
|\
| * sh: disabled cache handling fix.Magnus Damm2009-10-161-0/+10
* | Merge branch 'sh/stable-updates'Paul Mundt2009-10-131-1/+1
|\ \ | |/
| * sh: force dcache flush if dcache_dirty bit set.Paul Mundt2009-10-131-1/+1
* | sh: sh4_flush_cache_mm() optimizations.Paul Mundt2009-09-091-0/+6
|/
* sh: Use more aggressive dcache purging in kmap teardown.Paul Mundt2009-09-081-5/+6
* sh: Fix up and optimize the kmap_coherent() interface.Paul Mundt2009-09-031-4/+4
* sh: Fix up UP deadlock with SMP-aware cache ops.Paul Mundt2009-09-011-9/+18
* sh: Make cache flushers SMP-aware.Paul Mundt2009-08-211-59/+78
* sh: Wire up sh5_cache_init().Paul Mundt2009-08-161-0/+6
* sh: Convert SH7705 extended mode to new cacheflush interface.Paul Mundt2009-08-151-0/+7
* sh: Convert SH-3 to new cacheflush interface.Paul Mundt2009-08-151-0/+6
* sh: Convert SH-2A to new cacheflush interface.Paul Mundt2009-08-151-0/+6
* sh: Convert SH-2 to new cacheflush interface.Paul Mundt2009-08-151-0/+6
* sh: Migrate SH-4 cacheflush ops to function pointers.Paul Mundt2009-08-151-0/+70
* sh: Move alias computation to shared cache init.Paul Mundt2009-08-151-0/+46
* sh: Centralize the CPU cache initialization routines.Paul Mundt2009-08-151-0/+11
* sh: rename pg-mmu.c -> cache.c, enable generically.Paul Mundt2009-08-151-0/+129
OpenPOWER on IntegriCloud