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