aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/stacktrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-13arm64: stacktrace: avoid listing stacktrace functions in stacktracePrakash Gupta1-5/+13
2017-08-15arm64: add on_accessible_stack()Mark Rutland1-6/+1
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel1-4/+0
2017-08-09arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel1-27/+6
2017-08-08arm64: unwind: disregard frame.sp when validating frame pointerArd Biesheuvel1-17/+7
2017-08-08arm64: unwind: avoid percpu indirection for irq stackMark Rutland1-2/+2
2017-06-15arm64: Export save_stack_trace_tsk()Dustin Brown1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2016-11-11arm64: prep stack walkers for THREAD_INFO_IN_TASKMark Rutland1-0/+5
2016-11-11arm64: unexport walk_stackframeMark Rutland1-1/+0
2016-11-11arm64: factor out current_stack_pointerMark Rutland1-0/+1
2016-09-26arm64: fix dump_backtrace/unwind_frame with NULL tskMark Rutland1-1/+4
2016-09-05arm64: ftrace: add save_stack_trace_regs()Pratyush Anand1-0/+21
2016-02-12arm64: make irq_stack_ptr more robustYang Shi1-7/+6
2016-02-09arm64: disable kasan when accessing frame->fp in unwind_frameYang Shi1-2/+2
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro1-0/+17
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro1-4/+4
2015-12-15arm64: reduce stack use in irq_handlerJames Morse1-3/+16
2015-12-10arm64: when walking onto the task stack, check sp & fp are in current->stackJames Morse1-2/+10
2015-12-08arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro1-2/+27
2015-10-28Revert "ARM64: unwind: Fix PC calculation"Will Deacon1-5/+1
2014-09-08arm64: LLVMLinux: Use current_stack_pointer in save_stack_trace_tskBehan Webster1-2/+1
2014-05-29arm64: Add 'notrace' attribute to unwind_frame() for ftraceAKASHI Takahiro1-1/+1
2014-02-17ARM64: unwind: Fix PC calculationOlof Johansson1-1/+5
2013-12-19ARM64: fix framepointer check in unwind_frameKonstantin Khlebnikov1-1/+1
2012-09-17arm64: Exception handlingCatalin Marinas1-0/+127