aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/stacktrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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