aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/nvhe/stacktrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-09arm64: stacktrace: track hyp stacks in unwinder's address spaceMark Rutland1-1/+1
2022-09-09arm64: stacktrace: track all stack boundaries explicitlyMark Rutland1-26/+9
2022-09-09arm64: stacktrace: rework stack boundary discoveryMark Rutland1-10/+27
2022-09-09arm64: stacktrace: rename unwind_next_common() -> unwind_next_frame_record()Mark Rutland1-1/+1
2022-09-09arm64: stacktrace: simplify unwind_next_common()Mark Rutland1-3/+1
2022-07-27KVM: arm64: Don't open code ARRAY_SIZE()Oliver Upton1-2/+1
2022-07-27KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functionsMarc Zyngier1-0/+52
2022-07-26KVM: arm64: Save protected-nVHE (pKVM) hyp stacktraceKalesh Singh1-1/+54
2022-07-26KVM: arm64: Allocate shared pKVM hyp stacktrace buffersKalesh Singh1-0/+4
2022-07-26KVM: arm64: Prepare non-protected nVHE hypervisor stacktraceKalesh Singh1-0/+41
2022-07-26KVM: arm64: On stack overflow switch to hyp overflow_stackKalesh Singh1-0/+11