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