aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/panic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-13panic: clean up kernel/panic.cIngo Molnar1-52/+59
2009-03-13panic, smp: provide smp_send_stop() wrapper on UP tooIngo Molnar1-2/+0
2009-03-13panic: decrease oops_in_progress only after having done the panicIngo Molnar1-1/+1
2009-02-10stackprotector: update make rulesTejun Heo1-4/+0
2009-01-18Merge branch 'core/percpu' into stackprotectorIngo Molnar1-0/+2
2009-01-06oops: increment the oops UUID every time we oopsArjan van de Ven1-0/+2
2008-12-31Merge branch 'linus' into stackprotectorIngo Molnar1-52/+65
2008-12-25Merge branch 'core/debug' into core/coreIngo Molnar1-20/+12
2008-12-01taint: add missing commentArjan van de Ven1-0/+1
2008-11-28debug warnings: eliminate warn_on_slowpath()Ingo Molnar1-6/+0
2008-11-28debug warnings: print the DMI board info name in a WARN/WARN_ONArjan van de Ven1-0/+6
2008-11-28debug warnings: consolidate warn_slowpath and warn_on_slowpathArjan van de Ven1-20/+12
2008-10-22Make panic= and panic_on_oops into core_paramsRusty Russell1-14/+3
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-0/+2
2008-10-16taint: fix kernel-docRandy Dunlap1-15/+15
2008-10-16Make the taint flags reliableAndi Kleen1-17/+46
2008-10-15Merge branch 'linus' into stackprotectorIngo Molnar1-0/+22
2008-10-10Staging: add TAINT_CRAP for all drivers/staging codeGreg Kroah-Hartman1-2/+4
2008-07-25Add a WARN() macro; this is WARN_ON() + printk argumentsArjan van de Ven1-0/+22
2008-07-13stackprotector: remove self-testIngo Molnar1-47/+0
2008-07-13x86: simplify stackprotector self-checkArjan van de Ven1-22/+7
2008-07-11stackprotector: better self-testArjan van de Ven1-8/+5
2008-05-26stackprotector: turn not having the right gcc into a #warningArjan van de Ven1-0/+3
2008-05-26panic.c: fix whitespace additionsDaniel Walker1-2/+2
2008-05-26x86: add CONFIG_CC_STACKPROTECTOR self-testArjan van de Ven1-0/+68
2008-05-26panic: print out stacktrace if DEBUG_BUGVERBOSEIngo Molnar1-0/+3
2008-05-26panic: print more informative messages on stackprotect failureIngo Molnar1-1/+2
2008-04-29Taint kernel after WARN_ON(condition)Nur Hussein1-2/+6
2008-02-06ACPI: Taint kernel on ACPI table override (format corrected)Éric Piel1-2/+3
2008-01-30debug: add the end-of-trace marker and the module list toArjan van de Ven1-4/+12
2008-01-30debug: move WARN_ON() out of lineArjan van de Ven1-0/+15
2007-12-20debug: add end-of-oops markerArjan van de Ven1-0/+18
2007-10-20trivial comment wording/typo fix regarding taint flagsDaniel Roesen1-1/+1
2007-10-18whitespace fixes: panic handlingDaniel Walker1-5/+5
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-2/+3
2007-02-11[PATCH] Add TAINT_USER and ability to set taint flags from userspaceTheodore Ts'o1-2/+4
2006-09-30[PATCH] x86: Clean up x86 NMI sysctlsAndi Kleen1-1/+0
2006-09-26[PATCH] Add the __stack_chk_fail() functionArjan van de Ven1-0/+12
2006-09-26[PATCH] x86: Allow users to force a panic on NMIDon Zickus1-0/+1
2006-09-06[PATCH] lockdep: do not touch console state when tainting the kernelIngo Molnar1-1/+1
2006-08-14[PATCH] panic.c build fixAndrew Morton1-0/+1
2006-07-10[PATCH] lockdep: disable lock debugging when kernel state becomes untrustedArjan van de Ven1-0/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-11[PATCH] the scheduled unexport of panic_timeoutAdrian Bunk1-1/+0
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-2/+2
2006-03-23[PATCH] pause_on_oops command line optionAndrew Morton1-1/+96
2006-02-10[PATCH] prevent recursive panic from softlockup watchdogJan Beulich1-0/+1
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky1-2/+2
2005-07-26[PATCH] Call emergency_reboot from panicEric W. Biederman1-5/+4
2005-06-25[PATCH] kdump: Use real pt_regs from exceptionAlexander Nyberg1-1/+1