summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/ftrace.c
AgeCommit message (Expand)AuthorLines
2019-10-04arm64: ftrace: Ensure synchronisation in PLT setup for Neoverse-N1 #1542419James Morse-3/+9
2019-08-16arm64: ftrace: Ensure module ftrace trampoline is coherent with I-sideWill Deacon-9/+13
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-04-23arm64/module: ftrace: deal with place relative nature of PLTsArd Biesheuvel-2/+7
2019-04-08arm64/ftrace: fix inadvertent BUG() in trampoline checkArd Biesheuvel-2/+1
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-0/+1
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+2
2018-12-10arm64: ftrace: Set FTRACE_MAY_SLEEP before ftrace_modify_all_code()Steven Rostedt (VMware)-0/+1
2018-11-30arm64: ftrace: always pass instrumented pc in x0Mark Rutland-1/+1
2018-11-27arm64: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)-14/+1
2018-11-27arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel-1/+1
2017-12-01arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel-6/+8
2017-06-23arm64: ftrace: fix !CONFIG_ARM64_MODULE_PLTS kernelsMark Rutland-6/+8
2017-06-12arm64: ftrace: fix building without CONFIG_MODULESWill Deacon-6/+10
2017-06-07arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel-0/+51
2017-06-07arm64: ftrace: don't validate branch via PLT in ftrace_make_nop()Ard Biesheuvel-3/+43
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf-1/+1
2015-12-21arm64: ftrace: modify a stack frame in a safe wayAKASHI Takahiro-7/+4
2015-12-04arm64: ftrace: fix the comments for ftrace_modify_codeLi Bin-6/+5
2015-12-04arm64: ftrace: stop using kstop_machine to enable/disable tracingLi Bin-0/+5
2015-02-23arm64: ftrace: fix ftrace_modify_graph_caller for branch replacePratyush Anand-1/+1
2014-09-19arm64: Correct ftrace calls to aarch64_insn_gen_branch_imm()Catalin Marinas-4/+6
2014-05-29arm64: ftrace: Add dynamic ftrace supportAKASHI Takahiro-0/+112
2014-05-29arm64: Add ftrace supportAKASHI Takahiro-0/+64