Age | Commit message (Expand) | Author | Files | Lines |
2023-06-06 | arm64: module: mandate MODULE_PLTS | Mark Rutland | 1 | -5/+3 |
2023-04-11 | arm64: ftrace: Simplify get_ftrace_plt | Florent Revest | 1 | -5/+5 |
2023-04-11 | arm64: ftrace: Add direct call support | Florent Revest | 1 | -5/+31 |
2023-01-24 | arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS | Mark Rutland | 1 | -0/+156 |
2023-01-24 | arm64: ftrace: Update stale comment | Mark Rutland | 1 | -1/+1 |
2022-11-25 | ftrace: arm64: remove static ftrace | Mark Rutland | 1 | -5/+0 |
2022-11-18 | ftrace: arm64: move from REGS to ARGS | Mark Rutland | 1 | -34/+48 |
2022-10-06 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+16 |
2022-09-29 | arm64: ftrace: fix module PLTs with mcount | Mark Rutland | 1 | -1/+16 |
2022-09-26 | treewide: Drop function_nocfi | Sami Tolvanen | 1 | -1/+1 |
2022-06-15 | arm64: ftrace: consistently handle PLTs. | Mark Rutland | 1 | -71/+66 |
2022-06-15 | arm64: ftrace: fix branch range checks | Mark Rutland | 1 | -2/+2 |
2022-04-29 | arm64/ftrace: Make function graph use ftrace directly | Chengming Zhou | 1 | -0/+17 |
2021-11-16 | arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTR | Mark Rutland | 1 | -3/+3 |
2021-10-08 | ftrace: Cleanup ftrace_dyn_arch_init() | Weizhao Ouyang | 1 | -5/+0 |
2021-06-11 | arm64: insn: decouple patching from insn code | Mark Rutland | 1 | -0/+1 |
2021-04-08 | arm64: ftrace: use function_nocfi for ftrace_call | Sami Tolvanen | 1 | -1/+1 |
2020-06-08 | arm64: ftrace: Change CONFIG_FTRACE_WITH_REGS to CONFIG_DYNAMIC_FTRACE_WITH_REGS | Joe Perches | 1 | -1/+2 |
2019-11-06 | arm64: ftrace: minimize ifdeffery | Mark Rutland | 1 | -10/+8 |
2019-11-06 | arm64: implement ftrace with regs | Torsten Duwe | 1 | -14/+70 |
2019-11-06 | arm64: module/ftrace: intialize PLT at load time | Mark Rutland | 1 | -41/+14 |
2019-10-04 | arm64: ftrace: Ensure synchronisation in PLT setup for Neoverse-N1 #1542419 | James Morse | 1 | -3/+9 |
2019-08-16 | arm64: ftrace: Ensure module ftrace trampoline is coherent with I-side | Will Deacon | 1 | -9/+13 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-04-23 | arm64/module: ftrace: deal with place relative nature of PLTs | Ard Biesheuvel | 1 | -2/+7 |
2019-04-08 | arm64/ftrace: fix inadvertent BUG() in trampoline check | Ard Biesheuvel | 1 | -2/+1 |
2018-12-31 | Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -0/+1 |
2018-12-25 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -2/+2 |
2018-12-10 | arm64: ftrace: Set FTRACE_MAY_SLEEP before ftrace_modify_all_code() | Steven Rostedt (VMware) | 1 | -0/+1 |
2018-11-30 | arm64: ftrace: always pass instrumented pc in x0 | Mark Rutland | 1 | -1/+1 |
2018-11-27 | arm64: function_graph: Simplify with function_graph_enter() | Steven Rostedt (VMware) | 1 | -14/+1 |
2018-11-27 | arm64/module: switch to ADRP/ADD sequences for PLT entries | Ard Biesheuvel | 1 | -1/+1 |
2017-12-01 | arm64: ftrace: emit ftrace-mod.o contents through code | Ard Biesheuvel | 1 | -6/+8 |
2017-06-23 | arm64: ftrace: fix !CONFIG_ARM64_MODULE_PLTS kernels | Mark Rutland | 1 | -6/+8 |
2017-06-12 | arm64: ftrace: fix building without CONFIG_MODULES | Will Deacon | 1 | -6/+10 |
2017-06-07 | arm64: ftrace: add support for far branches to dynamic ftrace | Ard Biesheuvel | 1 | -0/+51 |
2017-06-07 | arm64: ftrace: don't validate branch via PLT in ftrace_make_nop() | Ard Biesheuvel | 1 | -3/+43 |
2016-08-24 | ftrace: Add return address pointer to ftrace_ret_stack | Josh Poimboeuf | 1 | -1/+1 |
2015-12-21 | arm64: ftrace: modify a stack frame in a safe way | AKASHI Takahiro | 1 | -7/+4 |
2015-12-04 | arm64: ftrace: fix the comments for ftrace_modify_code | Li Bin | 1 | -6/+5 |
2015-12-04 | arm64: ftrace: stop using kstop_machine to enable/disable tracing | Li Bin | 1 | -0/+5 |
2015-02-23 | arm64: ftrace: fix ftrace_modify_graph_caller for branch replace | Pratyush Anand | 1 | -1/+1 |
2014-09-19 | arm64: Correct ftrace calls to aarch64_insn_gen_branch_imm() | Catalin Marinas | 1 | -4/+6 |
2014-05-29 | arm64: ftrace: Add dynamic ftrace support | AKASHI Takahiro | 1 | -0/+112 |
2014-05-29 | arm64: Add ftrace support | AKASHI Takahiro | 1 | -0/+64 |