1. a5f6ea2 sh: prefix sh-specific "CCR" and "CCR2" by "SH_" by Geert Uytterhoeven · 10 years ago
  2. f03c486 sh: fix up fallout from system.h disintegration. by Paul Mundt · 12 years ago
  3. bc3e11b sh: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  4. 55661fc sh: Assume new page cache pages have dirty dcache lines. by Paul Mundt · 14 years ago
  5. 9d56dd3 sh: Mass ctrl_in/outX to __raw_read/writeX conversion. by Paul Mundt · 14 years ago
  6. 2dc2f8e sh: Kill off the special uncached section and fixmap. by Paul Mundt · 15 years ago
  7. b4c8927 sh: Optimise flush_dcache_page() on SH4 by Matt Fleming · 15 years ago
  8. e717cc6 sh: Can't compare physical and virtual addresses for aliases by Matt Fleming · 15 years ago
  9. a781d1e sh: Drop associative writes for SH-4 cache flushes. by Matt Fleming · 15 years ago
  10. 76d2318 Merge branch 'sh/stable-updates' by Paul Mundt · 15 years ago
  11. a9d244a sh: Account for cache aliases in flush_icache_range() by Matt Fleming · 15 years ago
  12. eb3118f sh: Do not apply virt_to_phys() to a physical address by Matt Fleming · 15 years ago
  13. abeaf33 Merge branch 'sh/stable-updates' by Paul Mundt · 15 years ago
  14. a7a7c0e sh: Fix up single page flushing to use PAGE_SIZE. by Valentin Sitdikov · 15 years ago
  15. 1f69b6a sh: Prepare for dynamic PMB support by Matt Fleming · 15 years ago
  16. 8bd642b sh: Obliterate the P1 area macros by Matt Fleming · 15 years ago
  17. 5e3679c Merge branch 'sh/cachetlb' by Paul Mundt · 15 years ago
  18. a632524 sh: Sprinkle __uses_jump_to_uncached by Matt Fleming · 15 years ago
  19. c4845a4b sh: Fix up redundant cache flushing for PAGE_SIZE > 4k. by Paul Mundt · 15 years ago
  20. deaef20 sh: Rework sh4_flush_cache_page() for coherent kmap mapping. by Paul Mundt · 15 years ago
  21. bd6df57 sh: Kill off segment-based d-cache flushing on SH-4. by Paul Mundt · 15 years ago
  22. 31c9efd sh: Kill off broken PHYSADDR() usage in sh4_flush_dcache_page(). by Paul Mundt · 15 years ago
  23. 654d364 sh: sh4_flush_cache_mm() optimizations. by Paul Mundt · 15 years ago
  24. 682f88a sh: Cleanup whitespace damage in sh4_flush_icache_range(). by Paul Mundt · 15 years ago
  25. 983f4c5 Revert "sh: Kill off now redundant local irq disabling." by Paul Mundt · 15 years ago
  26. ac6a0cf Merge branch 'master' into sh/smp by Paul Mundt · 15 years ago
  27. ce3f7cb sh: Fix dcache flushing for N-way write-through caches. by Matt Fleming · 15 years ago
  28. e76a013 sh: Fix up sh4_flush_dcache_page() build on UP. by Paul Mundt · 15 years ago
  29. ffad9d7 sh: Fix problems with cache flushing when cache is in write-through mode by Stuart Menefy · 15 years ago
  30. a5cf9e2 sh: Improve comments int SH4 cache flushing code by Stuart Menefy · 15 years ago
  31. 64a6d722 sh: Kill off now redundant local irq disabling. by Paul Mundt · 15 years ago
  32. f26b2a5 sh: Make cache flushers SMP-aware. by Paul Mundt · 15 years ago
  33. c139a59 sh: Fix up cache-sh4 build on SMP. by Paul Mundt · 15 years ago
  34. 37443ef sh: Migrate SH-4 cacheflush ops to function pointers. by Paul Mundt · 15 years ago
  35. 916e978 sh: Kill off unused flush_icache_user_range(). by Paul Mundt · 15 years ago
  36. 0b445dc sh: Don't export flush_dcache_all(). by Paul Mundt · 15 years ago
  37. 27d59ec sh: Move alias computation to shared cache init. by Paul Mundt · 15 years ago
  38. ecba106 sh: Centralize the CPU cache initialization routines. by Paul Mundt · 15 years ago
  39. e7b8b7f sh: NO_CONTEXT ASID optimizations for SH-4 cache flush. by Paul Mundt · 15 years ago
  40. 8174252 sh: Split out SH-4 __flush_xxx_region() ops. by Paul Mundt · 15 years ago
  41. 2277ab4 sh: Migrate from PG_mapped to PG_dcache_dirty. by Paul Mundt · 15 years ago
  42. 205a3b4 sh: uninline flush_icache_all(). by Paul Mundt · 16 years ago
  43. 09b5a10 sh: Optimized flush_icache_range() implementation. by Chris Smith · 16 years ago
  44. cbaa118 sh: Preparation for uncached jumps through PMB. by Stuart Menefy · 17 years ago
  45. ab27f62 sh: Calculate cache aliases on L2 caches. by Paul Mundt · 17 years ago
  46. d10040f sh: Fix alias calculation for non-aliasing cases. by Paul Mundt · 17 years ago
  47. 7ec9d6f sh: Avoid smp_processor_id() in cache desc paths. by Paul Mundt · 17 years ago
  48. f0b859e sh: Reclaim beginning of P3 space for vmalloc area. by Paul Mundt · 17 years ago
  49. 8cf1a74 sh: Add kmap_coherent()/kunmap_coherent() interface for SH-4. by Paul Mundt · 17 years ago
  50. 39e688a sh: Revert lazy dcache writeback changes. by Paul Mundt · 17 years ago
  51. 11c1965 sh: Fixup cpu_data references for the non-boot CPUs. by Paul Mundt · 18 years ago
  52. 26b7a78 sh: Lazy dcache writeback optimizations. by Paul Mundt · 18 years ago
  53. 37bda1d sh: Convert remaining remap_area_pages() users to ioremap_page_range(). by Paul Mundt · 18 years ago
  54. 510c72ad sh: Fixup various PAGE_SIZE == 4096 assumptions. by Paul Mundt · 18 years ago
  55. 52e2778 sh: p3map_sem sem2mutex conversion. by Paul Mundt · 18 years ago
  56. 33573c0 sh: Fix occasional flush_cache_4096() stack corruption. by Paul Mundt · 18 years ago
  57. 28ccf7f sh: Selective flush_cache_mm() flushing. by Paul Mundt · 18 years ago
  58. 2984762 sh: Add control register barriers. by Paul Mundt · 18 years ago
  59. b638d0b sh: Optimized cache handling for SH-4/SH-4A caches. by Richard Curnow · 18 years ago
  60. fdfc74f sh: Support for SH-4A memory barriers. by Paul Mundt · 18 years ago
  61. a252710 sh: flush_cache_range() cleanup and optimizations. by Paul Mundt · 18 years ago
  62. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  63. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago