summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/stacktrace.h
AgeCommit message (Expand)Author
2023-01-16arm64: efi: Account for the EFI runtime stack in stack unwinderArd Biesheuvel
2022-11-18arm64: move on_thread_stack() to <asm/stacktrace.h>Mark Rutland
2022-09-09arm64: stacktrace: track all stack boundaries explicitlyMark Rutland
2022-09-09arm64: stacktrace: rework stack boundary discoveryMark Rutland
2022-09-09arm64: stacktrace: move SDEI stack helpers to stacktrace codeMark Rutland
2022-07-27KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functionsMarc Zyngier
2022-07-26arm64: stacktrace: Factor out common unwind()Kalesh Singh
2022-07-26arm64: stacktrace: Factor out on_accessible_stack_common()Kalesh Singh
2022-07-26arm64: stacktrace: Add shared header for common stack unwinding codeKalesh Singh
2022-04-22arm64: stacktrace: make struct stackframe private to stacktrace.cMark Rutland
2021-12-10arm64: Make some stacktrace functions privateMark Rutland
2021-12-10arm64: Add comment for stack_info::kr_curMark Rutland
2021-11-16arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMark Rutland
2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu
2021-08-03arm64: stacktrace: fix commentMark Rutland
2021-05-26arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne
2021-03-28arm64: stacktrace: Move start_backtrace() out of the headerMark Brown
2020-09-18arm64: stacktrace: Make stack walk callback consistent with generic codeMark Brown
2020-06-09arm64: add loglvl to dump_backtrace()Dmitry Safonov
2020-05-18arm64: stacktrace: Factor out some common code into on_stack()Yunfeng Ye
2019-07-22arm64: stacktrace: Better handle corrupted stacksMark Rutland
2019-07-22arm64: stacktrace: Factor out backtrace initialisationDave Martin
2019-07-22arm64: stacktrace: Constify stacktrace.h functionsDave Martin
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott
2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand
2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse
2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland
2017-08-15arm64: add on_accessible_stack()Mark Rutland
2017-08-15arm64: use an irq stack pointerMark Rutland
2017-08-15arm64: clean up irq stack definitionsMark Rutland
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel
2017-05-30arm64: Add dump_backtrace() in show_regsKefeng Wang
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro
2012-09-17arm64: Exception handlingCatalin Marinas