summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-03-29UPSTREAM: bug: use %pB in BUG and stack protector failureKees Cook2-2/+2
2018-12-29panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky1-1/+5
2018-06-03ramdump: add ramdump support for kernel [4/6]tao zeng13-6/+446
2017-07-05kernel/panic.c: add missing \nJiri Slaby1-1/+1
2016-10-11x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai5-10/+66
2016-08-02kexec: use core_param for crash_kexec_post_notifiers boot optionHidehiro Kawai1-9/+4
2016-05-21printk/nmi: flush NMI messages on the system panicPetr Mladek6-3/+49
2016-03-22panic: change nmi_panic from macro to functionHidehiro Kawai2-20/+21
2016-03-17lib/bug.c: use common WARN helperJosh Poimboeuf3-39/+34
2016-01-16printk: do cond_resched() between lines while outputting to consolesTejun Heo3-3/+36
2015-12-19kexec: Fix race between panic() and crash_kexec()Hidehiro Kawai3-3/+37
2015-12-19panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai5-8/+45
2015-12-19panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai4-8/+46
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 Daisuke3-1/+15
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 Jennings4-0/+6
2014-12-11kernel: add panic_on_warnPrarit Bhargava8-14/+61
2014-11-14kernel/panic.c: update comments for print_taintedXie XiuQi1-0/+1
2014-08-08panic: add TAINT_SOFTLOCKUPJosh Hunt5-0/+6
2014-06-06kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic...Masami Hiramatsu2-2/+29
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/kern...Linus Torvalds37-278/+331
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds27-37/+138
2014-03-31Use 'E' instead of 'X' for unsigned module taint flag.Rusty Russell5-6/+6
2014-03-20Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECDave Jones4-4/+4
2014-03-13Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers9-5/+20
2014-02-14asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen2-2/+2
2013-11-26panic: Make panic_timeout configurableJason Baron3-1/+19
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/roste...Linus Torvalds18-272/+694
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)5-0/+45
2013-05-01dump_stack: implement arch-specific hardware description in task dumpsTejun Heo7-6/+48
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell37-67/+69
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 McMartin2-1/+21
2012-04-12panic: 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 Perches15-22/+21
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-06module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings5-0/+17
2011-07-26panic: panic=-1 for immediate rebootHugh Dickins2-1/+5
2011-03-23move x86 specific oops=panic to generic codeOlaf Hering4-15/+15
[next]