1. ace2dc7 sh: wire up perf alignment and emulation faults. by Paul Mundt · 14 years ago
  2. 68a1aed sh: boot kernel with SR.BL set by Magnus Damm · 14 years ago
  3. 49f3bfe sh: Setup boot CPU VBR early to enable early page faults. by Paul Mundt · 15 years ago
  4. 644755e Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates' by Paul Mundt · 15 years ago
  5. a99eae5 sh: Split out the unaligned counters and user bits. by Paul Mundt · 15 years ago
  6. 191d0d2 sh: Tidy up the sh bios VBR handling. by Paul Mundt · 15 years ago
  7. c476181 sh: Fix up breakpoint trap handler patching on SH-2A. by Paul Mundt · 15 years ago
  8. 1232d88 sh: Make the unaligned trap handler always obey notification levels. by Paul Mundt · 15 years ago
  9. 9a16070 sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file by Alexey Dobriyan · 15 years ago
  10. 15dfddd sh: Disable SCIF2 on the SH-X3 proto CPU. by Paul Mundt · 15 years ago
  11. af67c3a sh: update die() output. by Paul Mundt · 15 years ago
  12. 8406638 sh: Disable unaligned kernel access printks by default. by Paul Mundt · 15 years ago
  13. 40258ee sh: Fix up uninitialized variable use caught by gcc 4.4. by Paul Mundt · 15 years ago
  14. 23c4c82 sh: Handle unaligned 16-bit instructions on SH-2A. by Paul Mundt · 15 years ago
  15. 480c646 sh: Kill off unused se_skipped in alignment trap notification code. by Paul Mundt · 15 years ago
  16. 4aa5ac4 sh: Only shout about fixing up unexpected unaligned accesses by Matt Fleming · 15 years ago
  17. 5a0ab35 sh: cleanup of do_address_error() by Andre Draszik · 15 years ago
  18. 7436cde sh: Allow user control over misaligned fixup handling by Andre Draszik · 15 years ago
  19. 9a4af02 sh: ratelimit unaligned fixups by Andre Draszik · 15 years ago
  20. b344e24a sh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG_ON() by Matt Fleming · 15 years ago
  21. 4e14dfc sh: Use the generalized stacktrace ops by Matt Fleming · 15 years ago
  22. 2bcfffa sh: Rename opcode_t to insn_size_t. by Paul Mundt · 16 years ago
  23. cd89436 sh: Add UBC trap vector for SH2A by Peter Griffin · 16 years ago
  24. 01ab103 sh: Fix up DSP context save/restore. by Michael Trimarchi · 16 years ago
  25. 2afb447 sh: fix unaligned and nonexistent address handling by SUGIOKA Toshinobu · 16 years ago
  26. ba84be2 remove linux/hardirq.h from asm-generic/local.h by Russell King · 16 years ago
  27. ab6e570 sh: Generic kgdb stub support. by Paul Mundt · 16 years ago
  28. 75fd24c sh: Tidy up backtrace formatting with kallsyms disabled. by Paul Mundt · 16 years ago
  29. edfd6da sh: Add a few more branch types to the branch emulator. by Paul Mundt · 16 years ago
  30. c9306f0 sh: Wire up oops reporting in the die notifier chain. by Paul Mundt · 16 years ago
  31. 4c59e29 sh: Move lookup_exception_vector() out to asm/system_32.h. by Paul Mundt · 16 years ago
  32. b3d765f sh: Fix up fpu emu build. by Paul Mundt · 16 years ago
  33. d39f545 sh: Add kprobes support. by Chris Smith · 16 years ago
  34. fa43972 sh: fixup many sparse errors. by Paul Mundt · 16 years ago
  35. 6e80f5e sh2(A) exception handler update by Yoshinori Sato · 17 years ago
  36. fad0f90 by Andrew Morton · 17 years ago
  37. e7cc9a7 sh: trapped io support V2 by Magnus Damm · 17 years ago
  38. 4b5a9ef sh: use opcode_t and enable unaligned code for sh2a by Magnus Damm · 17 years ago
  39. 4252c65 sh: add byte support to the sign extension code by Magnus Damm · 17 years ago
  40. 86c0179 sh: break out unaligned sign extension code by Magnus Damm · 17 years ago
  41. 74d99a5 sh: SH-2A FPU support. by Paul Mundt · 17 years ago
  42. 5a4f7c6 sh: Share bug/debug traps across _32 and _64. by Paul Mundt · 17 years ago
  43. 2f75fbf sh: Move in the SH-5 traps.c impl. by Paul Mundt · 17 years ago[Renamed from arch/sh/kernel/traps.c]
  44. 19c5870 Use helpers to obtain task pid in printks (arch code) by Alexey Dobriyan · 17 years ago
  45. aba1030 sh: Bring SMP support back from the dead. by Paul Mundt · 17 years ago
  46. e0a3647 sh: Fix SH-X3 FPU exception handling. by Paul Mundt · 17 years ago
  47. bcdcd8e Report that kernel is tainted if there was an OOPS by Pavel Emelianov · 18 years ago
  48. b91cba5 Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 18 years ago
  49. 608e261 generic bug: use show_regs() instead of dump_stack() by Heiko Carstens · 18 years ago
  50. 5527398 sh: oops_enter()/oops_exit() in die(). by Paul Mundt · 18 years ago
  51. b66d51c sh: Tidy compiler warnings for SH-2A build. by Paul Mundt · 18 years ago
  52. 882c12c sh: Shut up SH2-DSP compile warnings. by Paul Mundt · 18 years ago
  53. e08f457 sh: __user annotations for __get/__put_user(). by Paul Mundt · 18 years ago
  54. e113276 sh: Wire up kdump crash kernel exec in die(). by Paul Mundt · 18 years ago
  55. e868d61 spelling fixes: arch/sh/ by Simon Arlott · 18 years ago
  56. b118ca5 sh: Convert to common die chain. by Paul Mundt · 18 years ago
  57. 53f983a sh: Fix PC adjustments for varying opcode length. by Paul Mundt · 18 years ago
  58. 3a2e117 sh: Add die chain notifiers. by Paul Mundt · 18 years ago
  59. fa69151 sh: generic BUG() support. by Paul Mundt · 18 years ago
  60. 11c1965 sh: Fixup cpu_data references for the non-boot CPUs. by Paul Mundt · 18 years ago
  61. 86b67ef sh: Fix handle_BUG() compile error. by Nobuhiro Iwamatsu · 18 years ago
  62. dc34d31 sh: BUG() handling through trapa vector. by Paul Mundt · 18 years ago
  63. 9b8c90e sh: show held locks in stack trace with lockdep. by Paul Mundt · 18 years ago
  64. b5a1bcb sh: Set up correct siginfo structures for page faults. by Stuart Menefy · 18 years ago
  65. f0bc814 sh: gcc4 support. by Stuart Menefy · 18 years ago
  66. 710ee0c sh: SE7206 build fixes. by Paul Mundt · 18 years ago
  67. 0983b31 sh: Wire up division and address error exceptions on SH-2A. by Yoshinori Sato · 18 years ago
  68. 1f66658 sh: Fix exception_handling_table alignment. by Paul Mundt · 18 years ago
  69. 6b00223 sh: Proper show_stack/show_trace() implementation. by Paul Mundt · 18 years ago
  70. a6a31139 sh: Add support for 4K stacks. by Paul Mundt · 18 years ago
  71. 4b56568 sh: math-emu support by Takashi YOSHII · 18 years ago
  72. 765ae31 sh: Fixup some uninitialized spinlocks. by Paul Mundt · 18 years ago
  73. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2