summaryrefslogtreecommitdiff
path: root/kernel/debug/kdb/kdb_bt.c
Commit message (Expand)AuthorAgeFilesLines
* kdb: Adopt scheduler's task classificationDaniel Thompson2021-11-031-8/+8
* kdb: Use newer api for tasklist scanningDavidlohr Bueso2020-09-081-2/+2
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-1/+1
* kdb: don't play with console_loglevelDmitry Safonov2020-06-091-7/+8
* kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson2020-01-311-7/+1
* kdb: Remove special case logic from kdb_read()Daniel Thompson2019-10-281-8/+14
* kdb: Fix stack crawling on 'running' CPUs that aren't the masterDouglas Anderson2019-10-101-12/+7
* kdb: Fix "btc <cpu>" crash if the CPU didn't round upDouglas Anderson2019-10-101-27/+34
* kdb: Remove unused "argcount" param from kdb_bt1(); make btaprompt boolDouglas Anderson2019-10-101-8/+6
* kdb: Don't back trace on a cpu that didn't round upDouglas Anderson2018-12-301-1/+10
* kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy2018-11-131-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-041-1/+1
* kdb: Fix dmesg/bta scroll to quit with 'q'Jason Wessel2012-10-121-0/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* kdb: cleanup unused variables missed in the original kdb mergeJason Wessel2011-08-011-3/+2
* printk,kdb: capture printk() when in kdb shellJason Wessel2010-05-201-0/+2
* kdb: core for kgdb back end (1 of 2)Jason Wessel2010-05-201-0/+208