summaryrefslogtreecommitdiffstats
path: root/kernel/panic.c
Commit message (Expand)AuthorAgeFilesLines
* docs: admin-guide: move sysctl directory to itMauro Carvalho Chehab2019-07-151-1/+1
* docs: sysctl: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* panic: add an option to replay all the printk message in bufferFeng Tang2019-05-191-1/+5
* panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen2019-05-151-0/+2
* panic: avoid the extra noise dmesgFeng Tang2019-05-151-0/+3
* s390: simplify disabled_waitMartin Schwidefsky2019-05-021-6/+1Star
* kernel/panic.c: taint: fix debugfs_simple_attr.cocci warningsYueHaibing2019-03-081-6/+4Star
* kernel/sysctl: add panic_print into sysctlFeng Tang2019-01-041-1/+1
* panic: add options to print system info when panic happensFeng Tang2019-01-041-0/+28
* Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-271-1/+5
|\
| * panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky2018-11-221-1/+5
* | kernel/panic.c: filter out a potential trailing newlineBorislav Petkov2018-10-311-2/+6
* | kernel/panic.c: do not append newline to the stack protector panic stringBorislav Petkov2018-10-311-1/+1
|/
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-1/+1
* taint: add taint for randstructKees Cook2018-04-111-1/+3
* taint: consolidate documentationKees Cook2018-04-111-19/+4Star
* taint: convert to indexed initializationKees Cook2018-04-111-17/+19
* Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-101-0/+2
|\
| * lockdep: Add print_irqtrace_events() to __warnSteven Rostedt (VMware)2018-04-061-0/+2
* | Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-021-1/+1
|\ \
| * | panic: Add closing panic marker parenthesisBorislav Petkov2018-03-081-1/+1
| |/
* / bug: use %pB in BUG and stack protector failureKees Cook2018-03-101-1/+1
|/
* kernel/panic.c: add TAINT_AUXBorislav Petkov2017-11-181-0/+2
* bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook2017-11-181-1/+15
* bug: define the "cut here" string in a single placeKees Cook2017-11-181-1/+1
* kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen2017-11-181-1/+2
* kernel debug: support resetting WARN*_ONCEAndi Kleen2017-11-181-0/+28
* locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook2017-08-171-0/+12
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sparc64: Send break twice from console to return to boot promVijay Kumar2017-02-231-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-02-231-2/+2
|\
| * printk: rename nmi.c and exported apiSergey Senozhatsky2017-02-081-2/+2
* | kernel/panic.c: add missing \nJiri Slaby2017-01-251-1/+1
* | taint/module: Fix problems when out-of-kernel driver defines true or falseLarry Finger2017-01-171-1/+1
|/
* taint/module: Clean up global and module taint flags handlingPetr Mladek2016-11-261-28/+25Star
* x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-121-7/+40
* kexec: use core_param for crash_kexec_post_notifiers boot optionHidehiro Kawai2016-08-031-9/+4Star
* printk/nmi: flush NMI messages on the system panicPetr Mladek2016-05-211-1/+5
* panic: change nmi_panic from macro to functionHidehiro Kawai2016-03-221-0/+20
* lib/bug.c: use common WARN helperJosh Poimboeuf2016-03-171-15/+26
* printk: do cond_resched() between lines while outputting to consolesTejun Heo2016-01-161-2/+1Star
* kexec: Fix race between panic() and crash_kexec()Hidehiro Kawai2015-12-191-2/+6
* panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai2015-12-191-0/+9
* panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai2015-12-191-3/+13
* kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov2015-11-211-1/+4
* panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov2015-11-071-0/+10
* kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke2015-07-011-1/+1
* kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...HATAYAMA Daisuke2015-07-011-1/+2
* livepatch: kernel: add TAINT_LIVEPATCHSeth Jennings2014-12-221-0/+2