summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/stacktrace.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-16arm64: efi: Account for the EFI runtime stack in stack unwinderArd Biesheuvel1-0/+15
2022-11-18arm64: move on_thread_stack() to <asm/stacktrace.h>Mark Rutland1-0/+2
2022-09-09arm64: stacktrace: track all stack boundaries explicitlyMark Rutland1-5/+0
2022-09-09arm64: stacktrace: rework stack boundary discoveryMark Rutland1-32/+46
2022-09-09arm64: stacktrace: move SDEI stack helpers to stacktrace codeMark Rutland1-1/+39
2022-07-27KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functionsMarc Zyngier1-74/+0
2022-07-26arm64: stacktrace: Factor out common unwind()Kalesh Singh1-0/+51
2022-07-26arm64: stacktrace: Factor out on_accessible_stack_common()Kalesh Singh1-4/+2
2022-07-26arm64: stacktrace: Add shared header for common stack unwinding codeKalesh Singh1-34/+1
2022-04-22arm64: stacktrace: make struct stackframe private to stacktrace.cMark Rutland1-32/+0
2021-12-10arm64: Make some stacktrace functions privateMark Rutland1-6/+0
2021-12-10arm64: Add comment for stack_info::kr_curMark Rutland1-0/+4
2021-11-16arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMark Rutland1-6/+0
2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu1-0/+4
2021-08-03arm64: stacktrace: fix commentMark Rutland1-1/+1
2021-05-26arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne1-16/+16
2021-03-28arm64: stacktrace: Move start_backtrace() out of the headerMark Brown1-22/+2
2020-09-18arm64: stacktrace: Make stack walk callback consistent with generic codeMark Brown1-1/+1
2020-06-09arm64: add loglvl to dump_backtrace()Dmitry Safonov1-1/+2
2020-05-18arm64: stacktrace: Factor out some common code into on_stack()Yunfeng Ye1-26/+14
2019-07-22arm64: stacktrace: Better handle corrupted stacksMark Rutland1-8/+49
2019-07-22arm64: stacktrace: Factor out backtrace initialisationDave Martin1-0/+10
2019-07-22arm64: stacktrace: Constify stacktrace.h functionsDave Martin1-5/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott1-12/+61
2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand1-1/+1
2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse1-0/+3
2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland1-0/+16
2017-08-15arm64: add on_accessible_stack()Mark Rutland1-0/+16
2017-08-15arm64: use an irq stack pointerMark Rutland1-2/+5
2017-08-15arm64: clean up irq stack definitionsMark Rutland1-1/+24
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel1-1/+0
2017-05-30arm64: Add dump_backtrace() in show_regsKefeng Wang1-0/+1
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro1-0/+3
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro1-2/+4
2012-09-17arm64: Exception handlingCatalin Marinas1-0/+29