Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2025-01-08 | arm64: kvm: Introduce nvhe stack size constants | Kalesh Singh | 1 | -1/+1 |
2023-12-11 | arm64: stacktrace: factor out kernel unwind state | Mark Rutland | 1 | -1/+1 |
2022-09-09 | arm64: stacktrace: fix kerneldoc comments | Mark Rutland | 1 | -2/+2 |
2022-07-27 | KVM: arm64: Move nVHE-only helpers into kvm/stacktrace.c | Marc Zyngier | 1 | -41/+0 |
2022-07-27 | KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functions | Marc Zyngier | 1 | -83/+1 |
2022-07-27 | KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unit | Marc Zyngier | 1 | -0/+2 |
2022-07-26 | KVM: arm64: Implement protected nVHE hyp stack unwinder | Kalesh Singh | 1 | -3/+12 |
2022-07-26 | KVM: arm64: Stub implementation of pKVM HYP stack unwinder | Kalesh Singh | 1 | -2/+33 |
2022-07-26 | KVM: arm64: Introduce hyp_dump_backtrace() | Kalesh Singh | 1 | -0/+17 |
2022-07-26 | KVM: arm64: Implement non-protected nVHE hyp stack unwinder | Kalesh Singh | 1 | -2/+74 |
2022-07-26 | KVM: arm64: Stub implementation of non-protected nVHE HYP stack unwinder | Kalesh Singh | 1 | -0/+47 |