index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
stacktrace.c
Age
Commit message (
Expand
)
Author
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
2015-10-28
Revert "ARM64: unwind: Fix PC calculation"
Will Deacon
2014-09-08
arm64: LLVMLinux: Use current_stack_pointer in save_stack_trace_tsk
Behan Webster
2014-05-29
arm64: Add 'notrace' attribute to unwind_frame() for ftrace
AKASHI Takahiro
2014-02-17
ARM64: unwind: Fix PC calculation
Olof Johansson
2013-12-19
ARM64: fix framepointer check in unwind_frame
Konstantin Khlebnikov
2012-09-17
arm64: Exception handling
Catalin Marinas