summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ftrace.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+2
2022-12-15Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-0/+2
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra1-3/+2
2022-12-15x86/ftrace: Remove SYSTEM_BOOTING exceptionsPeter Zijlstra1-2/+1
2022-12-09ftrace/x86: Add back ftrace_expected for ftrace bug reportsSteven Rostedt (Google)1-0/+2
2022-10-17x86/ftrace: Make it call depth tracking awarePeter Zijlstra1-4/+12
2022-10-17x86/returnthunk: Allow different return thunksPeter Zijlstra1-1/+1
2022-10-17x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc()Thomas Gleixner1-2/+0
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-0/+1
2022-07-30ftrace/x86: Add back ftrace_expected assignmentSteven Rostedt (Google)1-0/+1
2022-06-27x86/ftrace: Use alternative RET encodingPeter Zijlstra1-2/+5
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-4/+2
2022-05-26ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu1-4/+2
2022-04-29ftrace: cleanup ftrace_graph_caller enable and disableChengming Zhou1-15/+2
2022-03-15x86/ibt,ftrace: Make function-graph play nicePeter Zijlstra1-7/+2
2021-12-09x86: Add straight-line-speculation mitigationPeter Zijlstra1-1/+1
2021-10-20x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)1-3/+34
2021-10-19x86/ftrace: Remove fault protection code in prepare_ftrace_returnSteven Rostedt (VMware)1-35/+3
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-5/+0
2021-03-15x86: Remove dynamic NOP selectionPeter Zijlstra1-2/+2
2020-06-29x86/ftrace: Do not jump to direct code in created trampolinesSteven Rostedt (VMware)1-0/+15
2020-06-29x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)1-7/+0
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-5/+5
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar1-1/+28
2020-05-12x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)1-1/+28
2020-04-22x86,ftrace: Fix ftrace_regs_caller() unwindPeter Zijlstra1-2/+10
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-562/+126
2020-01-28Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar1-562/+126
2019-12-10ftrace: Fix function_graph tracer interaction with BPF trampolineAlexei Starovoitov1-14/+0
2019-12-10x86/ftrace: Explicitly include vmalloc.h for set_vm_flush_reset_perms()Sean Christopherson1-0/+1
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar1-0/+14
2019-11-27x86/ftrace: Mark ftrace_modify_code_direct() __refBorislav Petkov1-1/+6
2019-11-27x86/ftrace: Use text_gen_insn()Peter Zijlstra1-25/+7
2019-11-27x86/ftrace: Use text_poke()Peter Zijlstra1-543/+120
2019-11-13ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)1-3/+5
2019-11-13ftrace/x86: Add register_ftrace_direct() for custom trampolinesSteven Rostedt (VMware)1-0/+12
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-3/+3
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+0
2019-07-02ftrace/x86: Anotate text_mutex split between ftrace_arch_code_modify_post_pro...Jiri Kosina1-0/+2
2019-06-28ftrace/x86: Add a comment to why we take text_mutex in ftrace_arch_code_modif...Steven Rostedt (VMware)1-0/+5
2019-06-28ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek1-0/+3
2019-06-25x86/stackframe/32: Allow int3_emulate_push()Peter Zijlstra1-7/+0
2019-05-25x86/ftrace: Make enable parameter bool where applicableSteven Rostedt (VMware)1-3/+3
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-5/+27
2019-05-08ftrace/x86_64: Emulate call function while updating in breakpoint handlerPeter Zijlstra1-5/+27
2019-04-30x86/ftrace: Use vmalloc special flagRick Edgecombe1-8/+6
2019-04-30x86/ftrace: Set trampoline pages as executableNadav Amit1-0/+8
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-25/+17
2019-03-05x86/ftrace: Fix warning and considate ftrace_jmp_replace() and ftrace_call_re...Steven Rostedt (VMware)1-25/+17