index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
/
kernel
/
stacktrace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: stacktrace: avoid tracing arch_stack_walk()
Mark Rutland
2021-08-03
1
-1
/
+1
*
arm64: stacktrace: use %pSb for backtrace printing
Stephen Boyd
2021-07-08
1
-1
/
+1
*
arm64: stacktrace: Relax frame record alignment requirement to 8 bytes
Peter Collingbourne
2021-05-26
1
-1
/
+1
*
arm64: Change the on_*stack functions to take a size argument
Peter Collingbourne
2021-05-26
1
-1
/
+1
*
arm64: Implement stack trace termination record
Madhavan T. Venkataraman
2021-05-25
1
-9
/
+7
*
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2021-05-07
1
-4
/
+6
|
\
|
*
arm64: stacktrace: restore terminal records
Mark Rutland
2021-04-30
1
-4
/
+6
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-04-26
1
-0
/
+24
|
\
|
|
*
arm64: stacktrace: Move start_backtrace() out of the header
Mark Brown
2021-03-28
1
-0
/
+24
*
|
arm64: stacktrace: don't trace arch_stack_walk()
Mark Rutland
2021-03-22
1
-4
/
+5
|
/
*
arm64: stacktrace: Report when we reach the end of the stack
Mark Brown
2021-02-25
1
-1
/
+1
*
arm64: remove EL0 exception frame record
Mark Rutland
2021-01-20
1
-9
/
+4
*
arm64: Move console stack display code to stacktrace.c
Mark Brown
2020-09-21
1
-0
/
+65
*
arm64: stacktrace: Convert to ARCH_STACKWALK
Mark Brown
2020-09-18
1
-69
/
+10
*
arm64: stacktrace: Make stack walk callback consistent with generic code
Mark Brown
2020-09-18
1
-6
/
+5
*
arm64: stacktrace: Move export for save_stack_trace_tsk()
Mark Brown
2020-07-14
1
-1
/
+1
*
arm64: unwind: strip PAC from kernel addresses
Mark Rutland
2020-03-18
1
-1
/
+4
*
arm64: unwind: Prohibit probing on return_address()
Masami Hiramatsu
2019-08-01
1
-0
/
+3
*
arm64: stacktrace: Better handle corrupted stacks
Mark Rutland
2019-07-22
1
-1
/
+39
*
arm64: stacktrace: Factor out backtrace initialisation
Dave Martin
2019-07-22
1
-13
/
+6
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
*
arm64/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
2019-04-14
1
-4
/
+0
*
arm64/stacktrace: Export save_stack_trace_regs()
William Cohen
2019-03-19
1
-0
/
+1
*
arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack
Steven Rostedt (VMware)
2018-12-22
1
-5
/
+7
*
arm64: function_graph: Remove use of FTRACE_NOTRACE_DEPTH
Steven Rostedt (VMware)
2018-12-08
1
-3
/
+0
*
arm64: Add stack information to on_accessible_stack
Laura Abbott
2018-07-26
1
-1
/
+1
*
Revert "arm64: fix infinite stacktrace"
Will Deacon
2018-07-12
1
-3
/
+0
*
arm64: fix infinite stacktrace
Mikulas Patocka
2018-07-04
1
-0
/
+3
*
arm64: fix unwind_frame() for filtered out fn for function graph tracing
Pratyush Anand
2018-02-23
1
-0
/
+5
*
arm64: stacktrace: avoid listing stacktrace functions in stacktrace
Prakash Gupta
2017-09-13
1
-5
/
+13
*
arm64: add on_accessible_stack()
Mark Rutland
2017-08-15
1
-6
/
+1
*
arm64: unwind: remove sp from struct stackframe
Ard Biesheuvel
2017-08-09
1
-4
/
+0
*
arm64: unwind: reference pt_regs via embedded stack frame
Ard Biesheuvel
2017-08-09
1
-27
/
+6
*
arm64: unwind: disregard frame.sp when validating frame pointer
Ard Biesheuvel
2017-08-08
1
-17
/
+7
*
arm64: unwind: avoid percpu indirection for irq stack
Mark Rutland
2017-08-08
1
-2
/
+2
*
arm64: Export save_stack_trace_tsk()
Dustin Brown
2017-06-15
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
arm64: prep stack walkers for THREAD_INFO_IN_TASK
Mark Rutland
2016-11-11
1
-0
/
+5
*
arm64: unexport walk_stackframe
Mark Rutland
2016-11-11
1
-1
/
+0
*
arm64: factor out current_stack_pointer
Mark Rutland
2016-11-11
1
-0
/
+1
*
arm64: fix dump_backtrace/unwind_frame with NULL tsk
Mark Rutland
2016-09-26
1
-1
/
+4
*
arm64: ftrace: add save_stack_trace_regs()
Pratyush Anand
2016-09-05
1
-0
/
+21
*
arm64: make irq_stack_ptr more robust
Yang Shi
2016-02-12
1
-7
/
+6
*
arm64: disable kasan when accessing frame->fp in unwind_frame
Yang Shi
2016-02-09
1
-2
/
+2
*
arm64: ftrace: fix a stack tracer's output under function graph tracer
AKASHI Takahiro
2015-12-21
1
-0
/
+17
*
arm64: pass a task parameter to unwind_frame()
AKASHI Takahiro
2015-12-21
1
-4
/
+4
*
arm64: reduce stack use in irq_handler
James Morse
2015-12-15
1
-3
/
+16
*
arm64: when walking onto the task stack, check sp & fp are in current->stack
James Morse
2015-12-10
1
-2
/
+10
*
arm64: Modify stack trace and dump for use with irq_stack
AKASHI Takahiro
2015-12-08
1
-2
/
+27
[next]