aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/panic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-04kernel/sysctl: add panic_print into sysctlFeng Tang1-1/+1
2019-01-04panic: add options to print system info when panic happensFeng Tang1-0/+28
2018-12-27Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+5
2018-11-22panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky1-1/+5
2018-10-31kernel/panic.c: filter out a potential trailing newlineBorislav Petkov1-2/+6
2018-10-31kernel/panic.c: do not append newline to the stack protector panic stringBorislav Petkov1-1/+1
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds1-1/+1
2018-04-11taint: add taint for randstructKees Cook1-1/+3
2018-04-11taint: consolidate documentationKees Cook1-19/+4
2018-04-11taint: convert to indexed initializationKees Cook1-17/+19
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+2
2018-04-06lockdep: Add print_irqtrace_events() to __warnSteven Rostedt (VMware)1-0/+2
2018-04-02Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-03-09bug: use %pB in BUG and stack protector failureKees Cook1-1/+1
2018-03-08panic: Add closing panic marker parenthesisBorislav Petkov1-1/+1
2017-11-17kernel/panic.c: add TAINT_AUXBorislav Petkov1-0/+2
2017-11-17bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook1-1/+15
2017-11-17bug: define the "cut here" string in a single placeKees Cook1-1/+1
2017-11-17kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen1-1/+2
2017-11-17kernel debug: support resetting WARN*_ONCEAndi Kleen1-0/+28
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook1-0/+12
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-02-23sparc64: Send break twice from console to return to boot promVijay Kumar1-1/+2
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-2/+2
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky1-2/+2
2017-01-24kernel/panic.c: add missing \nJiri Slaby1-1/+1
2017-01-17taint/module: Fix problems when out-of-kernel driver defines true or falseLarry Finger1-1/+1
2016-11-26taint/module: Clean up global and module taint flags handlingPetr Mladek1-28/+25
2016-10-11x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai1-7/+40
2016-08-02kexec: use core_param for crash_kexec_post_notifiers boot optionHidehiro Kawai1-9/+4
2016-05-20printk/nmi: flush NMI messages on the system panicPetr Mladek1-1/+5
2016-03-22panic: change nmi_panic from macro to functionHidehiro Kawai1-0/+20
2016-03-17lib/bug.c: use common WARN helperJosh Poimboeuf1-15/+26
2016-01-16printk: do cond_resched() between lines while outputting to consolesTejun Heo1-2/+1
2015-12-19kexec: Fix race between panic() and crash_kexec()Hidehiro Kawai1-2/+6
2015-12-19panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai1-0/+9
2015-12-19panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai1-3/+13
2015-11-20kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov1-1/+4
2015-11-06panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov1-0/+10
2015-06-30kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke1-1/+1
2015-06-30kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers is enabledHATAYAMA Daisuke1-1/+2
2014-12-22livepatch: kernel: add TAINT_LIVEPATCHSeth Jennings1-0/+2
2014-12-10kernel: add panic_on_warnPrarit Bhargava1-0/+13
2014-11-13kernel/panic.c: update comments for print_taintedXie XiuQi1-0/+1
2014-08-08panic: add TAINT_SOFTLOCKUPJosh Hunt1-0/+1
2014-06-06kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic_notifersMasami Hiramatsu1-2/+21
2014-04-07kernel/panic.c: display reason at end + pr_emergFabian Frederick1-7/+6
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+2
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-03-31Use 'E' instead of 'X' for unsigned module taint flag.Rusty Russell1-2/+2