Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
refs/heads/sos-3.9
/
kernel
/
panic.c
234d2c7
Merge android-4.9.197(e9766ef) into msm-4.9
by jianzhou
· 5 years ago
e9766ef
Merge 4.9.197 into android-4.9-q
by Greg Kroah-Hartman
· 5 years ago
9489b43
panic: ensure preemption is disabled during panic()
by Will Deacon
· 5 years ago
19d550f
Merge android-4.9.166 (0166b9e) into msm-4.9
by jianzhou
· 6 years ago
96dc04d
UPSTREAM: bug: use %pB in BUG and stack protector failure
by Kees Cook
· 7 years ago
b62aeea
Merge android-4.9.149 (ed0b11d) into msm-4.9
by jianzhou
· 6 years ago
6c976b4
panic: avoid deadlocks in re-entrant console drivers
by Sergey Senozhatsky
· 6 years ago
be48b07
soc: qcom: Register default dump entries to minidump table
by Lingutla Chandrasekhar
· 7 years ago
d16ae5d
coresight: abort coresight tracing on kernel crash
by Rama Aparna Mallavarapu
· 8 years ago
c5c8743
kernel/panic.c: add missing \n
by Jiri Slaby
· 8 years ago
0ee5941
x86/panic: replace smp_send_stop() with kdump friendly version in panic path
by Hidehiro Kawai
· 8 years ago
b26e27d
kexec: use core_param for crash_kexec_post_notifiers boot option
by Hidehiro Kawai
· 8 years ago
cf9b110
printk/nmi: flush NMI messages on the system panic
by Petr Mladek
· 9 years ago
ebc41f2
panic: change nmi_panic from macro to function
by Hidehiro Kawai
· 9 years ago
2553b67
lib/bug.c: use common WARN helper
by Josh Poimboeuf
· 9 years ago
8d91f8b
printk: do cond_resched() between lines while outputting to consoles
by Tejun Heo
· 9 years ago
7bbee5c
kexec: Fix race between panic() and crash_kexec()
by Hidehiro Kawai
· 9 years ago
58c5661
panic, x86: Allow CPUs to save registers even if looping in NMI context
by Hidehiro Kawai
· 9 years ago
1717f20
panic, x86: Fix re-entrance problem due to panic on NMI
by Hidehiro Kawai
· 9 years ago
7625b3a
kernel/panic.c: turn off locks debug before releasing console lock
by Vitaly Kuznetsov
· 9 years ago
08d7865
panic: release stale console lock to always get the logbuf printed out
by Vitaly Kuznetsov
· 9 years ago
5375b70
kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path
by HATAYAMA Daisuke
· 9 years ago
f45d85f
kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers is enabled
by HATAYAMA Daisuke
· 9 years ago
c5f4546
livepatch: kernel: add TAINT_LIVEPATCH
by Seth Jennings
· 10 years ago
9e3961a
kernel: add panic_on_warn
by Prarit Bhargava
· 10 years ago
bc53a3f
kernel/panic.c: update comments for print_tainted
by Xie XiuQi
· 10 years ago
69361ee
panic: add TAINT_SOFTLOCKUP
by Josh Hunt
· 10 years ago
f06e515
kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic_notifers
by Masami Hiramatsu
· 11 years ago
d7c0847
kernel/panic.c: display reason at end + pr_emerg
by Fabian Frederick
· 11 years ago
6f4c98e
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
176ab02
Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
57673c2
Use 'E' instead of 'X' for unsigned module taint flag.
by Rusty Russell
· 11 years ago
8c90487
Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC
by Dave Jones
· 11 years ago
66cc69e
Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE
by Mathieu Desnoyers
· 11 years ago
a7330c9
asmlinkage Make __stack_chk_failed and memcmp visible
by Andi Kleen
· 11 years ago
5800dc3
panic: Make panic_timeout configurable
by Jason Baron
· 11 years ago
0128476
kernel/panic.c: reduce 1 byte usage for print tainted buffer
by Chen Gang
· 11 years ago
6723734
panic: call panic handlers before kmsg_dump
by Kees Cook
· 11 years ago
c72bb31
Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 11 years ago
dcb6b45
panic: add cpu/pid to warn_slowpath_common in WARNING printk()s
by Alex Thorlton
· 11 years ago
de7edd3
tracing: Disable tracing on warning
by Steven Rostedt (Red Hat)
· 12 years ago
98e5e1b
dump_stack: implement arch-specific hardware description in task dumps
by Tejun Heo
· 12 years ago
373d4d0
taint: add explicit flag to show whether lock dep is still OK.
by Rusty Russell
· 12 years ago
190320c
panic: fix a possible deadlock in panic()
by Vikram Mulukutla
· 12 years ago
62be73e
kdump: Execute kmsg_dump(KMSG_DUMP_PANIC) after smp_send_stop()
by Seiji Aguchi
· 13 years ago
2a01bb3
panic: Make panic_on_oops configurable
by Kyle McMartin
· 13 years ago
026ee1f
panic: fix stack dump print on direct call to panic()
by Jason Wessel
· 13 years ago
6e6f0a1
panic: don't print redundant backtraces on oops
by Andi Kleen
· 13 years ago
93e13a3
kdump: fix crash_kexec()/smp_send_stop() race in panic()
by Michael Holzheu
· 13 years ago
9402c95
treewide: remove useless NORET_TYPE macro and uses
by Joe Perches
· 13 years ago
9ec84ac
lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debugging
by Ben Hutchings
· 13 years ago
df754e6
lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdep
by Peter Zijlstra
· 13 years ago
2449b8b
module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree
by Ben Hutchings
· 13 years ago
4302fbc
panic: panic=-1 for immediate reboot
by Hugh Dickins
· 13 years ago
d404ab0
move x86 specific oops=panic to generic code
by Olaf Hering
· 14 years ago
81e88fd
ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support
by Huang Ying
· 14 years ago
863a604
lib/bug.c: add oops end marker to WARN implementation
by Anton Blanchard
· 14 years ago
c7ff0d9
panic: keep blinking in spite of long spin timer mode
by TAMUKI Shoichi
· 14 years ago
5b530fc
panic: call console_verbose() in panic
by Anton Blanchard
· 15 years ago
92946bc
panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I')
by Ben Hutchings
· 15 years ago
b2be052
panic: Allow warnings to set different taint flags
by Ben Hutchings
· 15 years ago
8aeee85
panic: fix panic_timeout accuracy when running on a hypervisor
by Anton Blanchard
· 15 years ago
0f4bd46
kmsg_dump: Dump on crash_kexec as well
by KOSAKI Motohiro
· 15 years ago
60d9aa7
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 15 years ago
456b565
core: Add kernel message dumper to call on oopses and panics
by Simon Kagstrom
· 15 years ago
f579bbc
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
d014e88
panic: Fix panic message visibility by calling bust_spinlocks(0) before dying
by Aaro Koskinen
· 15 years ago
fe002a4
trivial: Correct print_tainted routine name in comment
by Robert P. J. Day
· 16 years ago
bdff787
trace: stop tracer in oops_enter()
by Thomas Gleixner
· 15 years ago
0f6f49a
Fix caller information for warn_slowpath_null
by Linus Torvalds
· 16 years ago
57adc4d
Eliminate thousands of warnings with gcc 3.2 build
by Andi Kleen
· 16 years ago
b48ccb0
locking: clarify kernel-taint warning message
by Ingo Molnar
· 16 years ago
574bbe7
lockdep: continue lock debugging despite some taints
by Frederic Weisbecker
· 16 years ago
9eeba61
lockdep: warn about lockdep disabling after kernel taint
by Frederic Weisbecker
· 16 years ago
c95dbf2
panic: clean up kernel/panic.c
by Ingo Molnar
· 16 years ago
d1dedb5
panic, smp: provide smp_send_stop() wrapper on UP too
by Ingo Molnar
· 16 years ago
ffd71da
panic: decrease oops_in_progress only after having done the panic
by Ingo Molnar
· 16 years ago
5d707e9
stackprotector: update make rules
by Tejun Heo
· 16 years ago
b2b062b
Merge branch 'core/percpu' into stackprotector
by Ingo Molnar
· 16 years ago
d6624f9
oops: increment the oops UUID every time we oops
by Arjan van de Ven
· 16 years ago
a9de18e
Merge branch 'linus' into stackprotector
by Ingo Molnar
· 16 years ago
b594deb
Merge branch 'core/debug' into core/core
by Ingo Molnar
· 16 years ago
a800599
taint: add missing comment
by Arjan van de Ven
· 16 years ago
ec5679e
debug warnings: eliminate warn_on_slowpath()
by Ingo Molnar
· 16 years ago
bd89bb2
debug warnings: print the DMI board info name in a WARN/WARN_ON
by Arjan van de Ven
· 16 years ago
74853db
debug warnings: consolidate warn_slowpath and warn_on_slowpath
by Arjan van de Ven
· 16 years ago
f44dd16
Make panic= and panic_on_oops into core_params
by Rusty Russell
· 16 years ago
26e9a39
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
by Linus Torvalds
· 16 years ago
6d5cd6e
taint: fix kernel-doc
by Randy Dunlap
· 16 years ago
25ddbb1
Make the taint flags reliable
by Andi Kleen
· 16 years ago
b2aaf8f
Merge branch 'linus' into stackprotector
by Ingo Molnar
· 16 years ago
061b1bd
Staging: add TAINT_CRAP for all drivers/staging code
by Greg Kroah-Hartman
· 16 years ago
a8f18b9
Add a WARN() macro; this is WARN_ON() + printk arguments
by Arjan van de Ven
· 16 years ago
4f962d4
stackprotector: remove self-test
by Ingo Molnar
· 16 years ago
af9ff78
x86: simplify stackprotector self-check
by Arjan van de Ven
· 16 years ago
aa92db1
stackprotector: better self-test
by Arjan van de Ven
· 16 years ago
b40a439
stackprotector: turn not having the right gcc into a #warning
by Arjan van de Ven
· 17 years ago
b719ac5
panic.c: fix whitespace additions
by Daniel Walker
· 17 years ago
54371a4
x86: add CONFIG_CC_STACKPROTECTOR self-test
by Arjan van de Ven
· 17 years ago
5cb2730
panic: print out stacktrace if DEBUG_BUGVERBOSE
by Ingo Molnar
· 17 years ago
Next »