aboutsummaryrefslogtreecommitdiff
path: root/lib/dump_stack.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07dump_stack: Do not get cpu_sync for panic CPUGravatar John Ogness 1-3/+13
2022-04-22printk: rename cpulock functionsGravatar John Ogness 1-2/+2
2021-09-08lib/dump_stack: correct kernel-doc notationGravatar Randy Dunlap 1-1/+2
2021-07-08dump_stack: add vmlinux build ID to stack tracesGravatar Stephen Boyd 1-2/+11
2021-06-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+11
2021-06-29printk: introduce dump_stack_lvl()Gravatar Alexander Potapenko 1-7/+13
2021-06-22lib/dump_stack: move cpu lock to printk.cGravatar John Ogness 1-36/+2
2020-11-10stop_machine: Add function and caller debug infoGravatar Peter Zijlstra 1-0/+2
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 1-1/+1
2020-06-09kernel: use show_stack_loglvl()Gravatar Dmitry Safonov 1-1/+1
2019-11-06dump_stack: avoid the livelock of the dump_lockGravatar Kevin Hao 1-1/+6
2018-03-15printk: move dump stack related code to lib/dump_stack.cGravatar Dave Young 1-0/+60
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-02-05dump_stack: avoid potential deadlocksGravatar Eric Dumazet 1-3/+4
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Gravatar Andi Kleen 1-2/+2
2013-08-06x86, asmlinkage: Make dump_stack visibleGravatar Andi Kleen 1-2/+2
2013-07-03dump_stack: serialize the output from dump_stack()Gravatar Alex Thorlton 1-2/+45
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsGravatar Tejun Heo 1-3/+8
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+15