1. e83a447 panic: remove oops_id by Sebastian Andrzej Siewior · 3 years ago
  2. 23b36fe panic: use error_report_end tracepoint on warnings by Marco Elver · 3 years ago
  3. c985aaf Merge branch 'rework/printk_safe-removal' into for-linus by Petr Mladek · 3 years, 4 months ago
  4. 93d102f printk: remove safe buffers by John Ogness · 3 years, 5 months ago
  5. f39650d kernel.h: split out panic and oops helpers by Andy Shevchenko · 3 years, 6 months ago
  6. 2f31ad6 panic: don't dump stack twice on warn by Christophe Leroy · 4 years, 1 month ago
  7. 3f388f2 panic: dump registers on panic_on_warn by Alexey Kardashevskiy · 4 years, 2 months ago
  8. 63037f7 panic: make print_oops_end_marker() static by Yue Hu · 4 years, 5 months ago
  9. 79076e1 kernel/panic.c: make oops_may_print() return bool by Tiezhu Yang · 4 years, 5 months ago
  10. 5916d5f bug: Annotate WARN/BUG/stackfail as noinstr safe by Thomas Gleixner · 4 years, 10 months ago
  11. 60c958d panic: add sysctl to dump all CPUs backtraces on oops event by Guilherme G. Piccoli · 4 years, 7 months ago
  12. db38d5c kernel: add panic_on_taint by Rafael Aquini · 4 years, 7 months ago
  13. 2f30b36 locking/refcount: Remove unused 'refcount_error_report()' function by Will Deacon · 5 years ago
  14. 20bb759 panic: ensure preemption is disabled during panic() by Will Deacon · 5 years ago
  15. 2da1ead bug: consolidate __WARN_FLAGS usage by Kees Cook · 5 years ago
  16. d38aba4 bug: lift "cut here" out of __warn() by Kees Cook · 5 years ago
  17. f2f84b0 bug: consolidate warn_slowpath_fmt() usage by Kees Cook · 5 years ago
  18. ee87113 bug: refactor away warn_slowpath_fmt_taint() by Kees Cook · 5 years ago
  19. 7d92bda kgdb: don't use a notifier to enter kgdb at panic; call directly by Douglas Anderson · 5 years ago
  20. 5704324 docs: admin-guide: move sysctl directory to it by Mauro Carvalho Chehab · 6 years ago
  21. 53b9537 docs: sysctl: convert to ReST by Mauro Carvalho Chehab · 6 years ago
  22. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  23. de6da1e panic: add an option to replay all the printk message in buffer by Feng Tang · 6 years ago
  24. b287a25 panic/reboot: allow specifying reboot_mode for panic only by Aaro Koskinen · 6 years ago
  25. c39ea0b panic: avoid the extra noise dmesg by Feng Tang · 6 years ago
  26. 98587c2 s390: simplify disabled_wait by Martin Schwidefsky · 6 years ago
  27. 4169680 kernel/panic.c: taint: fix debugfs_simple_attr.cocci warnings by YueHaibing · 6 years ago
  28. 81c9d43 kernel/sysctl: add panic_print into sysctl by Feng Tang · 6 years ago
  29. d999bd9 panic: add options to print system info when panic happens by Feng Tang · 6 years ago
  30. a3b5c106 Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  31. c7c3f05 panic: avoid deadlocks in re-entrant console drivers by Sergey Senozhatsky · 6 years ago
  32. b49dec1 kernel/panic.c: filter out a potential trailing newline by Borislav Petkov · 6 years ago
  33. 95c4fb7 kernel/panic.c: do not append newline to the stack protector panic string by Borislav Petkov · 6 years ago
  34. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 7 years ago
  35. bc4f2f5 taint: add taint for randstruct by Kees Cook · 7 years ago
  36. 9c4560e taint: consolidate documentation by Kees Cook · 7 years ago
  37. 47d4b26 taint: convert to indexed initialization by Kees Cook · 7 years ago
  38. 2a56bb5 Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  39. 4c28107 lockdep: Add print_irqtrace_events() to __warn by Steven Rostedt (VMware) · 7 years ago
  40. 54dce3c Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  41. 0862ca4 bug: use %pB in BUG and stack protector failure by Kees Cook · 7 years ago
  42. 5ad7510 panic: Add closing panic marker parenthesis by Borislav Petkov · 7 years ago
  43. 4efb442c kernel/panic.c: add TAINT_AUX by Borislav Petkov · 7 years ago
  44. a7bed27a bug: fix "cut here" location for __WARN_TAINT architectures by Kees Cook · 7 years ago
  45. 2a8358d bug: define the "cut here" string in a single place by Kees Cook · 7 years ago
  46. aaf5dcf kernel debug: support resetting WARN_ONCE for all architectures by Andi Kleen · 7 years ago
  47. b1fca27 kernel debug: support resetting WARN*_ONCE by Andi Kleen · 7 years ago
  48. 7a46ec0 locking/refcounts, x86/asm: Implement fast refcount overflow protection by Kees Cook · 7 years ago
  49. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  50. 7db60d0 sparc64: Send break twice from console to return to boot prom by Vijay Kumar · 8 years ago
  51. 7d91de7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 8 years ago
  52. f92bac3 printk: rename nmi.c and exported api by Sergey Senozhatsky · 8 years ago
  53. ff7a28a kernel/panic.c: add missing \n by Jiri Slaby · 8 years ago
  54. 5eb7c0d taint/module: Fix problems when out-of-kernel driver defines true or false by Larry Finger · 8 years ago
  55. 7fd8329 taint/module: Clean up global and module taint flags handling by Petr Mladek · 8 years ago
  56. 0ee5941 x86/panic: replace smp_send_stop() with kdump friendly version in panic path by Hidehiro Kawai · 8 years ago
  57. b26e27d kexec: use core_param for crash_kexec_post_notifiers boot option by Hidehiro Kawai · 8 years ago
  58. cf9b110 printk/nmi: flush NMI messages on the system panic by Petr Mladek · 9 years ago
  59. ebc41f2 panic: change nmi_panic from macro to function by Hidehiro Kawai · 9 years ago
  60. 2553b67 lib/bug.c: use common WARN helper by Josh Poimboeuf · 9 years ago
  61. 8d91f8b printk: do cond_resched() between lines while outputting to consoles by Tejun Heo · 9 years ago
  62. 7bbee5c kexec: Fix race between panic() and crash_kexec() by Hidehiro Kawai · 9 years ago
  63. 58c5661 panic, x86: Allow CPUs to save registers even if looping in NMI context by Hidehiro Kawai · 9 years ago
  64. 1717f20 panic, x86: Fix re-entrance problem due to panic on NMI by Hidehiro Kawai · 9 years ago
  65. 7625b3a kernel/panic.c: turn off locks debug before releasing console lock by Vitaly Kuznetsov · 9 years ago
  66. 08d7865 panic: release stale console lock to always get the logbuf printed out by Vitaly Kuznetsov · 9 years ago
  67. 5375b70 kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path by HATAYAMA Daisuke · 9 years ago
  68. f45d85f kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers is enabled by HATAYAMA Daisuke · 9 years ago
  69. c5f4546 livepatch: kernel: add TAINT_LIVEPATCH by Seth Jennings · 10 years ago
  70. 9e3961a kernel: add panic_on_warn by Prarit Bhargava · 10 years ago
  71. bc53a3f kernel/panic.c: update comments for print_tainted by Xie XiuQi · 10 years ago
  72. 69361ee panic: add TAINT_SOFTLOCKUP by Josh Hunt · 10 years ago
  73. f06e515 kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic_notifers by Masami Hiramatsu · 11 years ago
  74. d7c0847 kernel/panic.c: display reason at end + pr_emerg by Fabian Frederick · 11 years ago
  75. 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  76. 176ab02 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  77. 57673c2 Use 'E' instead of 'X' for unsigned module taint flag. by Rusty Russell · 11 years ago
  78. 8c90487 Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC by Dave Jones · 11 years ago
  79. 66cc69e Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE by Mathieu Desnoyers · 11 years ago
  80. a7330c9 asmlinkage Make __stack_chk_failed and memcmp visible by Andi Kleen · 11 years ago
  81. 5800dc3 panic: Make panic_timeout configurable by Jason Baron · 11 years ago
  82. 0128476 kernel/panic.c: reduce 1 byte usage for print tainted buffer by Chen Gang · 11 years ago
  83. 6723734 panic: call panic handlers before kmsg_dump by Kees Cook · 11 years ago
  84. c72bb31 Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  85. dcb6b45 panic: add cpu/pid to warn_slowpath_common in WARNING printk()s by Alex Thorlton · 11 years ago
  86. de7edd3 tracing: Disable tracing on warning by Steven Rostedt (Red Hat) · 12 years ago
  87. 98e5e1b dump_stack: implement arch-specific hardware description in task dumps by Tejun Heo · 12 years ago
  88. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 12 years ago
  89. 190320c panic: fix a possible deadlock in panic() by Vikram Mulukutla · 12 years ago
  90. 62be73e kdump: Execute kmsg_dump(KMSG_DUMP_PANIC) after smp_send_stop() by Seiji Aguchi · 13 years ago
  91. 2a01bb3 panic: Make panic_on_oops configurable by Kyle McMartin · 13 years ago
  92. 026ee1f panic: fix stack dump print on direct call to panic() by Jason Wessel · 13 years ago
  93. 6e6f0a1 panic: don't print redundant backtraces on oops by Andi Kleen · 13 years ago
  94. 93e13a3 kdump: fix crash_kexec()/smp_send_stop() race in panic() by Michael Holzheu · 13 years ago
  95. 9402c95 treewide: remove useless NORET_TYPE macro and uses by Joe Perches · 13 years ago
  96. 9ec84ac lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debugging by Ben Hutchings · 13 years ago
  97. df754e6 lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdep by Peter Zijlstra · 13 years ago
  98. 2449b8b module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree by Ben Hutchings · 13 years ago
  99. 4302fbc panic: panic=-1 for immediate reboot by Hugh Dickins · 13 years ago
  100. d404ab0 move x86 specific oops=panic to generic code by Olaf Hering · 14 years ago