aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ftrace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/ftrace: enable dynamic ftrace without CONFIG_MODULESMike Rapoport (IBM)6 days1-10/+0
* mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)6 days1-3/+3
* x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao2024-01-101-1/+2
* x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-1/+1
* x86/ftrace: Remove unsued extern declaration ftrace_regs_caller_ret()YueHaibing2023-07-101-1/+0
* x86/ftrace: Move prepare_ftrace_return prototype to headerArnd Bergmann2023-05-181-3/+0
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2022-12-171-4/+2
|\
| * mm: Introduce set_memory_rox()Peter Zijlstra2022-12-151-3/+2
| * x86/ftrace: Remove SYSTEM_BOOTING exceptionsPeter Zijlstra2022-12-151-2/+1
* | Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2022-12-151-0/+2
|\ \
| * | ftrace/x86: Add back ftrace_expected for ftrace bug reportsSteven Rostedt (Google)2022-12-091-0/+2
| |/
* | x86/ftrace: Make it call depth tracking awarePeter Zijlstra2022-10-171-4/+12
* | x86/returnthunk: Allow different return thunksPeter Zijlstra2022-10-171-1/+1
* | x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc()Thomas Gleixner2022-10-171-2/+0
|/
* Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus 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/rostedt/linux-traceLinus 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 conflictIngo 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/kernel/git/tip/tipLinus 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/kernel/git/tip/tipLinus 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/rostedt/linux-traceLinus 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/git/tip/tipLinus 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_process() and ftrace_arch_code_modify_prepare()Jiri Kosina2019-07-021-0/+2
* | ftrace/x86: Add a comment to why we take text_mutex in ftrace_arch_code_modify_prepare()Steven Rostedt (VMware)2019-06-281-0/+5
* | ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run_update_code()Petr Mladek2019-06-281-0/+3
|/