1. c6d3cd3 arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTR by Mark Rutland · 3 years, 2 months ago
  2. cd9bc2c arm64: Recover kretprobe modified return address in stacktrace by Masami Hiramatsu · 3 years, 2 months ago
  3. 0c32706 arm64: stacktrace: avoid tracing arch_stack_walk() by Mark Rutland · 3 years, 5 months ago
  4. f61b870 arm64: stacktrace: use %pSb for backtrace printing by Stephen Boyd · 3 years, 6 months ago
  5. 33c222a arm64: stacktrace: Relax frame record alignment requirement to 8 bytes by Peter Collingbourne · 3 years, 7 months ago
  6. 76734d2 arm64: Change the on_*stack functions to take a size argument by Peter Collingbourne · 3 years, 7 months ago
  7. 7d7b720 arm64: Implement stack trace termination record by Madhavan T. Venkataraman · 3 years, 8 months ago
  8. 51595e3 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 8 months ago
  9. 8533d5b arm64: stacktrace: restore terminal records by Mark Rutland · 3 years, 8 months ago
  10. 31a24ae Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 8 months ago
  11. b07f349 arm64: stacktrace: Move start_backtrace() out of the header by Mark Brown · 3 years, 9 months ago
  12. c607ab4 arm64: stacktrace: don't trace arch_stack_walk() by Mark Rutland · 3 years, 9 months ago
  13. 3c02600 arm64: stacktrace: Report when we reach the end of the stack by Mark Brown · 3 years, 10 months ago
  14. 6106e11 arm64: remove EL0 exception frame record by Mark Rutland · 4 years ago
  15. 9e0f085 arm64: Move console stack display code to stacktrace.c by Mark Brown · 4 years, 3 months ago
  16. 5fc57df arm64: stacktrace: Convert to ARCH_STACKWALK by Mark Brown · 4 years, 4 months ago
  17. baa2cd4 arm64: stacktrace: Make stack walk callback consistent with generic code by Mark Brown · 4 years, 4 months ago
  18. 0de674a arm64: stacktrace: Move export for save_stack_trace_tsk() by Mark Brown · 4 years, 6 months ago
  19. 04ad99a arm64: unwind: strip PAC from kernel addresses by Mark Rutland · 4 years, 10 months ago
  20. ee07b93 arm64: unwind: Prohibit probing on return_address() by Masami Hiramatsu · 5 years ago
  21. 592700f arm64: stacktrace: Better handle corrupted stacks by Mark Rutland · 5 years ago
  22. f3dcbe6 arm64: stacktrace: Factor out backtrace initialisation by Dave Martin · 5 years ago
  23. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  24. 7b2c7b6 arm64/stacktrace: Remove the pointless ULONG_MAX marker by Thomas Gleixner · 6 years ago
  25. c82fd1e arm64/stacktrace: Export save_stack_trace_regs() by William Cohen · 6 years ago
  26. a448276 arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  27. 421d106 arm64: function_graph: Remove use of FTRACE_NOTRACE_DEPTH by Steven Rostedt (VMware) · 6 years ago
  28. 8a1ccfb arm64: Add stack information to on_accessible_stack by Laura Abbott · 6 years ago
  29. e87a4a9 Revert "arm64: fix infinite stacktrace" by Will Deacon · 6 years ago
  30. 7e7df71 arm64: fix infinite stacktrace by Mikulas Patocka · 7 years ago
  31. 9f41631 arm64: fix unwind_frame() for filtered out fn for function graph tracing by Pratyush Anand · 7 years ago
  32. bb53c82 arm64: stacktrace: avoid listing stacktrace functions in stacktrace by Prakash Gupta · 7 years ago
  33. 1296444 arm64: add on_accessible_stack() by Mark Rutland · 7 years ago
  34. 31e43ad arm64: unwind: remove sp from struct stackframe by Ard Biesheuvel · 7 years ago
  35. 7326749 arm64: unwind: reference pt_regs via embedded stack frame by Ard Biesheuvel · 7 years ago
  36. c736533 arm64: unwind: disregard frame.sp when validating frame pointer by Ard Biesheuvel · 7 years ago
  37. 0966837 arm64: unwind: avoid percpu indirection for irq stack by Mark Rutland · 7 years ago
  38. e27c7fa arm64: Export save_stack_trace_tsk() by Dustin Brown · 8 years ago
  39. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  40. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  41. 9bbd4c5 arm64: prep stack walkers for THREAD_INFO_IN_TASK by Mark Rutland · 8 years ago
  42. 2020a5a arm64: unexport walk_stackframe by Mark Rutland · 8 years ago
  43. a9ea001 arm64: factor out current_stack_pointer by Mark Rutland · 8 years ago
  44. b5e7307 arm64: fix dump_backtrace/unwind_frame with NULL tsk by Mark Rutland · 8 years ago
  45. 98ab10e arm64: ftrace: add save_stack_trace_regs() by Pratyush Anand · 8 years ago
  46. a80a0eb arm64: make irq_stack_ptr more robust by Yang Shi · 9 years ago
  47. bcaf669 arm64: disable kasan when accessing frame->fp in unwind_frame by Yang Shi · 9 years ago
  48. 20380bb arm64: ftrace: fix a stack tracer's output under function graph tracer by AKASHI Takahiro · 9 years ago
  49. fe13f95 arm64: pass a task parameter to unwind_frame() by AKASHI Takahiro · 9 years ago
  50. 971c67c arm64: reduce stack use in irq_handler by James Morse · 9 years ago
  51. 1ffe199 arm64: when walking onto the task stack, check sp & fp are in current->stack by James Morse · 9 years ago
  52. 132cd88 arm64: Modify stack trace and dump for use with irq_stack by AKASHI Takahiro · 9 years ago
  53. 9702970 Revert "ARM64: unwind: Fix PC calculation" by Will Deacon · 9 years ago
  54. bb28cec arm64: LLVMLinux: Use current_stack_pointer in save_stack_trace_tsk by Behan Webster · 10 years ago
  55. 26e2ae3 arm64: Add 'notrace' attribute to unwind_frame() for ftrace by AKASHI Takahiro · 11 years ago
  56. e306dfd ARM64: unwind: Fix PC calculation by Olof Johansson · 11 years ago
  57. 26920dd ARM64: fix framepointer check in unwind_frame by Konstantin Khlebnikov · 11 years ago
  58. 60ffc30 arm64: Exception handling by Catalin Marinas · 13 years ago