summaryrefslogtreecommitdiffstats
path: root/kernel/panic.c
Commit message (Expand)AuthorAgeFilesLines
* taint/module: Clean up global and module taint flags handlingPetr Mladek2016-11-261-28/+25
* x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-111-7/+40
* kexec: use core_param for crash_kexec_post_notifiers boot optionHidehiro Kawai2016-08-021-9/+4
* printk/nmi: flush NMI messages on the system panicPetr Mladek2016-05-201-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/+1
* 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-201-1/+4
* panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov2015-11-061-0/+10
* kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke2015-06-301-1/+1
* kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...HATAYAMA Daisuke2015-06-301-1/+2
* livepatch: kernel: add TAINT_LIVEPATCHSeth Jennings2014-12-221-0/+2
* kernel: add panic_on_warnPrarit Bhargava2014-12-101-0/+13
* kernel/panic.c: update comments for print_taintedXie XiuQi2014-11-131-0/+1
* panic: add TAINT_SOFTLOCKUPJosh Hunt2014-08-081-0/+1
* kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic...Masami Hiramatsu2014-06-061-2/+21
* kernel/panic.c: display reason at end + pr_emergFabian Frederick2014-04-071-7/+6
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-061-0/+2
|\
| * Use 'E' instead of 'X' for unsigned module taint flag.Rusty Russell2014-03-311-2/+2
| * Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers2014-03-131-0/+2
* | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-03-311-1/+1
|\ \
| * | asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen2014-02-131-1/+1
| |/
* | Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECDave Jones2014-03-201-1/+1
|/
* panic: Make panic_timeout configurableJason Baron2013-11-261-1/+1
* kernel/panic.c: reduce 1 byte usage for print tainted bufferChen Gang2013-11-131-1/+1
* panic: call panic handlers before kmsg_dumpKees Cook2013-09-111-2/+6
* Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-07-111-0/+3
|\
| * tracing: Disable tracing on warningSteven Rostedt (Red Hat)2013-06-191-0/+3
* | panic: add cpu/pid to warn_slowpath_common in WARNING printk()sAlex Thorlton2013-07-091-2/+3
|/
* dump_stack: implement arch-specific hardware description in task dumpsTejun Heo2013-04-301-6/+0
* taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-20/+14
* panic: fix a possible deadlock in panic()Vikram Mulukutla2012-07-301-0/+8
* kdump: Execute kmsg_dump(KMSG_DUMP_PANIC) after smp_send_stop()Seiji Aguchi2012-05-181-2/+2
* panic: Make panic_on_oops configurableKyle McMartin2012-05-071-1/+1
* panic: fix stack dump print on direct call to panic()Jason Wessel2012-04-121-1/+1
* panic: don't print redundant backtraces on oopsAndi Kleen2012-01-121-1/+5
* kdump: fix crash_kexec()/smp_send_stop() race in panic()Michael Holzheu2012-01-121-1/+17
* treewide: remove useless NORET_TYPE macro and usesJoe Perches2012-01-121-1/+1
* lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debuggingBen Hutchings2011-12-071-2/+3
* lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdepPeter Zijlstra2011-12-061-2/+10
* module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings2011-11-071-0/+2
* panic: panic=-1 for immediate rebootHugh Dickins2011-07-261-0/+2
* move x86 specific oops=panic to generic codeOlaf Hering2011-03-221-0/+10
* ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying2011-01-121-0/+1
* lib/bug.c: add oops end marker to WARN implementationAnton Blanchard2010-08-111-1/+1
* panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi2010-08-111-32/+26
* panic: call console_verbose() in panicAnton Blanchard2010-05-271-0/+1
OpenPOWER on IntegriCloud