summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/stacktrace
AgeCommit message (Expand)AuthorFilesLines
2022-07-27arm64: Update 'unwinder howto'Marc Zyngier1-10/+4
2022-07-27KVM: arm64: Move nVHE-only helpers into kvm/stacktrace.cMarc Zyngier1-41/+0
2022-07-27KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functionsMarc Zyngier2-123/+16
2022-07-27KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unitMarc Zyngier1-0/+2
2022-07-26KVM: arm64: Implement protected nVHE hyp stack unwinderKalesh Singh1-3/+12
2022-07-26KVM: arm64: Stub implementation of pKVM HYP stack unwinderKalesh Singh1-2/+33
2022-07-26KVM: arm64: Introduce hyp_dump_backtrace()Kalesh Singh1-0/+17
2022-07-26KVM: arm64: Implement non-protected nVHE hyp stack unwinderKalesh Singh2-2/+76
2022-07-26KVM: arm64: Stub implementation of non-protected nVHE HYP stack unwinderKalesh Singh1-0/+47
2022-07-26arm64: stacktrace: Add description of stacktrace/common.hKalesh Singh1-0/+15
2022-07-26arm64: stacktrace: Factor out common unwind()Kalesh Singh1-0/+19
2022-07-26arm64: stacktrace: Handle frame pointer from different address spacesKalesh Singh1-4/+25
2022-07-26arm64: stacktrace: Factor out unwind_next_common()Kalesh Singh1-0/+50
2022-07-26arm64: stacktrace: Factor out on_accessible_stack_common()Kalesh Singh1-0/+18
2022-07-26arm64: stacktrace: Add shared header for common stack unwinding codeKalesh Singh1-0/+105