index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
debug
/
kdb
/
kdb_bt.c
Age
Commit message (
Expand
)
Author
2020-01-31
kdb: Gid rid of implicit setting of the current task / regs
Douglas Anderson
2019-10-28
kdb: Remove special case logic from kdb_read()
Daniel Thompson
2019-10-10
kdb: Fix stack crawling on 'running' CPUs that aren't the master
Douglas Anderson
2019-10-10
kdb: Fix "btc <cpu>" crash if the CPU didn't round up
Douglas Anderson
2019-10-10
kdb: Remove unused "argcount" param from kdb_bt1(); make btaprompt bool
Douglas Anderson
2018-12-30
kdb: Don't back trace on a cpu that didn't round up
Douglas Anderson
2018-11-13
kdb: use correct pointer when 'btc' calls 'btt'
Christophe Leroy
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2014-06-04
kernel/printk: use symbolic defines for console loglevels
Borislav Petkov
2012-10-12
kdb: Fix dmesg/bta scroll to quit with 'q'
Jason Wessel
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
2011-08-01
kdb: cleanup unused variables missed in the original kdb merge
Jason Wessel
2010-05-20
printk,kdb: capture printk() when in kdb shell
Jason Wessel
2010-05-20
kdb: core for kgdb back end (1 of 2)
Jason Wessel