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