summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/stacktrace.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: efi: Account for the EFI runtime stack in stack unwinderArd Biesheuvel2023-01-161-0/+15
* arm64: move on_thread_stack() to <asm/stacktrace.h>Mark Rutland2022-11-181-0/+2
* arm64: stacktrace: track all stack boundaries explicitlyMark Rutland2022-09-091-5/+0
* arm64: stacktrace: rework stack boundary discoveryMark Rutland2022-09-091-32/+46
* arm64: stacktrace: move SDEI stack helpers to stacktrace codeMark Rutland2022-09-091-1/+39
* KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functionsMarc Zyngier2022-07-271-74/+0
* arm64: stacktrace: Factor out common unwind()Kalesh Singh2022-07-261-0/+51
* arm64: stacktrace: Factor out on_accessible_stack_common()Kalesh Singh2022-07-261-4/+2
* arm64: stacktrace: Add shared header for common stack unwinding codeKalesh Singh2022-07-261-34/+1
* arm64: stacktrace: make struct stackframe private to stacktrace.cMark Rutland2022-04-221-32/+0
* arm64: Make some stacktrace functions privateMark Rutland2021-12-101-6/+0
* arm64: Add comment for stack_info::kr_curMark Rutland2021-12-101-0/+4
* arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMark Rutland2021-11-161-6/+0
* arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu2021-10-221-0/+4
* arm64: stacktrace: fix commentMark Rutland2021-08-031-1/+1
* arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne2021-05-261-16/+16
* arm64: stacktrace: Move start_backtrace() out of the headerMark Brown2021-03-281-22/+2
* arm64: stacktrace: Make stack walk callback consistent with generic codeMark Brown2020-09-181-1/+1
* arm64: add loglvl to dump_backtrace()Dmitry Safonov2020-06-091-1/+2
* arm64: stacktrace: Factor out some common code into on_stack()Yunfeng Ye2020-05-181-26/+14
* arm64: stacktrace: Better handle corrupted stacksMark Rutland2019-07-221-8/+49
* arm64: stacktrace: Factor out backtrace initialisationDave Martin2019-07-221-0/+10
* arm64: stacktrace: Constify stacktrace.h functionsDave Martin2019-07-221-5/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64: Add stack information to on_accessible_stackLaura Abbott2018-07-261-12/+61
* arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand2018-02-231-1/+1
* arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse2018-01-131-0/+3
* arm64: add VMAP_STACK overflow detectionMark Rutland2017-08-151-0/+16
* arm64: add on_accessible_stack()Mark Rutland2017-08-151-0/+16
* arm64: use an irq stack pointerMark Rutland2017-08-151-2/+5
* arm64: clean up irq stack definitionsMark Rutland2017-08-151-1/+24
* arm64: unwind: remove sp from struct stackframeArd Biesheuvel2017-08-091-1/+0
* arm64: Add dump_backtrace() in show_regsKefeng Wang2017-05-301-0/+1
* arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro2015-12-211-0/+3
* arm64: pass a task parameter to unwind_frame()AKASHI Takahiro2015-12-211-2/+4
* arm64: Exception handlingCatalin Marinas2012-09-171-0/+29