aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/panic.c
Commit message (Expand)AuthorAge
* panic: Make panic_timeout configurableJason Baron2013-11-26
* kernel/panic.c: reduce 1 byte usage for print tainted bufferChen Gang2013-11-12
* panic: call panic handlers before kmsg_dumpKees Cook2013-09-11
* Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-07-11
|\
| * tracing: Disable tracing on warningSteven Rostedt (Red Hat)2013-06-19
* | panic: add cpu/pid to warn_slowpath_common in WARNING printk()sAlex Thorlton2013-07-09
|/
* dump_stack: implement arch-specific hardware description in task dumpsTejun Heo2013-04-30
* taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-21
* panic: fix a possible deadlock in panic()Vikram Mulukutla2012-07-30
* kdump: Execute kmsg_dump(KMSG_DUMP_PANIC) after smp_send_stop()Seiji Aguchi2012-05-18
* panic: Make panic_on_oops configurableKyle McMartin2012-05-07
* panic: fix stack dump print on direct call to panic()Jason Wessel2012-04-12
* panic: don't print redundant backtraces on oopsAndi Kleen2012-01-12
* kdump: fix crash_kexec()/smp_send_stop() race in panic()Michael Holzheu2012-01-12
* treewide: remove useless NORET_TYPE macro and usesJoe Perches2012-01-12
* lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debuggingBen Hutchings2011-12-07
* lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdepPeter Zijlstra2011-12-06
* module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings2011-11-06
* panic: panic=-1 for immediate rebootHugh Dickins2011-07-26
* move x86 specific oops=panic to generic codeOlaf Hering2011-03-22
* ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying2011-01-12
* lib/bug.c: add oops end marker to WARN implementationAnton Blanchard2010-08-11
* panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi2010-08-11
* panic: call console_verbose() in panicAnton Blanchard2010-05-27
* panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I')Ben Hutchings2010-05-19
* panic: Allow warnings to set different taint flagsBen Hutchings2010-05-19
* panic: fix panic_timeout accuracy when running on a hypervisorAnton Blanchard2010-03-06
* kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro2009-12-31
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-12-16
|\
| * core: Add kernel message dumper to call on oopses and panicsSimon Kagstrom2009-11-30
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-10-08
|\ \ | |/ |/|
| * panic: Fix panic message visibility by calling bust_spinlocks(0) before dyingAaro Koskinen2009-10-05
* | trivial: Correct print_tainted routine name in commentRobert P. J. Day2009-09-21
|/
* trace: stop tracer in oops_enter()Thomas Gleixner2009-07-24
* Fix caller information for warn_slowpath_nullLinus Torvalds2009-05-16
* Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen2009-05-06
* locking: clarify kernel-taint warning messageIngo Molnar2009-04-23
* lockdep: continue lock debugging despite some taintsFrederic Weisbecker2009-04-12
* lockdep: warn about lockdep disabling after kernel taintFrederic Weisbecker2009-04-12
* panic: clean up kernel/panic.cIngo Molnar2009-03-13
* panic, smp: provide smp_send_stop() wrapper on UP tooIngo Molnar2009-03-13
* panic: decrease oops_in_progress only after having done the panicIngo Molnar2009-03-13
* stackprotector: update make rulesTejun Heo2009-02-09
* Merge branch 'core/percpu' into stackprotectorIngo Molnar2009-01-18
|\
| * oops: increment the oops UUID every time we oopsArjan van de Ven2009-01-06
* | Merge branch 'linus' into stackprotectorIngo Molnar2008-12-31
|\|
| * Merge branch 'core/debug' into core/coreIngo Molnar2008-12-25
| |\
| | * debug warnings: eliminate warn_on_slowpath()Ingo Molnar2008-11-28
| | * debug warnings: print the DMI board info name in a WARN/WARN_ONArjan van de Ven2008-11-28
| | * debug warnings: consolidate warn_slowpath and warn_on_slowpathArjan van de Ven2008-11-28