summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/stacktrace/nvhe.h
AgeCommit message (Expand)AuthorFilesLines
2025-01-08arm64: kvm: Introduce nvhe stack size constantsKalesh Singh1-1/+1
2023-12-11arm64: stacktrace: factor out kernel unwind stateMark Rutland1-1/+1
2022-09-09arm64: stacktrace: fix kerneldoc commentsMark Rutland1-2/+2
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 Zyngier1-83/+1
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 Singh1-2/+74
2022-07-26KVM: arm64: Stub implementation of non-protected nVHE HYP stack unwinderKalesh Singh1-0/+47