aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/panic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-2/+10
|\
| * lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdepPeter Zijlstra2012-02-131-2/+10
* | samsung update 1codeworkx2012-06-021-1/+12
|/
* move x86 specific oops=panic to generic codeOlaf Hering2011-03-221-0/+10
* ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying2011-01-121-0/+1
* lib/bug.c: add oops end marker to WARN implementationAnton Blanchard2010-08-111-1/+1
* panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi2010-08-111-32/+26
* panic: call console_verbose() in panicAnton Blanchard2010-05-271-0/+1
* panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I')Ben Hutchings2010-05-191-0/+2
* panic: Allow warnings to set different taint flagsBen Hutchings2010-05-191-4/+20
* panic: fix panic_timeout accuracy when running on a hypervisorAnton Blanchard2010-03-061-16/+30
* kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro2009-12-311-1/+2
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-12-161-0/+3
|\
| * core: Add kernel message dumper to call on oopses and panicsSimon Kagstrom2009-11-301-0/+3
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-10-081-1/+2
|\ \ | |/ |/|
| * panic: Fix panic message visibility by calling bust_spinlocks(0) before dyingAaro Koskinen2009-10-051-1/+2
* | trivial: Correct print_tainted routine name in commentRobert P. J. Day2009-09-211-1/+1
|/
* trace: stop tracer in oops_enter()Thomas Gleixner2009-07-241-0/+1
* Fix caller information for warn_slowpath_nullLinus Torvalds2009-05-161-15/+20
* Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen2009-05-061-3/+10
* locking: clarify kernel-taint warning messageIngo Molnar2009-04-231-1/+1
* lockdep: continue lock debugging despite some taintsFrederic Weisbecker2009-04-121-1/+3
* lockdep: warn about lockdep disabling after kernel taintFrederic Weisbecker2009-04-121-2/+8
* panic: clean up kernel/panic.cIngo Molnar2009-03-131-52/+59
* panic, smp: provide smp_send_stop() wrapper on UP tooIngo Molnar2009-03-131-2/+0
* panic: decrease oops_in_progress only after having done the panicIngo Molnar2009-03-131-1/+1
* stackprotector: update make rulesTejun Heo2009-02-101-4/+0
* Merge branch 'core/percpu' into stackprotectorIngo Molnar2009-01-181-0/+2
|\
| * oops: increment the oops UUID every time we oopsArjan van de Ven2009-01-061-0/+2
* | Merge branch 'linus' into stackprotectorIngo Molnar2008-12-311-52/+65
|\ \ | |/
| * Merge branch 'core/debug' into core/coreIngo Molnar2008-12-251-20/+12
| |\
| | * debug warnings: eliminate warn_on_slowpath()Ingo Molnar2008-11-281-6/+0
| | * debug warnings: print the DMI board info name in a WARN/WARN_ONArjan van de Ven2008-11-281-0/+6
| | * debug warnings: consolidate warn_slowpath and warn_on_slowpathArjan van de Ven2008-11-281-20/+12
| * | taint: add missing commentArjan van de Ven2008-12-011-0/+1
| |/
| * Make panic= and panic_on_oops into core_paramsRusty Russell2008-10-221-14/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2008-10-171-0/+2
| |\
| | * Staging: add TAINT_CRAP for all drivers/staging codeGreg Kroah-Hartman2008-10-101-2/+4
| * | taint: fix kernel-docRandy Dunlap2008-10-161-15/+15
| * | Make the taint flags reliableAndi Kleen2008-10-161-17/+46
| |/
* | Merge branch 'linus' into stackprotectorIngo Molnar2008-10-151-0/+22
|\ \ | |/
| * Add a WARN() macro; this is WARN_ON() + printk argumentsArjan van de Ven2008-07-251-0/+22
* | stackprotector: remove self-testIngo Molnar2008-07-131-47/+0
* | x86: simplify stackprotector self-checkArjan van de Ven2008-07-131-22/+7
* | stackprotector: better self-testArjan van de Ven2008-07-111-8/+5
* | stackprotector: turn not having the right gcc into a #warningArjan van de Ven2008-05-261-0/+3
* | panic.c: fix whitespace additionsDaniel Walker2008-05-261-2/+2
* | x86: add CONFIG_CC_STACKPROTECTOR self-testArjan van de Ven2008-05-261-0/+68
* | panic: print out stacktrace if DEBUG_BUGVERBOSEIngo Molnar2008-05-261-0/+3
* | panic: print more informative messages on stackprotect failureIngo Molnar2008-05-261-1/+2
|/