summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-051-0/+1
|\
| * ftrace/x86: Add back ftrace_expected assignmentSteven Rostedt (Google)2022-07-301-0/+1
* | x86/ftrace: Use alternative RET encodingPeter Zijlstra2022-06-271-2/+5
|/
* Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-291-4/+2
|\
| * ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu2022-05-261-4/+2
* | ftrace: cleanup ftrace_graph_caller enable and disableChengming Zhou2022-04-291-15/+2
|/
* x86/ibt,ftrace: Make function-graph play nicePeter Zijlstra2022-03-151-7/+2
* x86: Add straight-line-speculation mitigationPeter Zijlstra2021-12-091-1/+1
* x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)2021-10-201-3/+34
* x86/ftrace: Remove fault protection code in prepare_ftrace_returnSteven Rostedt (VMware)2021-10-191-35/+3
* ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-081-5/+0
* x86: Remove dynamic NOP selectionPeter Zijlstra2021-03-151-2/+2
* x86/ftrace: Do not jump to direct code in created trampolinesSteven Rostedt (VMware)2020-06-291-0/+15
* x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)2020-06-291-7/+0
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-5/+5
* Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar2020-05-181-1/+28
|\
| * x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)2020-05-121-1/+28
* | x86,ftrace: Fix ftrace_regs_caller() unwindPeter Zijlstra2020-04-221-2/+10
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-281-562/+126
|\
| * Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-251-562/+126
| |\
| | * Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-101-0/+14
| | |\
| | * | x86/ftrace: Mark ftrace_modify_code_direct() __refBorislav Petkov2019-11-271-1/+6
| | * | x86/ftrace: Use text_gen_insn()Peter Zijlstra2019-11-271-25/+7
| | * | x86/ftrace: Use text_poke()Peter Zijlstra2019-11-271-543/+120
* | | | Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | x86/ftrace: Explicitly include vmalloc.h for set_vm_flush_reset_perms()Sean Christopherson2019-12-101-0/+1
| | |/ | |/|
* / | ftrace: Fix function_graph tracer interaction with BPF trampolineAlexei Starovoitov2019-12-101-14/+0
|/ /
* | ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)2019-11-131-3/+5
* | ftrace/x86: Add register_ftrace_direct() for custom trampolinesSteven Rostedt (VMware)2019-11-131-0/+12
|/
* Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-181-3/+3
|\
| * x86/ftrace: Make enable parameter bool where applicableSteven Rostedt (VMware)2019-05-251-3/+3
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-081-7/+0
|\ \
| * | x86/stackframe/32: Allow int3_emulate_push()Peter Zijlstra2019-06-251-7/+0
| |/
* | ftrace/x86: Anotate text_mutex split between ftrace_arch_code_modify_post_pro...Jiri Kosina2019-07-021-0/+2
* | ftrace/x86: Add a comment to why we take text_mutex in ftrace_arch_code_modif...Steven Rostedt (VMware)2019-06-281-0/+5
* | ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek2019-06-281-0/+3
|/
* Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-151-5/+27
|\
| * ftrace/x86_64: Emulate call function while updating in breakpoint handlerPeter Zijlstra2019-05-081-5/+27
* | x86/ftrace: Use vmalloc special flagRick Edgecombe2019-04-301-8/+6
* | x86/ftrace: Set trampoline pages as executableNadav Amit2019-04-301-0/+8
|/
* Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-111-25/+17
|\
| * x86/ftrace: Fix warning and considate ftrace_jmp_replace() and ftrace_call_re...Steven Rostedt (VMware)2019-03-051-25/+17
* | x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu2019-02-131-1/+2
|/
* x86/ftrace: Do not call function graph from dynamic trampolinesSteven Rostedt (VMware)2018-12-191-19/+22
* x86/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-14/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/ftrace: Make sure that ftrace trampolines are not RWXThomas Gleixner2017-05-261-6/+14
* x86: use set_memory.h headerLaura Abbott2017-05-081-1/+1
* Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-031-1/+7
|\
| * ftrace/x86: Do no run CPU sync when there is only one CPU onlineSteven Rostedt (VMware)2017-03-281-1/+7