aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/kernel/stacktrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+26
2024-03-04arm64: prohibit probing on arch_kunwind_consume_entry()Puranjay Mohan1-1/+1
2024-02-27arm64: stacktrace: Implement arch_bpf_stack_walk() for the BPF JITPuranjay Mohan1-0/+26
2023-12-11arm64: stacktrace: factor out kunwind_stack_walk()Mark Rutland1-6/+33
2023-12-11arm64: stacktrace: factor out kernel unwind stateMark Rutland1-41/+72
2023-04-13arm64: use XPACLRI to strip PACMark Rutland1-1/+1
2023-04-11arm64: stacktrace: always inline core stacktrace functionsMark Rutland1-10/+13
2023-04-11arm64: stacktrace: move dump functions to end of fileMark Rutland1-33/+33
2023-04-11arm64: stacktrace: recover return address for first entryMark Rutland1-23/+30
2023-01-16arm64: efi: Account for the EFI runtime stack in stack unwinderArd Biesheuvel1-0/+12
2022-12-05arm64: Prohibit instrumentation on arch_stack_walk()Masami Hiramatsu (Google)1-5/+5
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-53/+38
2022-09-09arm64: stacktrace: rework stack boundary discoveryMark Rutland1-23/+42
2022-09-09arm64: stacktrace: move SDEI stack helpers to stacktrace codeMark Rutland1-2/+9
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-2/+1
2022-07-27KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functionsMarc Zyngier1-0/+90
2022-07-26arm64: stacktrace: Factor out common unwind()Kalesh Singh1-67/+0
2022-07-26arm64: stacktrace: Handle frame pointer from different address spacesKalesh Singh1-1/+1
2022-07-26arm64: stacktrace: Factor out unwind_next_common()Kalesh Singh1-37/+4
2022-07-26arm64: stacktrace: Add shared header for common stack unwinding codeKalesh Singh1-57/+0
2022-06-27arm64: Copy the task argument to unwind_stateMadhavan T. Venkataraman1-13/+20
2022-06-27arm64: Split unwind_init()Madhavan T. Venkataraman1-11/+55
2022-06-23arm64: stacktrace: use non-atomic __set_bitAndrey Konovalov1-1/+1
2022-06-23arm64: kasan: do not instrument stacktrace.cAndrey Konovalov1-2/+2
2022-04-22arm64: stacktrace: align with common namingMadhavan T. Venkataraman1-2/+2
2022-04-22arm64: stacktrace: rename stackframe to unwind_stateMadhavan T. Venkataraman1-34/+34
2022-04-22arm64: stacktrace: rename unwinder functionsMadhavan T. Venkataraman1-17/+17
2022-04-22arm64: stacktrace: make struct stackframe private to stacktrace.cMark Rutland1-0/+32
2022-04-22arm64: stacktrace: delete PCS commentMark Rutland1-15/+0
2022-04-22arm64: stacktrace: remove NULL task check from unwind_frame()Madhavan T. Venkataraman1-3/+0
2022-01-24arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOLMasami Hiramatsu1-2/+3
2021-12-10arm64: Make some stacktrace functions privateMark Rutland1-5/+7
2021-12-10arm64: Make dump_backtrace() use arch_stack_walk()Madhavan T. Venkataraman1-38/+6
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra1-4/+0
2021-11-16arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMark Rutland1-10/+8
2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu1-0/+7
2021-08-03arm64: stacktrace: avoid tracing arch_stack_walk()Mark Rutland1-1/+1
2021-07-08arm64: stacktrace: use %pSb for backtrace printingStephen Boyd1-1/+1
2021-05-26arm64: stacktrace: Relax frame record alignment requirement to 8 bytesPeter Collingbourne1-1/+1
2021-05-26arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne1-1/+1
2021-05-25arm64: Implement stack trace termination recordMadhavan T. Venkataraman1-9/+7
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+6
2021-04-30arm64: stacktrace: restore terminal recordsMark Rutland1-4/+6
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+24
2021-03-28arm64: stacktrace: Move start_backtrace() out of the headerMark Brown1-0/+24
2021-03-22arm64: stacktrace: don't trace arch_stack_walk()Mark Rutland1-4/+5
2021-02-25arm64: stacktrace: Report when we reach the end of the stackMark Brown1-1/+1
2021-01-20arm64: remove EL0 exception frame recordMark Rutland1-9/+4