aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/panic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25locking/refcount: Remove unused 'refcount_error_report()' functionWill Deacon1-11/+0
2019-10-07panic: ensure preemption is disabled during panic()Will Deacon1-0/+1
2019-09-25bug: consolidate __WARN_FLAGS usageKees Cook1-1/+1
2019-09-25bug: lift "cut here" out of __warn()Kees Cook1-4/+2
2019-09-25bug: consolidate warn_slowpath_fmt() usageKees Cook1-7/+7
2019-09-25bug: refactor away warn_slowpath_fmt_taint()Kees Cook1-15/+3
2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson1-0/+8
2019-07-15docs: admin-guide: move sysctl directory to itMauro Carvalho Chehab1-1/+1
2019-07-15docs: sysctl: convert to ReSTMauro Carvalho Chehab1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang1-1/+5
2019-05-14panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen1-0/+2
2019-05-14panic: avoid the extra noise dmesgFeng Tang1-0/+3
2019-05-02s390: simplify disabled_waitMartin Schwidefsky1-6/+1
2019-03-07kernel/panic.c: taint: fix debugfs_simple_attr.cocci warningsYueHaibing1-6/+4
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