1. a2e76c8 sh: Provide a tighter BOOT_LINK_OFFSET definition for the Cayman board. by Paul Mundt · 15 years ago
  2. 6eac1af sh: Always select RTC_LIB, not just for SUPERH32. by Paul Mundt · 15 years ago
  3. 6d134b9 sh: Wire up GENERIC_CMOS_UPDATE for the platforms that need it. by Paul Mundt · 15 years ago
  4. add4706 sh: Finish the sh64 migration off of ARCH_USES_GETTIMEOFFSET. by Paul Mundt · 15 years ago
  5. 4fa48e1 sh: Enable new TMU driver support for all SH-3 and SH-4 CPUs. by Paul Mundt · 15 years ago
  6. e367592 sh: TMU platform data for sh7785 by Magnus Damm · 15 years ago
  7. ae318a1 sh: sh64 still needs ARCH_USES_GETTIMEOFFSET temporarily. by Paul Mundt · 15 years ago
  8. 938edae sh: select both GENERIC_TIME and GENERIC_CLOCKEVENTS. by Paul Mundt · 15 years ago
  9. d43a41b sh: TMU platform data for sh7722 by Magnus Damm · 15 years ago
  10. 9570ef2 clocksource: SuperH TMU Timer driver by Magnus Damm · 15 years ago
  11. 3280c88 sh: remove old MTU2 driver by Magnus Damm · 15 years ago
  12. da107c6 sh: sh2a MTU2 platform data by Magnus Damm · 15 years ago
  13. d5ed4c2 clocksource: SuperH MTU2 Timer driver by Magnus Damm · 15 years ago
  14. 7563431 time: sh: convert to use arch_getoffset() infrastructure by john stultz · 15 years ago
  15. f425752 sh: remove old CMT driver by Magnus Damm · 15 years ago
  16. 47c8a08 sh: rtc-generic support. by Paul Mundt · 15 years ago
  17. 5be7c0a sh: select GENERIC_TIME for new CMT driver. by Paul Mundt · 15 years ago
  18. 59fe700 sh: Have SH7724 select ARCH_SHMOBILE. by Paul Mundt · 15 years ago
  19. 0207a2e sh: Add support for SH7724 (SH-Mobile R2R) CPU subtype. by Kuninori Morimoto · 15 years ago
  20. 3cc000b sh: Plug in support for ARCH=sh64 using sh SRCARCH. by Paul Mundt · 15 years ago
  21. f802d96 sh: Add support for DMA API debugging. by Paul Mundt · 15 years ago
  22. 45e36c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  23. e869a90 sh: Wire up ARCH_HAS_DEFAULT_IDLE for cpuidle. by Paul Mundt · 15 years ago
  24. 8dafc34 sh: Select ARCH_HIBERNATION_POSSIBLE. by Paul Mundt · 15 years ago
  25. f36b59d sh: Add MMU dependency for kexec by Nobuhiro Iwamatsu · 15 years ago
  26. 692105b trivial: fix typos/grammar errors in Kconfig texts by Matt LaPlante · 15 years ago
  27. b7cf6dd sh: add kexec jump support by Magnus Damm · 15 years ago
  28. 8263a67 sh: Support for extended ASIDs on PTEAEX-capable SH-X3 cores. by Paul Mundt · 15 years ago
  29. 7759491 sh: SuperH Mobile suspend support by Magnus Damm · 15 years ago
  30. dc65a97 sh: Define ARCH_SHMOBILE for SH-Mobile CPUs. by Paul Mundt · 15 years ago
  31. a4b1fdd sh: Set a sensible default for the SH7786 pclk. by Paul Mundt · 15 years ago
  32. 37042fb sh: SH7786 is an SH-X3 core, select CPU_SHX3. by Paul Mundt · 15 years ago
  33. 55ba99e sh: Add support for SH7786 CPU subtype. by Kuninori Morimoto · 15 years ago
  34. 508eb2c sh: Restrict old CMT timer code to SH-2/SH-2A. by Paul Mundt · 15 years ago
  35. c161e40 sh: Don't enable GENERIC_TIME for the CMT clockevent driver yet. by Paul Mundt · 15 years ago
  36. d63f3a5 sh: Fix up MTU2 support for SH7203. by Paul Mundt · 15 years ago
  37. f5ad881 sh: Use SYS_SUPPORTS_CMT for managing CMT timer dependencies. by Paul Mundt · 15 years ago
  38. 3fb1b6a sh: CMT clockevent platform driver by Magnus Damm · 15 years ago
  39. ae5e6d0 sh: mach-highlander and mach-rsk require gpiolib. by Paul Mundt · 15 years ago
  40. 69edbba sh: use gpiolib by Magnus Damm · 15 years ago
  41. e16038a sh: Kill off obsolete busses from arch/sh/Kconfig. by Paul Mundt · 15 years ago
  42. 78fb402 sh: dma: Kill off ISA DMA wrapper. by Paul Mundt · 15 years ago
  43. 8a65505 doc: Update sh cpufreq documentation. by Paul Mundt · 15 years ago
  44. 073da9c sh: Kill off cf-enabler with extreme prejudice. by Paul Mundt · 15 years ago
  45. 8db806e sh: mach-sh03: Move off of cf_enabler to pata_platform, as per landisk. by Paul Mundt · 15 years ago
  46. 70fe224 sh: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all SuperH machines by Matt Fleming · 16 years ago
  47. ab6e570 sh: Generic kgdb stub support. by Paul Mundt · 16 years ago
  48. d7b01f7 sh: Enable HAVE_ARCH_TRACEHOOK for all SH, now that SH-5 supports it too. by Paul Mundt · 16 years ago
  49. c6f17cb sh: allow CONFIG_CPU_IDLE by Magnus Damm · 16 years ago
  50. af998a9 sh: allow CONFIG_PM by Magnus Damm · 16 years ago
  51. 2825999 sh: Add support for SH7201 CPU subtype. by Peter Griffin · 16 years ago
  52. fad57fe sh: dynamic ftrace support. by Matt Fleming · 16 years ago
  53. f9d62c0 sh: Disable GENERIC_HARDIRQS_NO__DO_IRQ for unconverted platforms. by Paul Mundt · 16 years ago
  54. 694f94f sh: FTRACE renamed to FUNCTION_TRACER. by Paul Mundt · 16 years ago
  55. ed402af Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  56. dc52ddc container freezer: implement freezer cgroup subsystem by Matt Helsley · 16 years ago
  57. 2967dab sh: GPIO and pinmux base code by Magnus Damm · 16 years ago
  58. bdeb3be sh: Use clk fwk for preset lpj on sh64, too. by Paul Mundt · 16 years ago
  59. e7ab3cd sh: Add FPU registers to regset interface. by Paul Mundt · 16 years ago
  60. 9d2b1f8 sh: ftrace support. by Paul Mundt · 16 years ago
  61. 2194478 sh: HAVE_IOREMAP_PROT depends on MMU. by Paul Mundt · 16 years ago
  62. 5a89f1a sh: latencytop support. by Paul Mundt · 16 years ago
  63. 5dadb34 sh: Add DSP registers to regset interface. by Paul Mundt · 16 years ago
  64. 3231739 sh: Enable HAVE_ARCH_TRACEHOOK. by Paul Mundt · 16 years ago
  65. cb700aa sh: ioremap_prot support. by Paul Mundt · 16 years ago
  66. cf204fa sh: Derive calibrate_delay lpj from clk fwk. by Paul Mundt · 16 years ago
  67. fc63562 sh: Disable seccomp support by default. by Paul Mundt · 16 years ago
  68. d39f545 sh: Add kprobes support. by Chris Smith · 16 years ago
  69. 5840263 sh: Don't enable clockevents broadcasting on UP SH-X3 builds. by Paul Mundt · 16 years ago
  70. 8c24594 sh: generic clockevent broadcast support. by Paul Mundt · 16 years ago
  71. 42ced55 sh: Kill off ARCH_SUPPORTS_AOUT and remnants of a.out support. by Paul Mundt · 16 years ago
  72. 5093c9a sh: define GENERIC_HARDIRQS_NO__DO_IRQ. by Paul Mundt · 16 years ago
  73. bdcab87 sh: define GENERIC_LOCKBREAK. by Paul Mundt · 16 years ago
  74. c4637d4 sh: seccomp support. by Paul Mundt · 16 years ago
  75. 00e9028 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  76. 939a24a sh: Move out the solution engine headers to arch/sh/include/mach-se/ by Paul Mundt · 16 years ago
  77. da2014a sh: Shuffle the board directories in to mach groups. by Paul Mundt · 16 years ago
  78. f42b7e3 sh: Add ARCH_DEFCONFIG entries for sh and sh64. by Paul Mundt · 16 years ago
  79. cb28a1b Merge branch 'linus' into core/generic-dma-coherent by Ingo Molnar · 16 years ago
  80. 8b1285f sh: Add SuperH Mobile LCDC platform data for Migo-R by Magnus Damm · 16 years ago
  81. cbe9da0 sh: Renesas R0P7785LC0011RL board support by Yoshihiro Shimoda · 16 years ago
  82. 7c93d87 sh: Fix Kconfig of AP-325RXA by Nobuhiro Iwamatsu · 16 years ago
  83. 4cec1a3 sh: Renesas Solutions SH7763RDP board support by Nobuhiro Iwamatsu · 16 years ago
  84. 04e917b sh: Add support Renesas Solutions AP-325RXA board by Yusuke Goda · 16 years ago
  85. 3787aa1 sh: RSK+ 7203 board support. by Paul Mundt · 16 years ago
  86. 9483a57 add HAVE_CLK to Kconfig, for driver dependencies by David Brownell · 16 years ago
  87. 9de90ac Sh: use generic per-device coherent dma allocator by Dmitry Baryshkov · 16 years ago
  88. 490f5de sh: convert to generic helpers for IPI function calls by Jens Axboe · 16 years ago
  89. 9c28faa sh: Drop broken URAM support on SH7723. by Paul Mundt · 16 years ago
  90. f5f826c sh: remove the broken SH_MPC1211 support by Adrian Bunk · 16 years ago
  91. 640f748 sh: kexec and kdump depend on SUPERH32. by Paul Mundt · 16 years ago
  92. 178dd0c sh: Add support for SH7723 CPU subtype. by Paul Mundt · 16 years ago
  93. 6e86299 sh: Add support for Solution Engine SH7721 board by Yoshihiro Shimoda · 16 years ago
  94. 2ad6990 sh: Initial support for the MX-G CPU. by Paul Mundt · 16 years ago
  95. 7d7f7c3 remove include/asm-sh/floppy.h by Adrian Bunk · 16 years ago
  96. 2b2d4e7 sh: Fix up the timer IRQ definition for SH7203. by Paul Mundt · 16 years ago
  97. e7d7dec sh: Fix up SH7710 VoIP-GW build. by Paul Mundt · 16 years ago
  98. 8ef97dd sh: SH5-103 needs to select CPU_SH5. by Paul Mundt · 16 years ago
  99. 9109a30 sh: add support for sh7366 processor by Magnus Damm · 16 years ago
  100. c1a34e4 sh: trapped io support for highlander V2 by Magnus Damm · 16 years ago