index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
stacktrace.h
Age
Commit message (
Expand
)
Author
2021-08-03
arm64: stacktrace: fix comment
Mark Rutland
2021-05-26
arm64: Change the on_*stack functions to take a size argument
Peter Collingbourne
2021-03-28
arm64: stacktrace: Move start_backtrace() out of the header
Mark Brown
2020-09-18
arm64: stacktrace: Make stack walk callback consistent with generic code
Mark Brown
2020-06-09
arm64: add loglvl to dump_backtrace()
Dmitry Safonov
2020-05-18
arm64: stacktrace: Factor out some common code into on_stack()
Yunfeng Ye
2019-07-22
arm64: stacktrace: Better handle corrupted stacks
Mark Rutland
2019-07-22
arm64: stacktrace: Factor out backtrace initialisation
Dave Martin
2019-07-22
arm64: stacktrace: Constify stacktrace.h functions
Dave Martin
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2018-07-26
arm64: Add stack information to on_accessible_stack
Laura Abbott
2018-02-23
arm64: fix unwind_frame() for filtered out fn for function graph tracing
Pratyush Anand
2018-01-13
arm64: kernel: Add arch-specific SDEI entry code and CPU masking
James Morse
2017-08-15
arm64: add VMAP_STACK overflow detection
Mark Rutland
2017-08-15
arm64: add on_accessible_stack()
Mark Rutland
2017-08-15
arm64: use an irq stack pointer
Mark Rutland
2017-08-15
arm64: clean up irq stack definitions
Mark Rutland
2017-08-09
arm64: unwind: remove sp from struct stackframe
Ard Biesheuvel
2017-05-30
arm64: Add dump_backtrace() in show_regs
Kefeng Wang
2015-12-21
arm64: ftrace: fix a stack tracer's output under function graph tracer
AKASHI Takahiro
2015-12-21
arm64: pass a task parameter to unwind_frame()
AKASHI Takahiro
2012-09-17
arm64: Exception handling
Catalin Marinas