summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes
AgeCommit message (Expand)AuthorLines
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+1
2025-10-16x86/insn: Simplify for_each_insn_prefix()Peter Zijlstra-2/+1
2025-10-14x86/kprobes: Remove STACK_FRAME_NON_STANDARD annotationJosh Poimboeuf-4/+0
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook-1/+1
2025-08-02x86/kprobes: enable EXECMEM_ROX_CACHE for kprobes allocationsMike Rapoport (Microsoft)-18/+0
2025-04-11x86/alternatives: Rename 'text_poke_sync()' to 'smp_text_poke_sync_each_cpu()'Ingo Molnar-4/+4
2025-04-11x86/alternatives: Rename 'text_poke_bp()' to 'smp_text_poke_single()'Ingo Molnar-1/+1
2025-02-14x86/ibt: Clean up is_endbr()Peter Zijlstra-10/+1
2024-11-07x86/kprobes: Cleanup kprobes on ftrace codeMasami Hiramatsu (Google)-8/+11
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-0/+3
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan-0/+3
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)-2/+2
2024-03-22kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe addressMasami Hiramatsu (Google)-1/+10
2024-03-14Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-31/+69
2024-03-07x86/kprobes: Boost more instructions from grp2/3/4/5Jinghao Jia-6/+17
2024-03-07x86/kprobes: Prohibit kprobing on INT and UDJinghao Jia-9/+39
2024-03-07x86/kprobes: Refactor can_{probe,boost} return type to boolJinghao Jia-19/+16
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao-1/+1
2024-01-04x86/kprobes: fix incorrect return address calculation in kprobe_emulate_call_...Jinghao Jia-1/+2
2023-08-30Merge tag 'x86-core-2023-08-30-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+34
2023-08-14x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Petr Pavlu-24/+16
2023-08-02x86/kprobes: Prohibit probing on compiler generated CFI checking codeMasami Hiramatsu-0/+34
2023-02-23Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-3/+3
2023-02-21Merge tag 'x86_alternatives_for_v6.3_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-30/+8
2023-02-20Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-23/+11
2023-02-21x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong-1/+1
2023-02-21x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong-2/+2
2023-02-08x86/kprobes: Fix 1 byte conditional jump targetNadav Amit-1/+1
2023-01-31x86/alternatives: Introduce int3_emulate_jcc()Peter Zijlstra-30/+8
2023-01-18Merge tag 'v6.2-rc4' into perf/core, to pick up fixesIngo Molnar-23/+15
2023-01-10x86/kprobes: Use switch-case for 0xFF opcodes in prepare_emulationChuang Wang-9/+11
2023-01-07x86/kprobes: Drop removed INT3 handling codeMasami Hiramatsu (Google)-14/+0
2022-12-27x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNKMasami Hiramatsu (Google)-20/+8
2022-12-27x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNKMasami Hiramatsu (Google)-3/+7
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+2
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra-7/+2
2022-10-17x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc()Thomas Gleixner-1/+0
2022-09-27x86: kprobes: Remove unused macro stack_addrChen Zhongjin-2/+0
2022-08-14x86/kprobes: Fix JNG/JNLE emulationNadav Amit-1/+1
2022-08-02x86/kprobes: Update kcb status flag after singlesteppingMasami Hiramatsu (Google)-7/+11
2022-03-28x86,kprobes: Fix optprobe trampoline to generate complete pt_regsMasami Hiramatsu-9/+16
2022-03-28x86,rethook,kprobes: Replace kretprobe with rethook on x86Masami Hiramatsu-107/+1
2022-03-15x86/ibt: Annotate text referencesPeter Zijlstra-0/+1
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra-0/+17
2022-03-15x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra-9/+2
2021-12-08x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra-1/+1
2021-10-27ftrace: disable preemption when recursion locked王贇-2/+0
2021-09-30x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu-2/+16
2021-09-30x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu-9/+25
2021-09-30x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf-2/+11