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