index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
stacktrace.h
Age
Commit message (
Expand
)
Author
2023-01-16
arm64: efi: Account for the EFI runtime stack in stack unwinder
Ard Biesheuvel
2022-11-18
arm64: move on_thread_stack() to <asm/stacktrace.h>
Mark Rutland
2022-09-09
arm64: stacktrace: track all stack boundaries explicitly
Mark Rutland
2022-09-09
arm64: stacktrace: rework stack boundary discovery
Mark Rutland
2022-09-09
arm64: stacktrace: move SDEI stack helpers to stacktrace code
Mark Rutland
2022-07-27
KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functions
Marc Zyngier
2022-07-26
arm64: stacktrace: Factor out common unwind()
Kalesh Singh
2022-07-26
arm64: stacktrace: Factor out on_accessible_stack_common()
Kalesh Singh
2022-07-26
arm64: stacktrace: Add shared header for common stack unwinding code
Kalesh Singh
2022-04-22
arm64: stacktrace: make struct stackframe private to stacktrace.c
Mark Rutland
2021-12-10
arm64: Make some stacktrace functions private
Mark Rutland
2021-12-10
arm64: Add comment for stack_info::kr_cur
Mark Rutland
2021-11-16
arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
Mark Rutland
2021-10-22
arm64: Recover kretprobe modified return address in stacktrace
Masami Hiramatsu
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