summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/stacktrace.h
AgeCommit message (Expand)AuthorLines
2022-04-22arm64: stacktrace: make struct stackframe private to stacktrace.cMark Rutland-32/+0
2021-12-10arm64: Make some stacktrace functions privateMark Rutland-6/+0
2021-12-10arm64: Add comment for stack_info::kr_curMark Rutland-0/+4
2021-11-16arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMark Rutland-6/+0
2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu-0/+4
2021-08-03arm64: stacktrace: fix commentMark Rutland-1/+1
2021-05-26arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne-16/+16
2021-03-28arm64: stacktrace: Move start_backtrace() out of the headerMark Brown-22/+2
2020-09-18arm64: stacktrace: Make stack walk callback consistent with generic codeMark Brown-1/+1
2020-06-09arm64: add loglvl to dump_backtrace()Dmitry Safonov-1/+2
2020-05-18arm64: stacktrace: Factor out some common code into on_stack()Yunfeng Ye-26/+14
2019-07-22arm64: stacktrace: Better handle corrupted stacksMark Rutland-8/+49
2019-07-22arm64: stacktrace: Factor out backtrace initialisationDave Martin-0/+10
2019-07-22arm64: stacktrace: Constify stacktrace.h functionsDave Martin-5/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott-12/+61
2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand-1/+1
2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse-0/+3
2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland-0/+16
2017-08-15arm64: add on_accessible_stack()Mark Rutland-0/+16
2017-08-15arm64: use an irq stack pointerMark Rutland-2/+5
2017-08-15arm64: clean up irq stack definitionsMark Rutland-1/+24
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel-1/+0
2017-05-30arm64: Add dump_backtrace() in show_regsKefeng Wang-0/+1
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro-0/+3
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro-2/+4
2012-09-17arm64: Exception handlingCatalin Marinas-0/+29