summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/stacktrace/common.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: stacktrace: split unwind_consume_stack()Mark Rutland2024-10-171-29/+39
* arm64: use a common struct frame_recordMark Rutland2024-10-171-3/+5
* arm64: stacktrace: factor out kernel unwind stateMark Rutland2023-12-111-18/+1
* arm64: stacktrace: track hyp stacks in unwinder's address spaceMark Rutland2022-09-091-25/+4
* arm64: stacktrace: track all stack boundaries explicitlyMark Rutland2022-09-091-88/+76
* arm64: stacktrace: remove stack type from fp translatorMark Rutland2022-09-091-4/+2
* arm64: stacktrace: rework stack boundary discoveryMark Rutland2022-09-091-19/+9
* arm64: stacktrace: add stackinfo_on_stack() helperMark Rutland2022-09-091-8/+21
* arm64: stacktrace: rename unwind_next_common() -> unwind_next_frame_record()Mark Rutland2022-09-091-10/+13
* arm64: stacktrace: simplify unwind_next_common()Mark Rutland2022-09-091-6/+6
* arm64: stacktrace: fix kerneldoc commentsMark Rutland2022-09-091-11/+17
* arm64: Update 'unwinder howto'Marc Zyngier2022-07-271-10/+4
* KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functionsMarc Zyngier2022-07-271-40/+15
* KVM: arm64: Implement non-protected nVHE hyp stack unwinderKalesh Singh2022-07-261-0/+2
* arm64: stacktrace: Add description of stacktrace/common.hKalesh Singh2022-07-261-0/+15
* arm64: stacktrace: Factor out common unwind()Kalesh Singh2022-07-261-0/+19
* arm64: stacktrace: Handle frame pointer from different address spacesKalesh Singh2022-07-261-4/+25
* arm64: stacktrace: Factor out unwind_next_common()Kalesh Singh2022-07-261-0/+50
* arm64: stacktrace: Factor out on_accessible_stack_common()Kalesh Singh2022-07-261-0/+18
* arm64: stacktrace: Add shared header for common stack unwinding codeKalesh Singh2022-07-261-0/+105