1. d1af119 sh: Fix up build warning for SH7785LCR proto board. by Paul Mundt · 15 years ago
  2. 5010c4f sh: disable trapped I/O on SH7785LCR. by Paul Mundt · 15 years ago
  3. 6f37957 sh: Fix up UP deadlock with SMP-aware cache ops. by Paul Mundt · 15 years ago
  4. 983f4c5 Revert "sh: Kill off now redundant local irq disabling." by Paul Mundt · 15 years ago
  5. ade315d sh: Kill off kgdb's magical NMI debouncing. by Paul Mundt · 15 years ago
  6. 1e1030d sh: nmi_debug support. by Paul Mundt · 15 years ago
  7. ac6a0cf Merge branch 'master' into sh/smp by Paul Mundt · 15 years ago
  8. ce3f7cb sh: Fix dcache flushing for N-way write-through caches. by Matt Fleming · 15 years ago
  9. 2f6dafc sh: unwinder: Fix up uninitialized variable warnings on sh2a build. by Paul Mundt · 15 years ago
  10. 4aa5ac4 sh: Only shout about fixing up unexpected unaligned accesses by Matt Fleming · 15 years ago
  11. e79d574 sh: sh7785lcr: fix prototype board on 32bit MMU mode. by Yoshihiro Shimoda · 15 years ago
  12. f840dd5 sh: Tidy up watchdog build for SH-2. by Paul Mundt · 15 years ago
  13. ea15edb sh: Add LCDC Panel support for EcoVec24 by Kuninori Morimoto · 15 years ago
  14. 2153ad3 sh: Add CEU support for EcoVec24 by Kuninori Morimoto · 15 years ago
  15. fa3ba51 sh: Add support LCDC for EcoVec24 by Kuninori Morimoto · 15 years ago
  16. 907050a sh: Add USB support for EcoVec24 by Kuninori Morimoto · 15 years ago
  17. 35a3540 sh: Add SH-ETH support for EcoVec24 by Kuninori Morimoto · 15 years ago
  18. b7056bc sh: modify to enable boot for EcoVec24 by Kuninori Morimoto · 15 years ago
  19. b37c7c6 sh: fix CPU_SH7723/7724 numbering bug by Kuninori Morimoto · 15 years ago
  20. e76a013 sh: Fix up sh4_flush_dcache_page() build on UP. by Paul Mundt · 15 years ago
  21. c68e320 sh: Fix an off-by-1 in FTRACE_SYSCALL_MAX. by Paul Mundt · 15 years ago
  22. 12cceb62 Merge branch 'sh/st-integration' by Paul Mundt · 15 years ago
  23. f133278 sh: Move the FTRACE_SYSCALL_MAX definition in to asm/ftrace.h. by Paul Mundt · 15 years ago
  24. 05ecd5a sh: Simplify "multi-evt" interrupt handling. by Pawel Moll · 15 years ago
  25. 788e6af sh: fix sys_cacheflush error checking by Giuseppe Cavallaro · 15 years ago
  26. ffad9d7 sh: Fix problems with cache flushing when cache is in write-through mode by Stuart Menefy · 15 years ago
  27. a1fce73 sh: Fix overzealous checking in __ioremap() by Stuart Menefy · 15 years ago
  28. 6000fc4 sh: Fixes some write posting issues in the interrupt handling for SH by Stuart Menefy · 15 years ago
  29. bd4fb4d sh: Fix underflow in SH udelay() code. by Stuart Menefy · 15 years ago
  30. 6d243dd sh: Add sys_cacheflush() call for SH CPUs. by Stuart Menefy · 15 years ago
  31. a5cf9e2 sh: Improve comments int SH4 cache flushing code by Stuart Menefy · 15 years ago
  32. 5e9377e sh: Optimise memcpy_to/fromio for SH4 by Stuart Menefy · 15 years ago
  33. 8af57f8 sh: generic_in/outs{bwl} optimizations. by Stuart Menefy · 15 years ago
  34. 7d9c035 sh: Read from CCN_PVR instead of ROM for delay. by Stuart Menefy · 15 years ago
  35. fea966f sh: Remove implicit sign extension from assembler immediates by Stuart Menefy · 15 years ago
  36. d724a9c sh: Allow for kernel command line concatenation. by Pawel Moll · 15 years ago
  37. b46373e sh: Use internal watchdog timer to perform reset by Jon Frosdick · 15 years ago
  38. 27a30f5 sh: kgdb: do not reload VBR while handling debugger breackpoint by Giuseppe Cavallaro · 15 years ago
  39. 15444a8 sh: Allow use of GENERIC_IOMAP by David McKay · 15 years ago
  40. 2fc742f sh: Improve unwind info for signals by Carl Shaw · 15 years ago
  41. 5a0ab35 sh: cleanup of do_address_error() by Andre Draszik · 15 years ago
  42. 7436cde sh: Allow user control over misaligned fixup handling by Andre Draszik · 15 years ago
  43. 9a4af02 sh: ratelimit unaligned fixups by Andre Draszik · 15 years ago
  44. c3144fc Merge branches 'sh/hwblk' and 'sh/pm-runtime' by Paul Mundt · 15 years ago
  45. cc58f59 sh: drop static UIO clocks for sh7722, sh7723 and sh7724 by Magnus Damm · 15 years ago
  46. ac2c596 sh: let ARCH_SHMOBILE select PM and PM_RUNTIME by Magnus Damm · 15 years ago
  47. a62926f sh: Fix section mismatch in platform bus notifier. by Paul Mundt · 15 years ago
  48. 6a93dde sh: Runtime PM for SuperH Mobile platform bus devices by Magnus Damm · 15 years ago
  49. 0858d9c Merge branch 'sh/hwblk' into sh/pm-runtime by Paul Mundt · 15 years ago
  50. 8400146 Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  51. 4f896ff sh: unwinder: cacheline align slab cache objects. by Paul Mundt · 15 years ago
  52. fa9d3b4 Merge branch 'sh/dwarf-unwinder' by Paul Mundt · 15 years ago
  53. 74db247 sh64: dummy unwinder BUG wrappers. by Paul Mundt · 15 years ago
  54. e115f2c sh: unwinder: Use a special bug flag for unwinder traps. by Paul Mundt · 15 years ago
  55. c153a58 Merge branch 'sh/dwarf-unwinder' of git://github.com/mfleming/linux-2.6 into sh/dwarf-unwinder by Paul Mundt · 15 years ago
  56. 4ab8f24 sh: Export unwind_stack() to satisfy modular oprofile. by Paul Mundt · 15 years ago
  57. b04e637 x86: don't call '->send_IPI_mask()' with an empty mask by Linus Torvalds · 15 years ago
  58. 83d349f x86: don't send an IPI to the empty set of CPU's by Linus Torvalds · 15 years ago
  59. 5580e90 sh: Handle the DWARF op, DW_CFA_undefined by Matt Fleming · 15 years ago
  60. 5480675 sh: Fix bug calculating the end of the FDE instructions by Matt Fleming · 15 years ago
  61. fe98dd3 sh: Setup the frame pointer in handle_interrupt by Matt Fleming · 15 years ago
  62. b344e24a sh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG_ON() by Matt Fleming · 15 years ago
  63. 97efbbd sh: unwinder: Set the flags for DW_CFA_val_offset ops as DWARF_VAL_OFFSET by Matt Fleming · 15 years ago
  64. fb3f3e7 sh: unwinder: Fix memory leak and create our own kmem cache by Matt Fleming · 15 years ago
  65. 64a6d72 sh: Kill off now redundant local irq disabling. by Paul Mundt · 15 years ago
  66. c01f0f1 sh: Add initial support for SH7757 CPU subtype by Yoshihiro Shimoda · 15 years ago
  67. f26b2a5 sh: Make cache flushers SMP-aware. by Paul Mundt · 15 years ago
  68. f9bd71f sh: Kill off unused cpu/cacheflush.h. by Paul Mundt · 15 years ago
  69. a81bec7 sh: update kfr2r09 defconfig by Magnus Damm · 15 years ago
  70. e498dab sh: add kfr2r09 romimage defconfig by Magnus Damm · 15 years ago
  71. 673b74b sh: jump to p1 during boot on kfr2r09 by Magnus Damm · 15 years ago
  72. 7c328e4 sh: invalidate icache and tlbs during boot on kfr2r09 by Magnus Damm · 15 years ago
  73. 045a4b7 sh: i2c compile fix for kfr2r09 by Magnus Damm · 15 years ago
  74. 39cf051 Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  75. 711e522 sh: Use local TLB flush for get_mmu_context() ASID exhaustion. by Paul Mundt · 15 years ago
  76. c139a59 sh: Fix up cache-sh4 build on SMP. by Paul Mundt · 15 years ago
  77. e89561c sh: enable rtc-ds1302 in snapgear_defconfig. by Paul Mundt · 15 years ago
  78. 485f072 sh: DSP save/restore ordering and a0 sign extension fixups. by Paul Mundt · 15 years ago
  79. 6503fe4 sh: Better description of SH-4 PTEA register update. by Michael Trimarchi · 15 years ago
  80. 307646c sh: Fix up the CONFIG_FTRACE_SYSCALLS=n build. by Paul Mundt · 15 years ago
  81. 6560378 Merge branch 'sh/r8a66597-udc' by Paul Mundt · 15 years ago
  82. f8f8c07 sh: add r8a66597 usb1 gadget to the se7724 board by Magnus Damm · 15 years ago
  83. 5a1c4cb sh: add r8a66597 usb0 gadget to the kfr2r09 board by Magnus Damm · 15 years ago
  84. e638fab sh: Add mach-types entry for EcoVec board. by Paul Mundt · 15 years ago
  85. 4138b74 sh: Add EcoVec (SH7724) board support by Kuninori Morimoto · 15 years ago
  86. 4aa2d56 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 15 years ago
  87. 24d7619 sh: Add SH7724 support to NR_ONCHIP_DMA_CHANNELS by Kuninori Morimoto · 15 years ago
  88. 1bc265d0 sh: USB0 resource area fix for ms7724se by Kuninori Morimoto · 15 years ago
  89. fc6191d sh: Fix up clockevents broadcasting. by Paul Mundt · 15 years ago
  90. e055d41 sh: Build fix for disabled caches. by Paul Mundt · 15 years ago
  91. 77f312a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  92. ee8365f Merge branch 'master' into sh/cachetlb by Paul Mundt · 15 years ago
  93. dc8ed71 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  94. af15c1a Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  95. b9d030a Merge branch 'sh/for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  96. e174d13 sh: Prevent heartbeat from scribbling over non-LED bits. by Kuninori Morimoto · 15 years ago
  97. b2ea8b4 sh: clkfwk: Support additional IFC divisor on SH7724. by Kuninori Morimoto · 15 years ago
  98. 7a01be2 sh: mach-kfr2409: add FLLFRQ value for PLL correction. by Kuninori Morimoto · 15 years ago
  99. 1fef789 microblaze: Update Microblaze defconfigs by Michal Simek · 15 years ago
  100. 8f37b6c microblaze: Use klimit instead of _end for memory init by Michal Simek · 15 years ago