1. 56d45b6 sh: Fix up nommu build for out-of-line pgtable changes. by Paul Mundt · 15 years ago
  2. a7595fe Merge branch 'sh/pgtable' of git://github.com/mfleming/linux-2.6 by Paul Mundt · 15 years ago
  3. 921a220 Merge branch 'sh/stable-updates' by Paul Mundt · 15 years ago
  4. 5e9daa0 sh: Don't default enable PMB support. by Paul Mundt · 15 years ago
  5. b4e2a2a sh: Disable PMB for SH4AL-DSP CPUs. by Paul Mundt · 15 years ago
  6. 2a5eacc sh: Move page table allocation out of line by Matt Fleming · 15 years ago
  7. b4c8927 sh: Optimise flush_dcache_page() on SH4 by Matt Fleming · 15 years ago
  8. 3f5ab76 sh: Correct the PTRS_PER_PMD and PMD_SHIFT values by Matt Fleming · 15 years ago
  9. 17eb9d6 Merge branches 'sh/g3-prep' and 'sh/stable-updates' by Paul Mundt · 15 years ago
  10. 76382b5 sh: Ensure all PG_dcache_dirty pages are written back. by Markus Pietrek · 15 years ago
  11. 5d9b4b1 sh: Definitions for 3-level page table layout by Matt Fleming · 15 years ago
  12. e0aa51f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 15 years ago
  13. bf3cded sh: wire up vmallocinfo support in ioremap() implementations. by Paul Mundt · 15 years ago
  14. e77414e fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and sh by Al Viro · 15 years ago
  15. b25b975 sh: NUMA lmb fixes by Magnus Damm · 15 years ago
  16. f3a4c00 sh: fix size calculation for NUMA node 0 by Magnus Damm · 15 years ago
  17. e717cc6 sh: Can't compare physical and virtual addresses for aliases by Matt Fleming · 15 years ago
  18. a781d1e sh: Drop associative writes for SH-4 cache flushes. by Matt Fleming · 15 years ago
  19. 7e01c94 sh: Partial revert of copy/clear_user_highpage() optimizations. by Paul Mundt · 15 years ago
  20. 39ac11c sh: Improve performance of SH4 versions of copy/clear_user_highpage by Stuart Menefy · 15 years ago
  21. 3af539e sh64: Fix up reworked cache op build. by Paul Mundt · 15 years ago
  22. a4d9d0b sh: Enable PMB support for all SH-4A CPUs. by Paul Mundt · 15 years ago
  23. 76d2318 Merge branch 'sh/stable-updates' by Paul Mundt · 15 years ago
  24. a9d244a sh: Account for cache aliases in flush_icache_range() by Matt Fleming · 15 years ago
  25. 9016332 sh: Make sure indexes are positive by Roel Kluin · 15 years ago
  26. eb3118f sh: Do not apply virt_to_phys() to a physical address by Matt Fleming · 15 years ago
  27. 9b3b21f Merge branch 'sh/stable-updates' by Paul Mundt · 15 years ago
  28. 94c2851 sh: Bump up dma_ops initialization far earlier in the boot process. by Paul Mundt · 15 years ago
  29. 0a993b0 sh64: cache flush symbol exports. by Paul Mundt · 15 years ago
  30. ffb4a73 sh: Fix hugetlbfs dependencies for SH-3 && MMU configurations. by Paul Mundt · 15 years ago
  31. f32154c9 sh: Add dma-mapping support for dma_alloc/free_coherent() overrides. by Paul Mundt · 15 years ago
  32. 73c926b sh: Convert to asm-generic/dma-mapping-common.h by Paul Mundt · 15 years ago
  33. 896f0c0 sh: Support SCHED_MC for SH-X3 multi-cores. by Paul Mundt · 15 years ago
  34. abeaf33 Merge branch 'sh/stable-updates' by Paul Mundt · 15 years ago
  35. 5fb80ae sh: disabled cache handling fix. by Magnus Damm · 15 years ago
  36. a7a7c0e sh: Fix up single page flushing to use PAGE_SIZE. by Valentin Sitdikov · 15 years ago
  37. 95019b4 Merge branch 'sh/stable-updates' by Paul Mundt · 15 years ago
  38. 964f7e5 sh: force dcache flush if dcache_dirty bit set. by Paul Mundt · 15 years ago
  39. 20b5014 sh: Fold fixed-PMB support into dynamic PMB support by Matt Fleming · 15 years ago
  40. ef269b3 sh: Fix the offset from P1SEG/P2SEG where we map RAM by Matt Fleming · 15 years ago
  41. 3105121 sh: Remap physical memory into P1 and P2 in pmb_init() by Matt Fleming · 15 years ago
  42. edd7de8 sh: Get rid of the kmem cache code by Matt Fleming · 15 years ago
  43. 8386aeb sh: Make most PMB functions static by Matt Fleming · 15 years ago
  44. b336f12 sh: CONFIG_PMB doesn't mean the MMU is in 32bit mode by Matt Fleming · 15 years ago
  45. 1f69b6a sh: Prepare for dynamic PMB support by Matt Fleming · 15 years ago
  46. 8bd642b sh: Obliterate the P1 area macros by Matt Fleming · 15 years ago
  47. 067784f sh: Allocate PMB entry slot earlier by Matt Fleming · 15 years ago
  48. 5e3679c Merge branch 'sh/cachetlb' by Paul Mundt · 15 years ago
  49. a2767cf sh: Don't allocate smaller sized mappings on every iteration by Matt Fleming · 15 years ago
  50. 2bea7ea sh: Try PMB mapping based on physical address, not mapping size by Matt Fleming · 15 years ago
  51. fc2bdef sh: Plug PMB alloc memory leak by Matt Fleming · 15 years ago
  52. a632524 sh: Sprinkle __uses_jump_to_uncached by Matt Fleming · 15 years ago
  53. 3089aa1 kcore: use registerd physmem information by KAMEZAWA Hiroyuki · 15 years ago
  54. a0614da kcore: register vmalloc area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  55. c30bb2a kcore: add kclist types by KAMEZAWA Hiroyuki · 15 years ago
  56. cc013a8 arches: drop superfluous casts in nr_free_pages() callers by Geert Uytterhoeven · 15 years ago
  57. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  58. c8c2df9 sh: Fix up sh7705 flush_dcache_page() build. by Paul Mundt · 15 years ago
  59. f9e2bdf sh: Factor in cpu id for selection of cache colour fixmap. by Paul Mundt · 15 years ago
  60. c4845a4b sh: Fix up redundant cache flushing for PAGE_SIZE > 4k. by Paul Mundt · 15 years ago
  61. deaef20 sh: Rework sh4_flush_cache_page() for coherent kmap mapping. by Paul Mundt · 15 years ago
  62. bd6df57 sh: Kill off segment-based d-cache flushing on SH-4. by Paul Mundt · 15 years ago
  63. 31c9efd sh: Kill off broken PHYSADDR() usage in sh4_flush_dcache_page(). by Paul Mundt · 15 years ago
  64. 654d364 sh: sh4_flush_cache_mm() optimizations. by Paul Mundt · 15 years ago
  65. 682f88a sh: Cleanup whitespace damage in sh4_flush_icache_range(). by Paul Mundt · 15 years ago
  66. 6e4154d sh: Use more aggressive dcache purging in kmap teardown. by Paul Mundt · 15 years ago
  67. 0906a3a sh: Fix up and optimize the kmap_coherent() interface. by Paul Mundt · 15 years ago
  68. 6f37957 sh: Fix up UP deadlock with SMP-aware cache ops. by Paul Mundt · 15 years ago
  69. 983f4c5 Revert "sh: Kill off now redundant local irq disabling." by Paul Mundt · 15 years ago
  70. ac6a0cf Merge branch 'master' into sh/smp by Paul Mundt · 15 years ago
  71. ce3f7cb sh: Fix dcache flushing for N-way write-through caches. by Matt Fleming · 15 years ago
  72. e76a013 sh: Fix up sh4_flush_dcache_page() build on UP. by Paul Mundt · 15 years ago
  73. ffad9d7 sh: Fix problems with cache flushing when cache is in write-through mode by Stuart Menefy · 15 years ago
  74. a1fce73 sh: Fix overzealous checking in __ioremap() by Stuart Menefy · 15 years ago
  75. a5cf9e2 sh: Improve comments int SH4 cache flushing code by Stuart Menefy · 15 years ago
  76. 64a6d722 sh: Kill off now redundant local irq disabling. by Paul Mundt · 15 years ago
  77. c01f0f1 sh: Add initial support for SH7757 CPU subtype by Yoshihiro Shimoda · 15 years ago
  78. f26b2a5 sh: Make cache flushers SMP-aware. by Paul Mundt · 15 years ago
  79. c139a59 sh: Fix up cache-sh4 build on SMP. by Paul Mundt · 15 years ago
  80. 6503fe4 sh: Better description of SH-4 PTEA register update. by Michael Trimarchi · 15 years ago
  81. e055d41 sh: Build fix for disabled caches. by Paul Mundt · 15 years ago
  82. 1b3edd9 sh: Merge the _32/_64 variants of arch/sh/mm/Makefile. by Paul Mundt · 15 years ago
  83. 2b43151 sh: Wire up sh5_cache_init(). by Paul Mundt · 15 years ago
  84. 8c41cdc sh64: Kill off dead i/d-cache disabled bits. by Paul Mundt · 15 years ago
  85. 94ecd22 sh: Fix up the SH-5 build with caches enabled. by Paul Mundt · 15 years ago
  86. 65305ae sh: Convert cache disabled SH-5 over to new cache interface. by Paul Mundt · 15 years ago
  87. 0d051d9 sh: Convert SH7705 extended mode to new cacheflush interface. by Paul Mundt · 15 years ago
  88. 79f1c9d sh: Convert SH-3 to new cacheflush interface. by Paul Mundt · 15 years ago
  89. a58e1a2 sh: Convert SH-2A to new cacheflush interface. by Paul Mundt · 15 years ago
  90. 109b44a sh: Convert SH-2 to new cacheflush interface. by Paul Mundt · 15 years ago
  91. 37443ef sh: Migrate SH-4 cacheflush ops to function pointers. by Paul Mundt · 15 years ago
  92. 916e978 sh: Kill off unused flush_icache_user_range(). by Paul Mundt · 15 years ago
  93. 0b445dc sh: Don't export flush_dcache_all(). by Paul Mundt · 15 years ago
  94. 27d59ec sh: Move alias computation to shared cache init. by Paul Mundt · 15 years ago
  95. ecba106 sh: Centralize the CPU cache initialization routines. by Paul Mundt · 15 years ago
  96. aae4d14 sh: consolidate nommu stubs in arch/sh/mm/nommu.c. by Paul Mundt · 15 years ago
  97. dde5e3f sh: rework nommu for generic cache.c use. by Paul Mundt · 15 years ago
  98. cbbe2f6 sh: rename pg-mmu.c -> cache.c, enable generically. by Paul Mundt · 15 years ago
  99. 2739742 sh: Provide the kmap_coherent() interface generically. by Paul Mundt · 15 years ago
  100. 8edcfcb sh: Bail from kmap_coherent_init() if we have no dcache aliases. by Paul Mundt · 15 years ago