summaryrefslogtreecommitdiff
path: root/kernel/panic.c
AgeCommit message (Expand)Author
2017-11-17kernel/panic.c: add TAINT_AUXBorislav Petkov
2017-11-17bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook
2017-11-17bug: define the "cut here" string in a single placeKees Cook
2017-11-17kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen
2017-11-17kernel debug: support resetting WARN*_ONCEAndi Kleen
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-23sparc64: Send break twice from console to return to boot promVijay Kumar
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky
2017-01-24kernel/panic.c: add missing \nJiri Slaby
2017-01-17taint/module: Fix problems when out-of-kernel driver defines true or falseLarry Finger
2016-11-26taint/module: Clean up global and module taint flags handlingPetr Mladek
2016-10-11x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai
2016-08-02kexec: use core_param for crash_kexec_post_notifiers boot optionHidehiro Kawai
2016-05-20printk/nmi: flush NMI messages on the system panicPetr Mladek
2016-03-22panic: change nmi_panic from macro to functionHidehiro Kawai
2016-03-17lib/bug.c: use common WARN helperJosh Poimboeuf
2016-01-16printk: do cond_resched() between lines while outputting to consolesTejun Heo
2015-12-19kexec: Fix race between panic() and crash_kexec()Hidehiro Kawai
2015-12-19panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai
2015-12-19panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai
2015-11-20kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov
2015-11-06panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov
2015-06-30kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke
2015-06-30kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...HATAYAMA Daisuke
2014-12-22livepatch: kernel: add TAINT_LIVEPATCHSeth Jennings
2014-12-10kernel: add panic_on_warnPrarit Bhargava
2014-11-13kernel/panic.c: update comments for print_taintedXie XiuQi
2014-08-08panic: add TAINT_SOFTLOCKUPJosh Hunt
2014-06-06kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic...Masami Hiramatsu
2014-04-07kernel/panic.c: display reason at end + pr_emergFabian Frederick
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-03-31Use 'E' instead of 'X' for unsigned module taint flag.Rusty Russell
2014-03-20Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECDave Jones
2014-03-13Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers
2014-02-13asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen
2013-11-26panic: Make panic_timeout configurableJason Baron
2013-11-13kernel/panic.c: reduce 1 byte usage for print tainted bufferChen Gang
2013-09-11panic: call panic handlers before kmsg_dumpKees Cook
2013-07-11Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-07-09panic: add cpu/pid to warn_slowpath_common in WARNING printk()sAlex Thorlton
2013-06-19tracing: Disable tracing on warningSteven Rostedt (Red Hat)
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2012-07-30panic: fix a possible deadlock in panic()Vikram Mulukutla
2012-05-18kdump: Execute kmsg_dump(KMSG_DUMP_PANIC) after smp_send_stop()Seiji Aguchi
2012-05-07panic: Make panic_on_oops configurableKyle McMartin
2012-04-12panic: fix stack dump print on direct call to panic()Jason Wessel