aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_bt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-03kdb: Adopt scheduler's task classificationDaniel Thompson1-8/+8
2020-09-08kdb: Use newer api for tasklist scanningDavidlohr Bueso1-2/+2
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-1/+1
2020-06-09kdb: don't play with console_loglevelDmitry Safonov1-7/+8
2020-01-31kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson1-7/+1
2019-10-28kdb: Remove special case logic from kdb_read()Daniel Thompson1-8/+14
2019-10-10kdb: Fix stack crawling on 'running' CPUs that aren't the masterDouglas Anderson1-12/+7
2019-10-10kdb: Fix "btc <cpu>" crash if the CPU didn't round upDouglas Anderson1-27/+34
2019-10-10kdb: Remove unused "argcount" param from kdb_bt1(); make btaprompt boolDouglas Anderson1-8/+6
2018-12-30kdb: Don't back trace on a cpu that didn't round upDouglas Anderson1-1/+10
2018-11-13kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov1-1/+1
2012-10-12kdb: Fix dmesg/bta scroll to quit with 'q'Jason Wessel1-0/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-08-01kdb: cleanup unused variables missed in the original kdb mergeJason Wessel1-3/+2
2010-05-20printk,kdb: capture printk() when in kdb shellJason Wessel1-0/+2
2010-05-20kdb: core for kgdb back end (1 of 2)Jason Wessel1-0/+208