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
/
scripts
/
decode_stacktrace.sh
Age
Commit message (
Expand
)
Author
2020-08-07
scripts/decode_stacktrace.sh: guess path to vmlinux by release name
Konstantin Khlebnikov
2020-08-07
scripts/decode_stacktrace.sh: guess path to modules
Konstantin Khlebnikov
2020-08-07
scripts/decode_stacktrace.sh: guess basepath if not specified
Konstantin Khlebnikov
2020-08-07
scripts/decode_stacktrace.sh: skip missing symbols
Konstantin Khlebnikov
2020-07-24
scripts/decode_stacktrace: strip basepath from all paths
Pi-Hsun Shih
2020-06-15
scripts/decode_stacktrace: warn when modpath is needed but is unset
Sasha Levin
2019-07-12
scripts/decode_stacktrace: Accept dash/underscore in modules
Evan Green
2019-07-12
scripts/decode_stacktrace: look for modules with .ko.debug extension
Nicolas Boichat
2019-07-12
scripts/decode_stacktrace: match basepath using shell prefix operator, not regex
Nicolas Boichat
2019-06-13
scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILE
Manuel Traut
2019-03-05
scripts/decode_stacktrace.sh: handle RIP address with segment
Konstantin Khlebnikov
2018-12-28
scripts/decode_stacktrace: only strip base path when a prefix of the path
Marc Zyngier
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-11-29
scripts/decode_stacktrace.sh: Fix address line detection on x86
Josh Poimboeuf
2016-05-19
scripts/decode_stacktrace.sh: handle symbols in modules
Konstantin Khlebnikov
2015-09-04
scripts: decode_stacktrace: fix ARM architecture decoding
Robert Jarzmik
2014-06-10
decode_stacktrace: make stack dump output useful again
Sasha Levin