1. a1e262f sh: do not perform IPI-based cache flush except on boards that need it by Rich Felker · 8 years ago
  2. 5a846ab sh: add support for J-Core J2 processor by Rich Felker · 8 years ago
  3. 57155c6 sh: disable aliased page logic on NOMMU models by Rich Felker · 8 years ago
  4. e1534ae mm: differentiate page_mapped() from page_mapcount() for compound pages by Kirill A. Shutemov · 9 years ago
  5. e356030 flush_icache_range: export symbol to fix build errors by Pranith Kumar · 10 years ago
  6. a5f6ea2 sh: prefix sh-specific "CCR" and "CCR2" by "SH_" by Geert Uytterhoeven · 10 years ago
  7. bc3e11b sh: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  8. a25bbe1 sh: Flush executable pages in copy_user_highpage by Stuart Menefy · 14 years ago
  9. 55661fc sh: Assume new page cache pages have dirty dcache lines. by Paul Mundt · 14 years ago
  10. 3cf6fa1 sh: Enable SH-X3 hardware synonym avoidance handling. by Paul Mundt · 14 years ago
  11. a6198a2 sh: Guard against early IPIs in flush_cache_all(). by Paul Mundt · 15 years ago
  12. 76382b5 sh: Ensure all PG_dcache_dirty pages are written back. by Markus Pietrek · 15 years ago
  13. 7e01c94 sh: Partial revert of copy/clear_user_highpage() optimizations. by Paul Mundt · 15 years ago
  14. 39ac11c sh: Improve performance of SH4 versions of copy/clear_user_highpage by Stuart Menefy · 15 years ago
  15. 3af539e sh64: Fix up reworked cache op build. by Paul Mundt · 15 years ago
  16. 0a993b0 sh64: cache flush symbol exports. by Paul Mundt · 15 years ago
  17. abeaf33 Merge branch 'sh/stable-updates' by Paul Mundt · 15 years ago
  18. 5fb80ae sh: disabled cache handling fix. by Magnus Damm · 15 years ago
  19. 95019b4 Merge branch 'sh/stable-updates' by Paul Mundt · 15 years ago
  20. 964f7e5 sh: force dcache flush if dcache_dirty bit set. by Paul Mundt · 15 years ago
  21. 654d364 sh: sh4_flush_cache_mm() optimizations. by Paul Mundt · 15 years ago
  22. 6e4154d sh: Use more aggressive dcache purging in kmap teardown. by Paul Mundt · 15 years ago
  23. 0906a3a sh: Fix up and optimize the kmap_coherent() interface. by Paul Mundt · 15 years ago
  24. 6f37957 sh: Fix up UP deadlock with SMP-aware cache ops. by Paul Mundt · 15 years ago
  25. f26b2a5 sh: Make cache flushers SMP-aware. by Paul Mundt · 15 years ago
  26. 2b43151 sh: Wire up sh5_cache_init(). by Paul Mundt · 15 years ago
  27. 0d051d9 sh: Convert SH7705 extended mode to new cacheflush interface. by Paul Mundt · 15 years ago
  28. 79f1c9d sh: Convert SH-3 to new cacheflush interface. by Paul Mundt · 15 years ago
  29. a58e1a2 sh: Convert SH-2A to new cacheflush interface. by Paul Mundt · 15 years ago
  30. 109b44a sh: Convert SH-2 to new cacheflush interface. by Paul Mundt · 15 years ago
  31. 37443ef sh: Migrate SH-4 cacheflush ops to function pointers. by Paul Mundt · 15 years ago
  32. 27d59ec sh: Move alias computation to shared cache init. by Paul Mundt · 15 years ago
  33. ecba106 sh: Centralize the CPU cache initialization routines. by Paul Mundt · 15 years ago
  34. cbbe2f6 sh: rename pg-mmu.c -> cache.c, enable generically. by Paul Mundt · 15 years ago[Renamed from arch/sh/mm/pg-mmu.c]
  35. 2739742 sh: Provide the kmap_coherent() interface generically. by Paul Mundt · 15 years ago
  36. 8edcfcb sh: Bail from kmap_coherent_init() if we have no dcache aliases. by Paul Mundt · 15 years ago
  37. c0fe478 sh: Provide __flush_anon_page(). by Paul Mundt · 15 years ago
  38. b5eb10a sh: Drop unused arguments for kunmap_coherent(). by Paul Mundt · 15 years ago
  39. 222db3e sh: Bring kmap_coherent() out-of-line. by Paul Mundt · 15 years ago
  40. 700487c sh: Add a PG_dcache_dirty sanity check in kmap_coherent(). by Paul Mundt · 15 years ago
  41. 9cef749 sh: update_mmu_cache() consolidation. by Paul Mundt · 15 years ago
  42. 0dfae7d sh: Use the now generic SH-4 clear/copy page ops for all MMU platforms. by Paul Mundt · 15 years ago[Renamed (83%) from arch/sh/mm/pg-sh4.c]
  43. dfff0fa sh: wire up clear_user_highpage() for sh4, convert sh7705. by Paul Mundt · 15 years ago
  44. 2277ab4 sh: Migrate from PG_mapped to PG_dcache_dirty. by Paul Mundt · 15 years ago
  45. acca4f4 sh: Handle fixmap TLB eviction more coherently. by Paul Mundt · 16 years ago
  46. 73382f7 sh: fix pg-sh4.c build breakage in linux-next by Magnus Damm · 16 years ago
  47. ba1789e sh: Optimized copy_{to,from}_user_page() for SH-4. by Paul Mundt · 17 years ago
  48. 7747b9a sh: Wire up clear_user_highpage(). by Paul Mundt · 17 years ago
  49. e06c4e5 sh: Fix fs.h removal from mm.h regressions. by Paul Mundt · 17 years ago
  50. 8cf1a74 sh: Add kmap_coherent()/kunmap_coherent() interface for SH-4. by Paul Mundt · 17 years ago
  51. 39e688a sh: Revert lazy dcache writeback changes. by Paul Mundt · 17 years ago
  52. ea9af69 sh: Local TLB flushing variants for SMP prep. by Paul Mundt · 18 years ago
  53. 11c1965 sh: Fixup cpu_data references for the non-boot CPUs. by Paul Mundt · 18 years ago
  54. 26b7a78 sh: Lazy dcache writeback optimizations. by Paul Mundt · 18 years ago
  55. 52e2778 sh: p3map_sem sem2mutex conversion. by Paul Mundt · 18 years ago
  56. 21440cf sh: Preliminary support for SH-X2 MMU. by Paul Mundt · 18 years ago
  57. 8b39526 sh: Fix fatal oops in copy_user_page() on sh4a (SH7780). by Paul Mundt · 18 years ago
  58. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago