index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
stacktrace
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: stacktrace: factor out kernel unwind state
Mark Rutland
2023-12-11
2
-19
/
+2
*
arm64: stacktrace: track hyp stacks in unwinder's address space
Mark Rutland
2022-09-09
1
-25
/
+4
*
arm64: stacktrace: track all stack boundaries explicitly
Mark Rutland
2022-09-09
1
-88
/
+76
*
arm64: stacktrace: remove stack type from fp translator
Mark Rutland
2022-09-09
1
-4
/
+2
*
arm64: stacktrace: rework stack boundary discovery
Mark Rutland
2022-09-09
1
-19
/
+9
*
arm64: stacktrace: add stackinfo_on_stack() helper
Mark Rutland
2022-09-09
1
-8
/
+21
*
arm64: stacktrace: rename unwind_next_common() -> unwind_next_frame_record()
Mark Rutland
2022-09-09
1
-10
/
+13
*
arm64: stacktrace: simplify unwind_next_common()
Mark Rutland
2022-09-09
1
-6
/
+6
*
arm64: stacktrace: fix kerneldoc comments
Mark Rutland
2022-09-09
2
-13
/
+19
*
arm64: Update 'unwinder howto'
Marc Zyngier
2022-07-27
1
-10
/
+4
*
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
2
-123
/
+16
*
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
2
-2
/
+76
*
KVM: arm64: Stub implementation of non-protected nVHE HYP stack unwinder
Kalesh Singh
2022-07-26
1
-0
/
+47
*
arm64: stacktrace: Add description of stacktrace/common.h
Kalesh Singh
2022-07-26
1
-0
/
+15
*
arm64: stacktrace: Factor out common unwind()
Kalesh Singh
2022-07-26
1
-0
/
+19
*
arm64: stacktrace: Handle frame pointer from different address spaces
Kalesh Singh
2022-07-26
1
-4
/
+25
*
arm64: stacktrace: Factor out unwind_next_common()
Kalesh Singh
2022-07-26
1
-0
/
+50
*
arm64: stacktrace: Factor out on_accessible_stack_common()
Kalesh Singh
2022-07-26
1
-0
/
+18
*
arm64: stacktrace: Add shared header for common stack unwinding code
Kalesh Singh
2022-07-26
1
-0
/
+105