index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
panic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
panic: call console_verbose() in panic
Anton Blanchard
2010-05-27
1
-0
/
+1
*
panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I')
Ben Hutchings
2010-05-19
1
-0
/
+2
*
panic: Allow warnings to set different taint flags
Ben Hutchings
2010-05-19
1
-4
/
+20
*
panic: fix panic_timeout accuracy when running on a hypervisor
Anton Blanchard
2010-03-06
1
-16
/
+30
*
kmsg_dump: Dump on crash_kexec as well
KOSAKI Motohiro
2009-12-31
1
-1
/
+2
*
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2009-12-16
1
-0
/
+3
|
\
|
*
core: Add kernel message dumper to call on oopses and panics
Simon Kagstrom
2009-11-30
1
-0
/
+3
*
|
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-10-08
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
panic: Fix panic message visibility by calling bust_spinlocks(0) before dying
Aaro Koskinen
2009-10-05
1
-1
/
+2
*
|
trivial: Correct print_tainted routine name in comment
Robert P. J. Day
2009-09-21
1
-1
/
+1
|
/
*
trace: stop tracer in oops_enter()
Thomas Gleixner
2009-07-24
1
-0
/
+1
*
Fix caller information for warn_slowpath_null
Linus Torvalds
2009-05-16
1
-15
/
+20
*
Eliminate thousands of warnings with gcc 3.2 build
Andi Kleen
2009-05-06
1
-3
/
+10
*
locking: clarify kernel-taint warning message
Ingo Molnar
2009-04-23
1
-1
/
+1
*
lockdep: continue lock debugging despite some taints
Frederic Weisbecker
2009-04-12
1
-1
/
+3
*
lockdep: warn about lockdep disabling after kernel taint
Frederic Weisbecker
2009-04-12
1
-2
/
+8
*
panic: clean up kernel/panic.c
Ingo Molnar
2009-03-13
1
-52
/
+59
*
panic, smp: provide smp_send_stop() wrapper on UP too
Ingo Molnar
2009-03-13
1
-2
/
+0
*
panic: decrease oops_in_progress only after having done the panic
Ingo Molnar
2009-03-13
1
-1
/
+1
*
stackprotector: update make rules
Tejun Heo
2009-02-10
1
-4
/
+0
*
Merge branch 'core/percpu' into stackprotector
Ingo Molnar
2009-01-18
1
-0
/
+2
|
\
|
*
oops: increment the oops UUID every time we oops
Arjan van de Ven
2009-01-06
1
-0
/
+2
*
|
Merge branch 'linus' into stackprotector
Ingo Molnar
2008-12-31
1
-52
/
+65
|
\
\
|
|
/
|
*
Merge branch 'core/debug' into core/core
Ingo Molnar
2008-12-25
1
-20
/
+12
|
|
\
|
|
*
debug warnings: eliminate warn_on_slowpath()
Ingo Molnar
2008-11-28
1
-6
/
+0
|
|
*
debug warnings: print the DMI board info name in a WARN/WARN_ON
Arjan van de Ven
2008-11-28
1
-0
/
+6
|
|
*
debug warnings: consolidate warn_slowpath and warn_on_slowpath
Arjan van de Ven
2008-11-28
1
-20
/
+12
|
*
|
taint: add missing comment
Arjan van de Ven
2008-12-01
1
-0
/
+1
|
|
/
|
*
Make panic= and panic_on_oops into core_params
Rusty Russell
2008-10-22
1
-14
/
+3
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
Linus Torvalds
2008-10-17
1
-0
/
+2
|
|
\
|
|
*
Staging: add TAINT_CRAP for all drivers/staging code
Greg Kroah-Hartman
2008-10-10
1
-2
/
+4
|
*
|
taint: fix kernel-doc
Randy Dunlap
2008-10-16
1
-15
/
+15
|
*
|
Make the taint flags reliable
Andi Kleen
2008-10-16
1
-17
/
+46
|
|
/
*
|
Merge branch 'linus' into stackprotector
Ingo Molnar
2008-10-15
1
-0
/
+22
|
\
\
|
|
/
|
*
Add a WARN() macro; this is WARN_ON() + printk arguments
Arjan van de Ven
2008-07-25
1
-0
/
+22
*
|
stackprotector: remove self-test
Ingo Molnar
2008-07-13
1
-47
/
+0
*
|
x86: simplify stackprotector self-check
Arjan van de Ven
2008-07-13
1
-22
/
+7
*
|
stackprotector: better self-test
Arjan van de Ven
2008-07-11
1
-8
/
+5
*
|
stackprotector: turn not having the right gcc into a #warning
Arjan van de Ven
2008-05-26
1
-0
/
+3
*
|
panic.c: fix whitespace additions
Daniel Walker
2008-05-26
1
-2
/
+2
*
|
x86: add CONFIG_CC_STACKPROTECTOR self-test
Arjan van de Ven
2008-05-26
1
-0
/
+68
*
|
panic: print out stacktrace if DEBUG_BUGVERBOSE
Ingo Molnar
2008-05-26
1
-0
/
+3
*
|
panic: print more informative messages on stackprotect failure
Ingo Molnar
2008-05-26
1
-1
/
+2
|
/
*
Taint kernel after WARN_ON(condition)
Nur Hussein
2008-04-29
1
-2
/
+6
*
ACPI: Taint kernel on ACPI table override (format corrected)
Éric Piel
2008-02-06
1
-2
/
+3
*
debug: add the end-of-trace marker and the module list to
Arjan van de Ven
2008-01-30
1
-4
/
+12
*
debug: move WARN_ON() out of line
Arjan van de Ven
2008-01-30
1
-0
/
+15
*
debug: add end-of-oops marker
Arjan van de Ven
2007-12-20
1
-0
/
+18
*
trivial comment wording/typo fix regarding taint flags
Daniel Roesen
2007-10-20
1
-1
/
+1
*
whitespace fixes: panic handling
Daniel Walker
2007-10-18
1
-5
/
+5
[next]