aboutsummaryrefslogtreecommitdiff
path: root/kernel/panic.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-11lib/bug.c: add oops end marker to WARN implementationGravatar Anton Blanchard 1-1/+1
2010-08-11panic: keep blinking in spite of long spin timer modeGravatar TAMUKI Shoichi 1-32/+26
2010-05-27panic: call console_verbose() in panicGravatar Anton Blanchard 1-0/+1
2010-05-19panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I')Gravatar Ben Hutchings 1-0/+2
2010-05-19panic: Allow warnings to set different taint flagsGravatar Ben Hutchings 1-4/+20
2010-03-06panic: fix panic_timeout accuracy when running on a hypervisorGravatar Anton Blanchard 1-16/+30
2009-12-31kmsg_dump: Dump on crash_kexec as wellGravatar KOSAKI Motohiro 1-1/+2
2009-12-16Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 1-0/+3
2009-11-30core: Add kernel message dumper to call on oopses and panicsGravatar Simon Kagstrom 1-0/+3
2009-10-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+2
2009-10-05panic: Fix panic message visibility by calling bust_spinlocks(0) before dyingGravatar Aaro Koskinen 1-1/+2
2009-09-21trivial: Correct print_tainted routine name in commentGravatar Robert P. J. Day 1-1/+1
2009-07-24trace: stop tracer in oops_enter()Gravatar Thomas Gleixner 1-0/+1
2009-05-16Fix caller information for warn_slowpath_nullGravatar Linus Torvalds 1-15/+20
2009-05-06Eliminate thousands of warnings with gcc 3.2 buildGravatar Andi Kleen 1-3/+10
2009-04-23locking: clarify kernel-taint warning messageGravatar Ingo Molnar 1-1/+1
2009-04-12lockdep: continue lock debugging despite some taintsGravatar Frederic Weisbecker 1-1/+3
2009-04-12lockdep: warn about lockdep disabling after kernel taintGravatar Frederic Weisbecker 1-2/+8
2009-03-13panic: clean up kernel/panic.cGravatar Ingo Molnar 1-52/+59
2009-03-13panic, smp: provide smp_send_stop() wrapper on UP tooGravatar Ingo Molnar 1-2/+0
2009-03-13panic: decrease oops_in_progress only after having done the panicGravatar Ingo Molnar 1-1/+1
2009-02-10stackprotector: update make rulesGravatar Tejun Heo 1-4/+0
2009-01-18Merge branch 'core/percpu' into stackprotectorGravatar Ingo Molnar 1-0/+2
2009-01-06oops: increment the oops UUID every time we oopsGravatar Arjan van de Ven 1-0/+2
2008-12-31Merge branch 'linus' into stackprotectorGravatar Ingo Molnar 1-52/+65
2008-12-25Merge branch 'core/debug' into core/coreGravatar Ingo Molnar 1-20/+12
2008-12-01taint: add missing commentGravatar Arjan van de Ven 1-0/+1
2008-11-28debug warnings: eliminate warn_on_slowpath()Gravatar Ingo Molnar 1-6/+0
2008-11-28debug warnings: print the DMI board info name in a WARN/WARN_ONGravatar Arjan van de Ven 1-0/+6
2008-11-28debug warnings: consolidate warn_slowpath and warn_on_slowpathGravatar Arjan van de Ven 1-20/+12
2008-10-22Make panic= and panic_on_oops into core_paramsGravatar Rusty Russell 1-14/+3
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Gravatar Linus Torvalds 1-0/+2
2008-10-16taint: fix kernel-docGravatar Randy Dunlap 1-15/+15
2008-10-16Make the taint flags reliableGravatar Andi Kleen 1-17/+46
2008-10-15Merge branch 'linus' into stackprotectorGravatar Ingo Molnar 1-0/+22
2008-10-10Staging: add TAINT_CRAP for all drivers/staging codeGravatar Greg Kroah-Hartman 1-2/+4
2008-07-25Add a WARN() macro; this is WARN_ON() + printk argumentsGravatar Arjan van de Ven 1-0/+22
2008-07-13stackprotector: remove self-testGravatar Ingo Molnar 1-47/+0
2008-07-13x86: simplify stackprotector self-checkGravatar Arjan van de Ven 1-22/+7
2008-07-11stackprotector: better self-testGravatar Arjan van de Ven 1-8/+5
2008-05-26stackprotector: turn not having the right gcc into a #warningGravatar Arjan van de Ven 1-0/+3
2008-05-26panic.c: fix whitespace additionsGravatar Daniel Walker 1-2/+2
2008-05-26x86: add CONFIG_CC_STACKPROTECTOR self-testGravatar Arjan van de Ven 1-0/+68
2008-05-26panic: print out stacktrace if DEBUG_BUGVERBOSEGravatar Ingo Molnar 1-0/+3
2008-05-26panic: print more informative messages on stackprotect failureGravatar Ingo Molnar 1-1/+2
2008-04-29Taint kernel after WARN_ON(condition)Gravatar Nur Hussein 1-2/+6
2008-02-06ACPI: Taint kernel on ACPI table override (format corrected)Gravatar Éric Piel 1-2/+3
2008-01-30debug: add the end-of-trace marker and the module list toGravatar Arjan van de Ven 1-4/+12
2008-01-30debug: move WARN_ON() out of lineGravatar Arjan van de Ven 1-0/+15
2007-12-20debug: add end-of-oops markerGravatar Arjan van de Ven 1-0/+18