index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
stacktrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-24
arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOL
Masami Hiramatsu
1
-2
/
+3
2021-12-10
arm64: Make some stacktrace functions private
Mark Rutland
1
-5
/
+7
2021-12-10
arm64: Make dump_backtrace() use arch_stack_walk()
Madhavan T. Venkataraman
1
-38
/
+6
2021-12-10
arch: Make ARCH_STACKWALK independent of STACKTRACE
Peter Zijlstra
1
-4
/
+0
2021-11-16
arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
Mark Rutland
1
-10
/
+8
2021-10-22
arm64: Recover kretprobe modified return address in stacktrace
Masami Hiramatsu
1
-0
/
+7
2021-08-03
arm64: stacktrace: avoid tracing arch_stack_walk()
Mark Rutland
1
-1
/
+1
2021-07-08
arm64: stacktrace: use %pSb for backtrace printing
Stephen Boyd
1
-1
/
+1
2021-05-26
arm64: stacktrace: Relax frame record alignment requirement to 8 bytes
Peter Collingbourne
1
-1
/
+1
2021-05-26
arm64: Change the on_*stack functions to take a size argument
Peter Collingbourne
1
-1
/
+1
2021-05-25
arm64: Implement stack trace termination record
Madhavan T. Venkataraman
1
-9
/
+7
2021-05-07
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-4
/
+6
2021-04-30
arm64: stacktrace: restore terminal records
Mark Rutland
1
-4
/
+6
2021-04-26
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+24
2021-03-28
arm64: stacktrace: Move start_backtrace() out of the header
Mark Brown
1
-0
/
+24
2021-03-22
arm64: stacktrace: don't trace arch_stack_walk()
Mark Rutland
1
-4
/
+5
2021-02-25
arm64: stacktrace: Report when we reach the end of the stack
Mark Brown
1
-1
/
+1
2021-01-20
arm64: remove EL0 exception frame record
Mark Rutland
1
-9
/
+4
2020-09-21
arm64: Move console stack display code to stacktrace.c
Mark Brown
1
-0
/
+65
2020-09-18
arm64: stacktrace: Convert to ARCH_STACKWALK
Mark Brown
1
-69
/
+10
2020-09-18
arm64: stacktrace: Make stack walk callback consistent with generic code
Mark Brown
1
-6
/
+5
2020-07-14
arm64: stacktrace: Move export for save_stack_trace_tsk()
Mark Brown
1
-1
/
+1
2020-03-18
arm64: unwind: strip PAC from kernel addresses
Mark Rutland
1
-1
/
+4
2019-08-01
arm64: unwind: Prohibit probing on return_address()
Masami Hiramatsu
1
-0
/
+3
2019-07-22
arm64: stacktrace: Better handle corrupted stacks
Mark Rutland
1
-1
/
+39
2019-07-22
arm64: stacktrace: Factor out backtrace initialisation
Dave Martin
1
-13
/
+6
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-04-14
arm64/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
1
-4
/
+0
2019-03-19
arm64/stacktrace: Export save_stack_trace_regs()
William Cohen
1
-0
/
+1
2018-12-22
arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack
Steven Rostedt (VMware)
1
-5
/
+7
2018-12-08
arm64: function_graph: Remove use of FTRACE_NOTRACE_DEPTH
Steven Rostedt (VMware)
1
-3
/
+0
2018-07-26
arm64: Add stack information to on_accessible_stack
Laura Abbott
1
-1
/
+1
2018-07-12
Revert "arm64: fix infinite stacktrace"
Will Deacon
1
-3
/
+0
2018-07-04
arm64: fix infinite stacktrace
Mikulas Patocka
1
-0
/
+3
2018-02-23
arm64: fix unwind_frame() for filtered out fn for function graph tracing
Pratyush Anand
1
-0
/
+5
2017-09-13
arm64: stacktrace: avoid listing stacktrace functions in stacktrace
Prakash Gupta
1
-5
/
+13
2017-08-15
arm64: add on_accessible_stack()
Mark Rutland
1
-6
/
+1
2017-08-09
arm64: unwind: remove sp from struct stackframe
Ard Biesheuvel
1
-4
/
+0
2017-08-09
arm64: unwind: reference pt_regs via embedded stack frame
Ard Biesheuvel
1
-27
/
+6
2017-08-08
arm64: unwind: disregard frame.sp when validating frame pointer
Ard Biesheuvel
1
-17
/
+7
2017-08-08
arm64: unwind: avoid percpu indirection for irq stack
Mark Rutland
1
-2
/
+2
2017-06-15
arm64: Export save_stack_trace_tsk()
Dustin Brown
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-11-11
arm64: prep stack walkers for THREAD_INFO_IN_TASK
Mark Rutland
1
-0
/
+5
2016-11-11
arm64: unexport walk_stackframe
Mark Rutland
1
-1
/
+0
2016-11-11
arm64: factor out current_stack_pointer
Mark Rutland
1
-0
/
+1
2016-09-26
arm64: fix dump_backtrace/unwind_frame with NULL tsk
Mark Rutland
1
-1
/
+4
2016-09-05
arm64: ftrace: add save_stack_trace_regs()
Pratyush Anand
1
-0
/
+21
2016-02-12
arm64: make irq_stack_ptr more robust
Yang Shi
1
-7
/
+6
[next]