aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/panic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-22livepatch: kernel: add TAINT_LIVEPATCHSeth Jennings1-0/+2
2014-12-10kernel: add panic_on_warnPrarit Bhargava1-0/+13
2014-11-13kernel/panic.c: update comments for print_taintedXie XiuQi1-0/+1
2014-08-08panic: add TAINT_SOFTLOCKUPJosh Hunt1-0/+1
2014-06-06kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic_notifersMasami Hiramatsu1-2/+21
2014-04-07kernel/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/kernel/git/rusty/linuxLinus Torvalds1-0/+2
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-03-31Use 'E' instead of 'X' for unsigned module taint flag.Rusty Russell1-2/+2
2014-03-20Rename 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-13asmlinkage 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-11panic: 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/rostedt/linux-traceLinus Torvalds1-0/+3
2013-07-09panic: add cpu/pid to warn_slowpath_common in WARNING printk()sAlex Thorlton1-2/+3
2013-06-19tracing: Disable tracing on warningSteven Rostedt (Red Hat)1-0/+3
2013-04-30dump_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-30panic: 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-12panic: fix stack dump print on direct call to panic()Jason Wessel1-1/+1
2012-01-12panic: don't print redundant backtraces on oopsAndi Kleen1-1/+5
2012-01-12kdump: fix crash_kexec()/smp_send_stop() race in panic()Michael Holzheu1-1/+17
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches1-1/+1
2011-12-07lockdep, 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-26panic: panic=-1 for immediate rebootHugh Dickins1-0/+2
2011-03-22move 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
2010-08-11panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi1-32/+26
2010-05-27panic: call console_verbose() in panicAnton Blanchard1-0/+1
2010-05-19panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I')Ben Hutchings1-0/+2
2010-05-19panic: Allow warnings to set different taint flagsBen Hutchings1-4/+20
2010-03-06panic: fix panic_timeout accuracy when running on a hypervisorAnton Blanchard1-16/+30
2009-12-31kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro1-1/+2
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-0/+3
2009-11-30core: Add kernel message dumper to call on oopses and panicsSimon Kagstrom1-0/+3
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2009-10-05panic: Fix panic message visibility by calling bust_spinlocks(0) before dyingAaro Koskinen1-1/+2
2009-09-21trivial: Correct print_tainted routine name in commentRobert P. J. Day1-1/+1
2009-07-24trace: stop tracer in oops_enter()Thomas Gleixner1-0/+1
2009-05-16Fix caller information for warn_slowpath_nullLinus Torvalds1-15/+20
2009-05-06Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen1-3/+10
2009-04-23locking: clarify kernel-taint warning messageIngo Molnar1-1/+1
2009-04-12lockdep: continue lock debugging despite some taintsFrederic Weisbecker1-1/+3