summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/stacktrace.c
AgeCommit message (Expand)Author
2022-01-24arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOLMasami Hiramatsu
2021-12-10arm64: Make some stacktrace functions privateMark Rutland
2021-12-10arm64: Make dump_backtrace() use arch_stack_walk()Madhavan T. Venkataraman
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra
2021-11-16arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMark Rutland
2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu
2021-08-03arm64: stacktrace: avoid tracing arch_stack_walk()Mark Rutland
2021-07-08arm64: stacktrace: use %pSb for backtrace printingStephen Boyd
2021-05-26arm64: stacktrace: Relax frame record alignment requirement to 8 bytesPeter Collingbourne
2021-05-26arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne
2021-05-25arm64: Implement stack trace termination recordMadhavan T. Venkataraman
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-04-30arm64: stacktrace: restore terminal recordsMark Rutland
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-03-28arm64: stacktrace: Move start_backtrace() out of the headerMark Brown
2021-03-22arm64: stacktrace: don't trace arch_stack_walk()Mark Rutland
2021-02-25arm64: stacktrace: Report when we reach the end of the stackMark Brown
2021-01-20arm64: remove EL0 exception frame recordMark Rutland
2020-09-21arm64: Move console stack display code to stacktrace.cMark Brown
2020-09-18arm64: stacktrace: Convert to ARCH_STACKWALKMark Brown
2020-09-18arm64: stacktrace: Make stack walk callback consistent with generic codeMark Brown
2020-07-14arm64: stacktrace: Move export for save_stack_trace_tsk()Mark Brown
2020-03-18arm64: unwind: strip PAC from kernel addressesMark Rutland
2019-08-01arm64: unwind: Prohibit probing on return_address()Masami Hiramatsu
2019-07-22arm64: stacktrace: Better handle corrupted stacksMark Rutland
2019-07-22arm64: stacktrace: Factor out backtrace initialisationDave Martin
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-14arm64/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner
2019-03-19arm64/stacktrace: Export save_stack_trace_regs()William Cohen
2018-12-22arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)
2018-12-08arm64: function_graph: Remove use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott
2018-07-12Revert "arm64: fix infinite stacktrace"Will Deacon
2018-07-04arm64: fix infinite stacktraceMikulas Patocka
2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand
2017-09-13arm64: stacktrace: avoid listing stacktrace functions in stacktracePrakash Gupta
2017-08-15arm64: add on_accessible_stack()Mark Rutland
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel
2017-08-09arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel
2017-08-08arm64: unwind: disregard frame.sp when validating frame pointerArd Biesheuvel
2017-08-08arm64: unwind: avoid percpu indirection for irq stackMark Rutland
2017-06-15arm64: Export save_stack_trace_tsk()Dustin Brown
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-11-11arm64: prep stack walkers for THREAD_INFO_IN_TASKMark Rutland
2016-11-11arm64: unexport walk_stackframeMark Rutland
2016-11-11arm64: factor out current_stack_pointerMark Rutland
2016-09-26arm64: fix dump_backtrace/unwind_frame with NULL tskMark Rutland
2016-09-05arm64: ftrace: add save_stack_trace_regs()Pratyush Anand
2016-02-12arm64: make irq_stack_ptr more robustYang Shi