summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-12-311-0/+1
|\
| * arm64: ftrace: Set FTRACE_MAY_SLEEP before ftrace_modify_all_code()Steven Rostedt (VMware)2018-12-101-0/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-261-2/+2
|\ \ | |/ |/|
| * arm64: ftrace: always pass instrumented pc in x0Mark Rutland2018-11-301-1/+1
| * arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel2018-11-271-1/+1
* | arm64: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-14/+1Star
|/
* arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel2017-12-011-6/+8
* arm64: ftrace: fix !CONFIG_ARM64_MODULE_PLTS kernelsMark Rutland2017-06-231-6/+8
* arm64: ftrace: fix building without CONFIG_MODULESWill Deacon2017-06-121-6/+10
* arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel2017-06-071-0/+51
* arm64: ftrace: don't validate branch via PLT in ftrace_make_nop()Ard Biesheuvel2017-06-071-3/+43
* ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+1
* arm64: ftrace: modify a stack frame in a safe wayAKASHI Takahiro2015-12-211-7/+4Star
* arm64: ftrace: fix the comments for ftrace_modify_codeLi Bin2015-12-041-6/+5Star
* arm64: ftrace: stop using kstop_machine to enable/disable tracingLi Bin2015-12-041-0/+5
* arm64: ftrace: fix ftrace_modify_graph_caller for branch replacePratyush Anand2015-02-231-1/+1
* arm64: Correct ftrace calls to aarch64_insn_gen_branch_imm()Catalin Marinas2014-09-191-4/+6
* arm64: ftrace: Add dynamic ftrace supportAKASHI Takahiro2014-05-291-0/+112
* arm64: Add ftrace supportAKASHI Takahiro2014-05-291-0/+64