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
/
arch
/
arm64
/
include
/
asm
/
stacktrace.h
Age
Commit message (
Expand
)
Author
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