summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/stacktrace
AgeCommit message (Expand)AuthorLines
2025-11-11arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth-2/+2
2025-01-08arm64: kvm: Introduce nvhe stack size constantsKalesh Singh-1/+1
2024-10-17arm64: stacktrace: unwind exception boundariesMark Rutland-0/+35
2024-10-17arm64: stacktrace: split unwind_consume_stack()Mark Rutland-29/+39
2024-10-17arm64: use a common struct frame_recordMark Rutland-3/+18
2023-12-11arm64: stacktrace: factor out kernel unwind stateMark Rutland-19/+2
2022-09-09arm64: stacktrace: track hyp stacks in unwinder's address spaceMark Rutland-25/+4
2022-09-09arm64: stacktrace: track all stack boundaries explicitlyMark Rutland-88/+76
2022-09-09arm64: stacktrace: remove stack type from fp translatorMark Rutland-4/+2
2022-09-09arm64: stacktrace: rework stack boundary discoveryMark Rutland-19/+9
2022-09-09arm64: stacktrace: add stackinfo_on_stack() helperMark Rutland-8/+21
2022-09-09arm64: stacktrace: rename unwind_next_common() -> unwind_next_frame_record()Mark Rutland-10/+13
2022-09-09arm64: stacktrace: simplify unwind_next_common()Mark Rutland-6/+6
2022-09-09arm64: stacktrace: fix kerneldoc commentsMark Rutland-13/+19
2022-07-27arm64: Update 'unwinder howto'Marc Zyngier-10/+4
2022-07-27KVM: arm64: Move nVHE-only helpers into kvm/stacktrace.cMarc Zyngier-41/+0
2022-07-27KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functionsMarc Zyngier-123/+16
2022-07-27KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unitMarc Zyngier-0/+2
2022-07-26KVM: arm64: Implement protected nVHE hyp stack unwinderKalesh Singh-3/+12
2022-07-26KVM: arm64: Stub implementation of pKVM HYP stack unwinderKalesh Singh-2/+33
2022-07-26KVM: arm64: Introduce hyp_dump_backtrace()Kalesh Singh-0/+17
2022-07-26KVM: arm64: Implement non-protected nVHE hyp stack unwinderKalesh Singh-2/+76
2022-07-26KVM: arm64: Stub implementation of non-protected nVHE HYP stack unwinderKalesh Singh-0/+47
2022-07-26arm64: stacktrace: Add description of stacktrace/common.hKalesh Singh-0/+15
2022-07-26arm64: stacktrace: Factor out common unwind()Kalesh Singh-0/+19
2022-07-26arm64: stacktrace: Handle frame pointer from different address spacesKalesh Singh-4/+25
2022-07-26arm64: stacktrace: Factor out unwind_next_common()Kalesh Singh-0/+50
2022-07-26arm64: stacktrace: Factor out on_accessible_stack_common()Kalesh Singh-0/+18
2022-07-26arm64: stacktrace: Add shared header for common stack unwinding codeKalesh Singh-0/+105