1. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 8 years ago
  2. 616c05d sh: move fpu_counter into ARCH specific thread_struct by Vineet Gupta · 11 years ago
  3. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 11 years ago
  4. afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
  5. 0ad9513 sh: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  6. 80b249b sh: convert to generic sys_execve() by Al Viro · 12 years ago
  7. 7147e21 sh: switch to generic kernel_thread()/kernel_execve() by Al Viro · 12 years ago
  8. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  9. ec0d7f1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  10. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
  11. 5d920bb sh: initial stack protector support. by Filippo Arcidiacono · 12 years ago
  12. f03c486 sh: fix up fallout from system.h disintegration. by Paul Mundt · 12 years ago
  13. e839ca5 Disintegrate asm/system.h for SH by David Howells · 12 years ago
  14. ff2d8b1 treewide: convert uses of ATTRIB_NORETURN to __noreturn by Joe Perches · 12 years ago
  15. 201fbce sh, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  16. 0f0ebd9 sh: arch/sh/kernel/process_32.c needs linux/prefetch.h. by Paul Mundt · 13 years ago
  17. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  18. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  19. 9d56dd3 sh: Mass ctrl_in/outX to __raw_read/writeX conversion. by Paul Mundt · 14 years ago
  20. fbb82b0 sh: machine_ops based reboot support. by Paul Mundt · 14 years ago
  21. 644755e Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates' by Paul Mundt · 14 years ago
  22. 0ea820c sh: Move over to dynamically allocated FPU context. by Paul Mundt · 14 years ago
  23. 70e068e sh: Move start_thread() out of line. by Paul Mundt · 14 years ago
  24. 7025bec sh: Kill off dead UBC headers. by Paul Mundt · 14 years ago
  25. 6424db5 Merge branch 'master' into sh/hw-breakpoints by Paul Mundt · 14 years ago
  26. 09a0729 sh: hw-breakpoints: Add preliminary support for SH-4A UBC. by Paul Mundt · 15 years ago
  27. 6ba6538 sh: Fix up the FPU emulation build. by Paul Mundt · 15 years ago
  28. d3ea9fa sh: Minor optimisations to FPU handling by Stuart Menefy · 15 years ago
  29. 49fb2cd Merge branch 'master' into sh/st-integration by Paul Mundt · 15 years ago
  30. a0458b0 sh: add sleazy FPU optimization by Giuseppe CAVALLARO · 15 years ago
  31. 4c978ca sh: Clean up more superfluous symbol exports. by Paul Mundt · 15 years ago
  32. b46373e sh: Use internal watchdog timer to perform reset by Jon Frosdick · 15 years ago
  33. 7816fec sh: Mark __switch_to() as __notrace_funcgraph by Matt Fleming · 15 years ago
  34. 15fc204 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  35. bba7fc0 ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensa by Oleg Nesterov · 15 years ago
  36. 4505ffd sh: remove stray markers. by Christoph Hellwig · 15 years ago
  37. e73173d sh: Fix UBC setup and registers for SH2A by Kieran Bingham · 15 years ago
  38. 45e36c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  39. 01ab103 sh: Fix up DSP context save/restore. by Michael Trimarchi · 15 years ago
  40. 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 15 years ago
  41. 43f8f9b sh: Simplify kernel_thread_helper() for sh32. by Paul Mundt · 15 years ago
  42. 1da1180 sh: Split out the idle loop for reuse between _32/_64 variants. by Paul Mundt · 16 years ago
  43. f74c034 sh: do not latency trace idle. by Paul Mundt · 16 years ago
  44. 75fd24c sh: Tidy up backtrace formatting with kallsyms disabled. by Paul Mundt · 16 years ago
  45. 9cfc9a9 sh: Add a simple code dumper for SUPERH32 show_regs(). by Paul Mundt · 16 years ago
  46. e7ab3cd sh: Add FPU registers to regset interface. by Paul Mundt · 16 years ago
  47. 3d58695 sh: Trivial trace_mark() instrumentation for core events. by Paul Mundt · 16 years ago
  48. fa43972 sh: fixup many sparse errors. by Paul Mundt · 16 years ago
  49. 7d96169 sh: Display CPU information in show_regs(). by Paul Mundt · 16 years ago
  50. 4c1cfab sh/kernel/ cleanups by Adrian Bunk · 16 years ago
  51. b8f8c3c nohz: prevent tick stop outside of the idle loop by Thomas Gleixner · 16 years ago
  52. 9bbafce sh: Fix occasional FPU register corruption under preempt. by Paul Mundt · 16 years ago
  53. 1efe4ce sh: GUSA atomic rollback support. by Stuart Menefy · 17 years ago
  54. 5a4f7c6 sh: Share bug/debug traps across _32 and _64. by Paul Mundt · 17 years ago
  55. e7e0a4b sh: Share the ELF dump_task interfaces. by Paul Mundt · 17 years ago
  56. fe51bc9 sh: Split out arch/sh/kernel/process.c for _32 and _64 variants. by Paul Mundt · 17 years ago[Renamed from arch/sh/kernel/process.c]
  57. 19c5870 Use helpers to obtain task pid in printks (arch code) by Alexey Dobriyan · 17 years ago
  58. 8366246 sh: Conditionalize gUSA support. by Paul Mundt · 17 years ago
  59. 995bb78 sh: Follow gUSA preempt changes in __switch_to(). by Paul Mundt · 17 years ago
  60. e06c4e5 sh: Fix fs.h removal from mm.h regressions. by Paul Mundt · 17 years ago
  61. c64ac9f sh: fix get_wchan() for SH kernels without framepointers by David McCullough · 17 years ago
  62. 357d594 sh: Tidy up dependencies for SH-2 build. by Paul Mundt · 17 years ago
  63. 882c12c sh: Shut up SH2-DSP compile warnings. by Paul Mundt · 17 years ago
  64. e08f457 sh: __user annotations for __get/__put_user(). by Paul Mundt · 17 years ago
  65. f3a9022 sh: sr.bl toggling around idle sleep. by Paul Mundt · 17 years ago
  66. 57be2b4 sh: clockevent/clocksource/hrtimers/nohz TMU support. by Paul Mundt · 17 years ago
  67. b118ca5 sh: Convert to common die chain. by Paul Mundt · 17 years ago
  68. 53f983a sh: Fix PC adjustments for varying opcode length. by Paul Mundt · 17 years ago
  69. bd07999 sh: Support for SH-2A 32-bit opcodes. by Paul Mundt · 17 years ago
  70. 5f8c990 sh: generic quicklist support. by Paul Mundt · 17 years ago
  71. 3a2e117 sh: Add die chain notifiers. by Paul Mundt · 17 years ago
  72. 9465a54 sh: MS7712SE01 board support. by Nobuhiro Iwamatsu · 17 years ago
  73. e6bcf56 sh: Fix kernel thread stack corruption with preempt. by Hideo Saito · 17 years ago
  74. 11c1965 sh: Fixup cpu_data references for the non-boot CPUs. by Paul Mundt · 17 years ago
  75. aec5e0e sh: Use a per-cpu ASID cache. by Paul Mundt · 17 years ago
  76. f413d0d sh: Use a jump call table for debug trap handlers. by Paul Mundt · 17 years ago
  77. b652c23 sh: Fix get_wchan(). by Paul Mundt · 17 years ago
  78. dc34d31 sh: BUG() handling through trapa vector. by Paul Mundt · 17 years ago
  79. f0bc814 sh: gcc4 support. by Stuart Menefy · 18 years ago
  80. 6b00223 sh: Proper show_stack/show_trace() implementation. by Paul Mundt · 18 years ago
  81. 8ae91b9 sh: SH-4A UBC support by Ryusuke Sakato · 18 years ago
  82. 19f9a34 sh: Initial vsyscall page support. by Paul Mundt · 18 years ago
  83. 9d549a7 sh: Update kexec support for API changes. by Paul Mundt · 18 years ago
  84. e5723e0 sh: Add support for SH7706/SH7710/SH7343 CPUs. by Paul Mundt · 18 years ago
  85. a2d1a5f sh: __addr_ok() and other misc nommu fixups. by Yoshinori Sato · 18 years ago
  86. 2991be7 sh: Fixup __strnlen_user() behaviour. by Paul Mundt · 18 years ago
  87. b5233d0 Fix 'make headers_check' on sh by Paul Mundt · 18 years ago
  88. cdb0452 [PATCH] kill include/linux/platform.h, default_idle() cleanup by Adrian Bunk · 18 years ago
  89. a3310bb [PATCH] sh: machine_halt()/machine_power_off() cleanups by Paul Mundt · 18 years ago
  90. 9d44190 [PATCH] sh: kexec() support by kogiidena · 18 years ago
  91. 308a792 [PATCH] sh: task_stack_page() by Al Viro · 18 years ago
  92. cafcfca [PATCH] sh: task_thread_info() by Al Viro · 18 years ago
  93. 3cf0f4e [PATCH] sh: task_pt_regs() by Al Viro · 18 years ago
  94. df2e71f [PATCH] dump_thread() cleanup by akpm@osdl.org · 18 years ago
  95. 64c7c8f [PATCH] sched: resched and cpu_idle rework by Nick Piggin · 19 years ago
  96. 5bfb5d6 [PATCH] sched: disable preempt in idle tasks by Nick Piggin · 19 years ago
  97. 59586e5 [PATCH] Don't export machine_restart, machine_halt, or machine_power_off. by Eric W. Biederman · 19 years ago
  98. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago