1. 71557a3 [netdrvr] sh_eth: Add SH7619 support by Yoshinori Sato · 16 years ago
  2. 0e25f71 remove unneeded #include <linux/ide.h>'s by Adrian Bunk · 16 years ago
  3. b5b9309 remove unnecessary <linux/hdreg.h> includes by Bartlomiej Zolnierkiewicz · 16 years ago
  4. f5663f5 sh: enable maple_keyb in dreamcast_defconfig. by Paul Mundt · 16 years ago
  5. cce2d45 SH2(A) cache update by Yoshinori Sato · 16 years ago
  6. d8eb2fa add addrespace definition for sh2a. by Takashi Yoshii · 16 years ago
  7. 42ced55 sh: Kill off ARCH_SUPPORTS_AOUT and remnants of a.out support. by Paul Mundt · 16 years ago
  8. 5093c9a sh: define GENERIC_HARDIRQS_NO__DO_IRQ. by Paul Mundt · 16 years ago
  9. bdcab87 sh: define GENERIC_LOCKBREAK. by Paul Mundt · 16 years ago
  10. c3b4adf sh: Save NUMA node data in vmcore for crash dumps. by Paul Mundt · 16 years ago
  11. 4b59c97 sh: module_alloc() should be using vmalloc_exec(). by Paul Mundt · 16 years ago
  12. 3108cf0 sh: Fix up __bug_table handling in module loader. by Paul Mundt · 16 years ago
  13. 6a9545b sh: Fix up broken kerneldoc comments. by Paul Mundt · 16 years ago
  14. c07abb6 sh: /proc/asids depends on MMU. by Paul Mundt · 16 years ago
  15. c48e64a arch/sh/boards/mach-se/7343/irq.c: removed duplicated #include by Huang Weiyi · 16 years ago
  16. 8edd744 arch/sh/boards/board-ap325rxa.c: removed duplicated #include by Huang Weiyi · 16 years ago
  17. 596400f sh/boards/Makefile typo fix by Adrian Bunk · 16 years ago
  18. 49de935 sh: fix LIBGCC by Adrian Bunk · 16 years ago
  19. 4385e12 sh: Revert the location change of auto-generated asm/machtypes.h by Paul Mundt · 16 years ago
  20. 9e5e211 sh: Fix up the audit arch endian specification. by Paul Mundt · 16 years ago
  21. ab99c73 sh: Make syscall tracer use tracehook notifiers, add TIF_NOTIFY_RESUME. by Paul Mundt · 16 years ago
  22. c459dbf sh: ptrace single stepping cleanups. by Paul Mundt · 16 years ago
  23. c4637d4 sh: seccomp support. by Paul Mundt · 16 years ago
  24. cec3fd3 sh: Tidy up the _TIF work masks, and fix syscall trace bug on singlestep. by Paul Mundt · 16 years ago
  25. daf423d kdump: sh: parse elfcorehdr command line argument by Simon Horman · 16 years ago
  26. 00e9028 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  27. cc8dccd sh: defconfig updates. by Paul Mundt · 16 years ago
  28. 9b4d10f sh: Kill off stray mach-rsk7203 reference. by Paul Mundt · 16 years ago
  29. c8b5d9d sh: Move out individual boards without mach groups. by Paul Mundt · 16 years ago
  30. c170f86 sh: Make sure AT_SYSINFO_EHDR is exposed to userspace in asm/auxvec.h. by Paul Mundt · 16 years ago
  31. 51f3547 sh: Allow SH-3 and SH-5 to use common headers. by Paul Mundt · 16 years ago
  32. 93dc544 sh: Provide common CPU headers, prune the SH-2 and SH-2A directories. by Paul Mundt · 16 years ago
  33. 0764bff sh: More header path fixups for mach dir refactoring. by Paul Mundt · 16 years ago
  34. 939a24a sh: Move out the solution engine headers to arch/sh/include/mach-se/ by Paul Mundt · 16 years ago
  35. e565b51 sh: I2C fix for AP325RXA and Migo-R by Magnus Damm · 16 years ago
  36. da2014a sh: Shuffle the board directories in to mach groups. by Paul Mundt · 16 years ago
  37. 71b8064 sh: dma-sh: Fix up dreamcast dma.h mach path. by Paul Mundt · 16 years ago
  38. cfb81f3 sh: Switch KBUILD_DEFCONFIG to shx3_defconfig. by Paul Mundt · 16 years ago
  39. f42b7e3 sh: Add ARCH_DEFCONFIG entries for sh and sh64. by Paul Mundt · 16 years ago
  40. 4864841 sh: Fix compile error of Solution Engine by Nobuhiro Iwamatsu · 16 years ago
  41. 6de9c64 sh: Proper __put_user_asm() size mismatch fix. by OGAWA Hirofumi · 16 years ago
  42. d27e085 sh: Stub in a dummy ENTRY_OFFSET for uImage offset calculation. by Paul Mundt · 16 years ago
  43. b9edb17 sh: Add an arch/sh/kernel/.gitignore by Paul Mundt · 16 years ago
  44. cc64f7f sh: dreamcast: fix build failure from header reorg. by Paul Mundt · 16 years ago
  45. f15cbe6 sh: migrate to arch/sh/include/ by Paul Mundt · 16 years ago
  46. cb28a1b Merge branch 'linus' into core/generic-dma-coherent by Ingo Molnar · 16 years ago
  47. 11325f0 sh: rsk7203: update defconfig. by Paul Mundt · 16 years ago
  48. 6d0b365 sh: rsk7203: Add smc911x platform data. by Paul Mundt · 16 years ago
  49. 8b2224d sh: SuperH Mobile CEU and camera platform data for AP325RXA by Magnus Damm · 16 years ago
  50. 4875ea2 sh: Update smc911x platform data for AP325RXA by Magnus Damm · 16 years ago
  51. 6968980 sh: SuperH Mobile LCDC platform data for AP325RXA by Magnus Damm · 16 years ago
  52. 1765534 sh: Add SuperH Mobile CEU platform data for Migo-R by Magnus Damm · 16 years ago
  53. 8b1285f sh: Add SuperH Mobile LCDC platform data for Migo-R by Magnus Damm · 16 years ago
  54. 44f9598 sh: Wire up new syscalls. by Paul Mundt · 16 years ago
  55. 82cb1f6 sh: fix uImage Entry Point by Yoshihiro Shimoda · 16 years ago
  56. 0b1689c sh: Don't miss pending signals returning to user mode after signal processing by Stuart MENEFY · 16 years ago
  57. d7f1a9a sh: Use clk_always_enable() on sh7366 by Magnus Damm · 16 years ago
  58. 8fa509a sh: Use clk_always_enable() on sh7343 / SE77343 by Magnus Damm · 16 years ago
  59. 6c7d826 sh: Use clk_always_enable() on sh7722 / Migo-R / SE7722 by Magnus Damm · 16 years ago
  60. 9ca6eca sh: Use clk_always_enable() on sh7723 / ap325rxa by Magnus Damm · 16 years ago
  61. 152fe36 sh: Show all clocks and their state in /proc/clocks by Magnus Damm · 16 years ago
  62. 1312994 sh: Merge sh7343 and sh7722 clock code by Magnus Damm · 16 years ago
  63. aea167c sh: Add SuperH Mobile MSTPCR bits to clock framework by Magnus Damm · 16 years ago
  64. 3fec18b sh: Use arch_flags to simplify sh7722 siu clock code by Magnus Damm · 16 years ago
  65. c46acb8 fix sh ptep_get_and_clear breakage by Adrian Bunk · 16 years ago
  66. cbe9da0 sh: Renesas R0P7785LC0011RL board support by Yoshihiro Shimoda · 16 years ago
  67. 1eca5c9 sh: Add memory chunks to SH-Mobile UIO devices by Magnus Damm · 16 years ago
  68. 714750d sh: Export sh7366 VPU, VEU(1), VEU(2) using uio_pdrv_genirq by Magnus Damm · 16 years ago
  69. 6874548 sh: Export sh7723 VPU, VEU2H0, VEU2H1 using uio_pdrv_genirq by Magnus Damm · 16 years ago
  70. a55f6d2 sh: Export sh7722 VPU and VEU using uio_pdrv_genirq by Magnus Damm · 16 years ago
  71. c901c96 sh: Export sh7343 VPU and VEU using uio_pdrv_genirq by Magnus Damm · 16 years ago
  72. 6e80f5e sh2(A) exception handler update by Yoshinori Sato · 16 years ago
  73. cafd63b sh: update Solution Engine 7343 by Yoshihiro Shimoda · 16 years ago
  74. a4e1d08 sh: update sh7343 code by Yoshihiro Shimoda · 16 years ago
  75. 73382f7 sh: fix pg-sh4.c build breakage in linux-next by Magnus Damm · 16 years ago
  76. 026953d sh: enable I2C on the ap325rxa board by Magnus Damm · 16 years ago
  77. 0fff76f sh: add SuperH Mobile I2C platform data to sh7366 by Magnus Damm · 16 years ago
  78. da7d302 sh: add SuperH Mobile I2C platform data to sh7723 by Magnus Damm · 16 years ago
  79. 7549079 sh: add SuperH Mobile I2C platform data to sh7343 by Magnus Damm · 16 years ago
  80. 6bdfb22 sh: add interrupt ack code to sh4a by Yoshihiro Shimoda · 16 years ago
  81. f12ae6b sh: Fix up link error on SH-2 zImage with older binutils. by Yoshinori Sato · 16 years ago
  82. f2fb4e4 sh: Conditionally re-enable IRQs in fault path. by Stuart Menefy · 16 years ago
  83. 068f591 sh: Record the major cut revision for probed SH-4A parts. by Paul Mundt · 16 years ago
  84. 09b5a10 sh: Optimized flush_icache_range() implementation. by Chris Smith · 16 years ago
  85. 3611ee7 sh: Stub in silicon cut in CPU info. by Stuart Menefy · 16 years ago
  86. ef9247e sh: Tidy up the SH-3 exception vector table. by Paul Mundt · 16 years ago
  87. d88a3ea SH7619 add ethernet controler support by Yoshinori Sato · 16 years ago
  88. fafb7a97 sh: Remove sh_pcic_io_xxx function from Solution Engine IO code by Nobuhiro Iwamatsu · 16 years ago
  89. 7c93d87 sh: Fix Kconfig of AP-325RXA by Nobuhiro Iwamatsu · 16 years ago
  90. 787d9d7 sh: Clean up code of Solution Engine 770x by Nobuhiro Iwamatsu · 16 years ago
  91. b2e4c10 sh: Update Solution Enginge 7712 defconfig by Nobuhiro Iwamatsu · 16 years ago
  92. ffb91ad sh: Solution Enginge 7710/7712 SH-Ether support by Nobuhiro Iwamatsu · 16 years ago
  93. 4c1cfab sh/kernel/ cleanups by Adrian Bunk · 16 years ago
  94. 6241003 sh: make pcibios_max_latency static by Adrian Bunk · 16 years ago
  95. 175fb09 sh: make EARLY_PCI_OP's static by Adrian Bunk · 16 years ago
  96. 2b7bf93 sh/boards/dreamcast/rtc.c: make 2 functions static by Adrian Bunk · 16 years ago
  97. 4cec1a3 sh: Renesas Solutions SH7763RDP board support by Nobuhiro Iwamatsu · 16 years ago
  98. c63847a sh: Add SCIF2 support for SH7763. by Nobuhiro Iwamatsu · 16 years ago
  99. 04e917b sh: Add support Renesas Solutions AP-325RXA board by Yusuke Goda · 16 years ago
  100. 66dfe18 sh: Add support for 16kB PAGE_SIZE. by Paul Mundt · 16 years ago