summaryrefslogtreecommitdiff
path: root/kernel/panic.c
AgeCommit message (Expand)Author
2011-03-22move x86 specific oops=panic to generic codeOlaf Hering
2011-01-12ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying
2010-08-11lib/bug.c: add oops end marker to WARN implementationAnton Blanchard
2010-08-11panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi
2010-05-27panic: call console_verbose() in panicAnton Blanchard
2010-05-19panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I')Ben Hutchings
2010-05-19panic: Allow warnings to set different taint flagsBen Hutchings
2010-03-06panic: fix panic_timeout accuracy when running on a hypervisorAnton Blanchard
2009-12-31kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2009-11-30core: Add kernel message dumper to call on oopses and panicsSimon Kagstrom
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-10-05panic: Fix panic message visibility by calling bust_spinlocks(0) before dyingAaro Koskinen
2009-09-21trivial: Correct print_tainted routine name in commentRobert P. J. Day
2009-07-24trace: stop tracer in oops_enter()Thomas Gleixner
2009-05-16Fix caller information for warn_slowpath_nullLinus Torvalds
2009-05-06Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen
2009-04-23locking: clarify kernel-taint warning messageIngo Molnar
2009-04-12lockdep: continue lock debugging despite some taintsFrederic Weisbecker
2009-04-12lockdep: warn about lockdep disabling after kernel taintFrederic Weisbecker
2009-03-13panic: clean up kernel/panic.cIngo Molnar
2009-03-13panic, smp: provide smp_send_stop() wrapper on UP tooIngo Molnar
2009-03-13panic: decrease oops_in_progress only after having done the panicIngo Molnar
2009-02-10stackprotector: update make rulesTejun Heo
2009-01-18Merge branch 'core/percpu' into stackprotectorIngo Molnar
2009-01-06oops: increment the oops UUID every time we oopsArjan van de Ven
2008-12-31Merge branch 'linus' into stackprotectorIngo Molnar
2008-12-25Merge branch 'core/debug' into core/coreIngo Molnar
2008-12-01taint: add missing commentArjan van de Ven
2008-11-28debug warnings: eliminate warn_on_slowpath()Ingo Molnar
2008-11-28debug warnings: print the DMI board info name in a WARN/WARN_ONArjan van de Ven
2008-11-28debug warnings: consolidate warn_slowpath and warn_on_slowpathArjan van de Ven
2008-10-22Make panic= and panic_on_oops into core_paramsRusty Russell
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds
2008-10-16taint: fix kernel-docRandy Dunlap
2008-10-16Make the taint flags reliableAndi Kleen
2008-10-15Merge branch 'linus' into stackprotectorIngo Molnar
2008-10-10Staging: add TAINT_CRAP for all drivers/staging codeGreg Kroah-Hartman
2008-07-25Add a WARN() macro; this is WARN_ON() + printk argumentsArjan van de Ven
2008-07-13stackprotector: remove self-testIngo Molnar
2008-07-13x86: simplify stackprotector self-checkArjan van de Ven
2008-07-11stackprotector: better self-testArjan van de Ven
2008-05-26stackprotector: turn not having the right gcc into a #warningArjan van de Ven
2008-05-26panic.c: fix whitespace additionsDaniel Walker
2008-05-26x86: add CONFIG_CC_STACKPROTECTOR self-testArjan van de Ven
2008-05-26panic: print out stacktrace if DEBUG_BUGVERBOSEIngo Molnar
2008-05-26panic: print more informative messages on stackprotect failureIngo Molnar
2008-04-29Taint kernel after WARN_ON(condition)Nur Hussein
2008-02-06ACPI: Taint kernel on ACPI table override (format corrected)Éric Piel
2008-01-30debug: add the end-of-trace marker and the module list toArjan van de Ven