summaryrefslogtreecommitdiff
path: root/kernel/panic.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-25kernel/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-12x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai1-7/+40
2016-08-03kexec: use core_param for crash_kexec_post_notifiers boot optionHidehiro Kawai1-9/+4
2016-05-21printk/nmi: flush NMI messages on the system panicPetr Mladek1-1/+5
2016-03-23panic: change nmi_panic from macro to functionHidehiro Kawai1-0/+20
2016-03-18lib/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-21kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov1-1/+4
2015-11-07panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov1-0/+10
2015-07-01kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke1-1/+1
2015-07-01kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...HATAYAMA Daisuke1-1/+2
2014-12-22livepatch: kernel: add TAINT_LIVEPATCHSeth Jennings1-0/+2
2014-12-11kernel: add panic_on_warnPrarit Bhargava1-0/+13
2014-11-14kernel/panic.c: update comments for print_taintedXie XiuQi1-0/+1
2014-08-09panic: add TAINT_SOFTLOCKUPJosh Hunt1-0/+1
2014-06-07kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic...Masami Hiramatsu1-2/+21
2014-04-08kernel/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/kern...Linus Torvalds1-0/+2
2014-04-01Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2014-03-31Use 'E' instead of 'X' for unsigned module taint flag.Rusty Russell1-2/+2
2014-03-21Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECDave Jones1-1/+1
2014-03-13Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers1-0/+2
2014-02-14asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen1-1/+1
2013-11-26panic: Make panic_timeout configurableJason Baron1-1/+1
2013-11-13kernel/panic.c: reduce 1 byte usage for print tainted bufferChen Gang1-1/+1
2013-09-12panic: call panic handlers before kmsg_dumpKees Cook1-2/+6
2013-07-11Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-0/+3
2013-07-09panic: add cpu/pid to warn_slowpath_common in WARNING printk()sAlex Thorlton1-2/+3
2013-06-20tracing: Disable tracing on warningSteven Rostedt (Red Hat)1-0/+3
2013-05-01dump_stack: implement arch-specific hardware description in task dumpsTejun Heo1-6/+0
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-20/+14
2012-07-31panic: fix a possible deadlock in panic()Vikram Mulukutla1-0/+8
2012-05-18kdump: Execute kmsg_dump(KMSG_DUMP_PANIC) after smp_send_stop()Seiji Aguchi1-2/+2
2012-05-07panic: Make panic_on_oops configurableKyle McMartin1-1/+1
2012-04-13panic: fix stack dump print on direct call to panic()Jason Wessel1-1/+1
2012-01-13panic: don't print redundant backtraces on oopsAndi Kleen1-1/+5
2012-01-13kdump: fix crash_kexec()/smp_send_stop() race in panic()Michael Holzheu1-1/+17
2012-01-13treewide: remove useless NORET_TYPE macro and usesJoe Perches1-1/+1
2011-12-08lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debuggingBen Hutchings1-2/+3
2011-12-06lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdepPeter Zijlstra1-2/+10
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings1-0/+2
2011-07-27panic: panic=-1 for immediate rebootHugh Dickins1-0/+2
2011-03-23move x86 specific oops=panic to generic codeOlaf Hering1-0/+10
2011-01-12ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying1-0/+1
2010-08-11lib/bug.c: add oops end marker to WARN implementationAnton Blanchard1-1/+1