aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/panic.c
Commit message (Expand)AuthorAge
* 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
| * | taint: add missing commentArjan van de Ven2008-12-01
| |/
| * Make panic= and panic_on_oops into core_paramsRusty Russell2008-10-21
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2008-10-17
| |\
| | * Staging: add TAINT_CRAP for all drivers/staging codeGreg Kroah-Hartman2008-10-10
| * | taint: fix kernel-docRandy Dunlap2008-10-16
| * | Make the taint flags reliableAndi Kleen2008-10-16
| |/
* | Merge branch 'linus' into stackprotectorIngo Molnar2008-10-15
|\|
| * Add a WARN() macro; this is WARN_ON() + printk argumentsArjan van de Ven2008-07-25
* | stackprotector: remove self-testIngo Molnar2008-07-13
* | x86: simplify stackprotector self-checkArjan van de Ven2008-07-13
* | stackprotector: better self-testArjan van de Ven2008-07-11
* | stackprotector: turn not having the right gcc into a #warningArjan van de Ven2008-05-26
* | panic.c: fix whitespace additionsDaniel Walker2008-05-26
* | x86: add CONFIG_CC_STACKPROTECTOR self-testArjan van de Ven2008-05-26
* | panic: print out stacktrace if DEBUG_BUGVERBOSEIngo Molnar2008-05-26
* | panic: print more informative messages on stackprotect failureIngo Molnar2008-05-26
|/
* Taint kernel after WARN_ON(condition)Nur Hussein2008-04-29
* ACPI: Taint kernel on ACPI table override (format corrected)Éric Piel2008-02-06
* debug: add the end-of-trace marker and the module list toArjan van de Ven2008-01-30
* debug: move WARN_ON() out of lineArjan van de Ven2008-01-30
* debug: add end-of-oops markerArjan van de Ven2007-12-20