1. 5d7ecce s390/fault: merge report_user_fault implementations by Heiko Carstens · 8 years ago
  2. 9cb1cce s390: remove all usages of PSW_ADDR_INSN by Heiko Carstens · 8 years ago
  3. fecc868 s390: remove all usages of PSW_ADDR_AMODE by Heiko Carstens · 8 years ago
  4. f9101e6 s390/traps: Remove unused variable by Christian Borntraeger · 9 years ago
  5. b075390 s390/fpu: split fpu-internal.h into fpu internals, api, and type headers by Hendrik Brueckner · 9 years ago
  6. b5510d9 s390/fpu: always enable the vector facility if it is available by Hendrik Brueckner · 9 years ago
  7. d0164ee s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT instead by Hendrik Brueckner · 9 years ago
  8. 9977e88 s390/kernel: lazy restore fpu registers by Hendrik Brueckner · 9 years ago
  9. 155e839 s390/kernel: dynamically allocate FP register save area by Hendrik Brueckner · 9 years ago
  10. 904818e s390/kernel: introduce fpu-internal.h with fpu helper functions by Hendrik Brueckner · 9 years ago
  11. 3827ec3 s390: adapt entry.S to the move of thread_struct by Martin Schwidefsky · 9 years ago
  12. e1d12d7 s390/traps: panic() instead of die() on translation exception by Heiko Carstens · 9 years ago
  13. 5a79859 s390: remove 31 bit support by Heiko Carstens · 9 years ago
  14. e56da34 s390/traps: die on translation exceptions by Heiko Carstens · 10 years ago
  15. 413d404 s390/traps: print interrupt code and instruction length code by Heiko Carstens · 10 years ago
  16. 7a5388d s390/kprobes: make use of NOKPROBE_SYMBOL() by Heiko Carstens · 10 years ago
  17. 8070361 s390: add support for vector extension by Martin Schwidefsky · 10 years ago
  18. 2a0a5b2 s390/uprobes: architecture backend for uprobes by Jan Willeke · 10 years ago
  19. 1bca09f s390/dumpstack: fix call chain walking by Heiko Carstens · 11 years ago
  20. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 11 years ago
  21. b01a37a s390/traps: preinitialize program check table by Heiko Carstens · 12 years ago
  22. 0229125 s390/traps: move call to print_modules() out of show_regs() by Heiko Carstens · 12 years ago
  23. eb608fb s390/exceptions: switch to relative exception table entries by Heiko Carstens · 12 years ago
  24. d35339a s390: add support for transactional memory by Martin Schwidefsky · 12 years ago
  25. 7d25617 s390: make use of user_mode() macro where possible by Heiko Carstens · 12 years ago
  26. a53c8fa s390/comments: unify copyright messages and remove file names by Heiko Carstens · 12 years ago
  27. a0616cd Disintegrate asm/system.h for S390 by David Howells · 12 years ago
  28. ddadfa8 [S390] stack dump: fix indentation in output by Heiko Carstens · 12 years ago
  29. 3ab121a [S390] kernel: Add z/VM LGR detection by Michael Holzheu · 12 years ago
  30. 02834ee [S390] Enable exception traces by default by Heiko Carstens · 12 years ago
  31. aa33c8c [S390] cleanup trap handling by Martin Schwidefsky · 12 years ago
  32. 3c52e49 [S390] sparse: fix sparse warnings with __user pointers by Martin Schwidefsky · 13 years ago
  33. b50511e [S390] cleanup psw related bits and pieces by Martin Schwidefsky · 13 years ago
  34. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  35. 73b7d40 [S390] use siginfo for sigtrap signals by Martin Schwidefsky · 13 years ago
  36. fdb204d [S390] cleanup program check handler prototypes by Martin Schwidefsky · 13 years ago
  37. a288eec ptrace: kill trivial tracehooks by Tejun Heo · 13 years ago
  38. d7b250e [S390] irq: merge irq.c and s390_ext.c by Heiko Carstens · 13 years ago
  39. 261cd29 s390: remove task_show_regs by Martin Schwidefsky · 13 years ago
  40. 5e9a269 [S390] ptrace cleanup by Martin Schwidefsky · 13 years ago
  41. f3e1a27 [S390] nmi: enable machine checks early by Heiko Carstens · 13 years ago
  42. fb0a9d7 [S390] pfault: delay register of pfault interrupt by Heiko Carstens · 13 years ago
  43. 860dba4 [S390] add kprobes annotations by Martin Schwidefsky · 13 years ago
  44. ba6cadf [S390] remove ieee_instruction_pointer from thread_struct by Martin Schwidefsky · 14 years ago
  45. 1e54622 [S390] cleanup lowcore access from program checks by Martin Schwidefsky · 14 years ago
  46. ab3c68e [S390] debug: enable exception-trace debug facility by Heiko Carstens · 14 years ago
  47. 6ea5096 [S390] user space fault: report fault before calling do_exit by Heiko Carstens · 14 years ago
  48. ca633fd [S390] ptrace: dont abuse PT_PTRACED by Oleg Nesterov · 15 years ago
  49. d7fd5f1 [S390] fix dump_stack vs. %p and (null) by Christian Borntraeger · 15 years ago
  50. 4e83be7 [S390] Move show_regs to traps.c. by Heiko Carstens · 16 years ago
  51. 9e74a6b8 [S390] kernel: show last breaking-event-address on oops by Christian Borntraeger · 16 years ago
  52. a806170 [S390] Fix a lot of sparse warnings. by Heiko Carstens · 16 years ago
  53. 43ca5c3 [S390] Convert monitor calls to function calls. by Heiko Carstens · 16 years ago
  54. 6252d70 [S390] dynamic page tables. by Martin Schwidefsky · 16 years ago
  55. df5f831 proc: seqfile convert proc_pid_status to properly handle pid namespaces by Eric W. Biederman · 16 years ago
  56. 2485579 [S390] DEBUG_PAGEALLOC support for s390. by Heiko Carstens · 16 years ago
  57. 5c69971 [S390] Print kernel version in dump_stack() and show_regs(). by Heiko Carstens · 16 years ago
  58. 06770a6 [S390] Add missing die_notifier() call to die(). by Heiko Carstens · 17 years ago
  59. bcdcd8e Report that kernel is tainted if there was an OOPS by Pavel Emelianov · 17 years ago
  60. 608e261 generic bug: use show_regs() instead of dump_stack() by Heiko Carstens · 17 years ago
  61. bca0fb86 [S390] Add oops_enter()/oops_exit() calls to die(). by Heiko Carstens · 17 years ago
  62. 0fc9bbf [S390] Print list of modules on die(). by Heiko Carstens · 17 years ago
  63. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  64. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 17 years ago
  65. c0007f1 [S390] Use generic bug. by Heiko Carstens · 17 years ago
  66. bb11e3b [S390] Improved oops output. by Martin Schwidefsky · 17 years ago
  67. 35df8d5 [S390] Fix kprobes breakpoint handling. by Heiko Carstens · 17 years ago
  68. 2b67fc4 [S390] Get rid of a lot of sparse warnings. by Heiko Carstens · 17 years ago
  69. 236257e [S390] lockdep: show held locks when showing a stackdump by Heiko Carstens · 18 years ago
  70. 29b08d2 [S390] pfault code cleanup. by Heiko Carstens · 18 years ago
  71. 12bae23 [S390] uaccess error handling. by Heiko Carstens · 18 years ago
  72. 5a42b81 [PATCH] s390 traps.c __user annotations by Al Viro · 18 years ago
  73. 5a489b9 [S390] irq change build fixes. by Heiko Carstens · 18 years ago
  74. 94c12cc [S390] Inline assembly cleanup. by Martin Schwidefsky · 18 years ago
  75. 4ba069b [S390] add kprobes support. by Michael Grundy · 18 years ago
  76. d2c993d [S390] Fix sparse warnings. by Heiko Carstens · 18 years ago
  77. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  78. 7380534 [S390] incomplete stack traces. by Heiko Carstens · 18 years ago
  79. 793af24 [PATCH] s390 misc __user annotations by Al Viro · 18 years ago
  80. 30af712 [PATCH] s390: task_stack_page() by Al Viro · 18 years ago
  81. c7584fb [PATCH] s390: task_pt_regs() by Al Viro · 18 years ago
  82. 347a8dc [PATCH] s390: cleanup Kconfig by Martin Schwidefsky · 18 years ago
  83. d4b6899 [PATCH] s390: remove pagex support by Martin Schwidefsky · 19 years ago
  84. 5d3f229 [PATCH] s390: kexec fixes and improvements. by Heiko Carstens · 19 years ago
  85. 6b979de [PATCH] s390: add vmcp interface by Christian Borntraeger · 19 years ago
  86. 77eb65c [PATCH] s390: kernel stack overflow panic by Heiko Carstens · 19 years ago
  87. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago