| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel/sysctl: add panic_print into sysctl | Feng Tang | 2019-01-04 | 1 | -1/+1 |
* | panic: add options to print system info when panic happens | Feng Tang | 2019-01-04 | 1 | -0/+28 |
* | Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-12-27 | 1 | -1/+5 |
|\ |
|
| * | panic: avoid deadlocks in re-entrant console drivers | Sergey Senozhatsky | 2018-11-22 | 1 | -1/+5 |
* | | kernel/panic.c: filter out a potential trailing newline | Borislav Petkov | 2018-10-31 | 1 | -2/+6 |
* | | kernel/panic.c: do not append newline to the stack protector panic string | Borislav Petkov | 2018-10-31 | 1 | -1/+1 |
|/ |
|
* | Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables | Linus Torvalds | 2018-06-14 | 1 | -1/+1 |
* | taint: add taint for randstruct | Kees Cook | 2018-04-11 | 1 | -1/+3 |
* | taint: consolidate documentation | Kees Cook | 2018-04-11 | 1 | -19/+4 |
* | taint: convert to indexed initialization | Kees Cook | 2018-04-11 | 1 | -17/+19 |
* | Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2018-04-10 | 1 | -0/+2 |
|\ |
|
| * | lockdep: Add print_irqtrace_events() to __warn | Steven Rostedt (VMware) | 2018-04-06 | 1 | -0/+2 |
* | | Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-04-02 | 1 | -1/+1 |
|\ \ |
|
| * | | panic: Add closing panic marker parenthesis | Borislav Petkov | 2018-03-08 | 1 | -1/+1 |
| |/ |
|
* / | bug: use %pB in BUG and stack protector failure | Kees Cook | 2018-03-10 | 1 | -1/+1 |
|/ |
|
* | kernel/panic.c: add TAINT_AUX | Borislav Petkov | 2017-11-18 | 1 | -0/+2 |
* | bug: fix "cut here" location for __WARN_TAINT architectures | Kees Cook | 2017-11-18 | 1 | -1/+15 |
* | bug: define the "cut here" string in a single place | Kees Cook | 2017-11-18 | 1 | -1/+1 |
* | kernel debug: support resetting WARN_ONCE for all architectures | Andi Kleen | 2017-11-18 | 1 | -1/+2 |
* | kernel debug: support resetting WARN*_ONCE | Andi Kleen | 2017-11-18 | 1 | -0/+28 |
* | locking/refcounts, x86/asm: Implement fast refcount overflow protection | Kees Cook | 2017-08-17 | 1 | -0/+12 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sparc64: Send break twice from console to return to boot prom | Vijay Kumar | 2017-02-23 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 2017-02-23 | 1 | -2/+2 |
|\ |
|
| * | printk: rename nmi.c and exported api | Sergey Senozhatsky | 2017-02-08 | 1 | -2/+2 |
* | | kernel/panic.c: add missing \n | Jiri Slaby | 2017-01-25 | 1 | -1/+1 |
* | | taint/module: Fix problems when out-of-kernel driver defines true or false | Larry Finger | 2017-01-17 | 1 | -1/+1 |
|/ |
|
* | taint/module: Clean up global and module taint flags handling | Petr Mladek | 2016-11-26 | 1 | -28/+25 |
* | x86/panic: replace smp_send_stop() with kdump friendly version in panic path | Hidehiro Kawai | 2016-10-12 | 1 | -7/+40 |
* | kexec: use core_param for crash_kexec_post_notifiers boot option | Hidehiro Kawai | 2016-08-03 | 1 | -9/+4 |
* | printk/nmi: flush NMI messages on the system panic | Petr Mladek | 2016-05-21 | 1 | -1/+5 |
* | panic: change nmi_panic from macro to function | Hidehiro Kawai | 2016-03-22 | 1 | -0/+20 |
* | lib/bug.c: use common WARN helper | Josh Poimboeuf | 2016-03-17 | 1 | -15/+26 |
* | printk: do cond_resched() between lines while outputting to consoles | Tejun Heo | 2016-01-16 | 1 | -2/+1 |
* | kexec: Fix race between panic() and crash_kexec() | Hidehiro Kawai | 2015-12-19 | 1 | -2/+6 |
* | panic, x86: Allow CPUs to save registers even if looping in NMI context | Hidehiro Kawai | 2015-12-19 | 1 | -0/+9 |
* | panic, x86: Fix re-entrance problem due to panic on NMI | Hidehiro Kawai | 2015-12-19 | 1 | -3/+13 |
* | kernel/panic.c: turn off locks debug before releasing console lock | Vitaly Kuznetsov | 2015-11-21 | 1 | -1/+4 |
* | panic: release stale console lock to always get the logbuf printed out | Vitaly Kuznetsov | 2015-11-07 | 1 | -0/+10 |
* | kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path | HATAYAMA Daisuke | 2015-07-01 | 1 | -1/+1 |
* | kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i... | HATAYAMA Daisuke | 2015-07-01 | 1 | -1/+2 |
* | livepatch: kernel: add TAINT_LIVEPATCH | Seth Jennings | 2014-12-22 | 1 | -0/+2 |
* | kernel: add panic_on_warn | Prarit Bhargava | 2014-12-11 | 1 | -0/+13 |
* | kernel/panic.c: update comments for print_tainted | Xie XiuQi | 2014-11-14 | 1 | -0/+1 |
* | panic: add TAINT_SOFTLOCKUP | Josh Hunt | 2014-08-09 | 1 | -0/+1 |
* | kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic... | Masami Hiramatsu | 2014-06-07 | 1 | -2/+21 |
* | kernel/panic.c: display reason at end + pr_emerg | Fabian Frederick | 2014-04-08 | 1 | -7/+6 |
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-04-06 | 1 | -0/+2 |
|\ |
|
| * | Use 'E' instead of 'X' for unsigned module taint flag. | Rusty Russell | 2014-03-31 | 1 | -2/+2 |
| * | Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE | Mathieu Desnoyers | 2014-03-13 | 1 | -0/+2 |