aboutsummaryrefslogtreecommitdiffstats
path: root/lib/nmi_backtrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek1-3/+0
2017-11-17lib/nmi_backtrace.c: fix kernel text address leakLiu, Changcheng1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-19printk: Use the main logbuf in NMI when logbuf_lock is availablePetr Mladek1-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky1-1/+1
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-5/+11
2016-10-07nmi_backtrace: do a local dump_stack() instead of a self-NMIChris Metcalf1-0/+9
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf1-8/+9
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek1-84/+5
2015-10-03ARM: 8439/1: Fix backtrace generation when IPI is maskedDaniel Thompson1-1/+10
2015-07-17nmi: create generic NMI backtrace implementationRussell King1-0/+162