aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/kprobes
AgeCommit message (Expand)AuthorFilesLines
2024-03-22kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe addressGravatar Masami Hiramatsu (Google) 1-1/+10
2024-03-14Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 2-31/+69
2024-03-07x86/kprobes: Boost more instructions from grp2/3/4/5Gravatar Jinghao Jia 1-6/+17
2024-03-07x86/kprobes: Prohibit kprobing on INT and UDGravatar Jinghao Jia 1-9/+39
2024-03-07x86/kprobes: Refactor can_{probe,boost} return type to boolGravatar Jinghao Jia 2-19/+16
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEGravatar Breno Leitao 1-1/+1
2024-01-04x86/kprobes: fix incorrect return address calculation in kprobe_emulate_call_...Gravatar Jinghao Jia 1-1/+2
2023-08-30Merge tag 'x86-core-2023-08-30-v2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+34
2023-08-14x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Gravatar Petr Pavlu 1-24/+16
2023-08-02x86/kprobes: Prohibit probing on compiler generated CFI checking codeGravatar Masami Hiramatsu 1-0/+34
2023-02-23Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 1-3/+3
2023-02-21Merge tag 'x86_alternatives_for_v6.3_rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-30/+8
2023-02-20Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-23/+11
2023-02-21x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeGravatar Yang Jihong 1-1/+1
2023-02-21x86/kprobes: Fix __recover_optprobed_insn check optimizing logicGravatar Yang Jihong 1-2/+2
2023-02-08x86/kprobes: Fix 1 byte conditional jump targetGravatar Nadav Amit 1-1/+1
2023-01-31x86/alternatives: Introduce int3_emulate_jcc()Gravatar Peter Zijlstra 1-30/+8
2023-01-18Merge tag 'v6.2-rc4' into perf/core, to pick up fixesGravatar Ingo Molnar 2-23/+15
2023-01-10x86/kprobes: Use switch-case for 0xFF opcodes in prepare_emulationGravatar Chuang Wang 1-9/+11
2023-01-07x86/kprobes: Drop removed INT3 handling codeGravatar Masami Hiramatsu (Google) 1-14/+0
2022-12-27x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNKGravatar Masami Hiramatsu (Google) 1-20/+8
2022-12-27x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNKGravatar Masami Hiramatsu (Google) 1-3/+7
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+2
2022-12-15mm: Introduce set_memory_rox()Gravatar Peter Zijlstra 1-7/+2
2022-10-17x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc()Gravatar Thomas Gleixner 1-1/+0
2022-09-27x86: kprobes: Remove unused macro stack_addrGravatar Chen Zhongjin 1-2/+0
2022-08-14x86/kprobes: Fix JNG/JNLE emulationGravatar Nadav Amit 1-1/+1
2022-08-02x86/kprobes: Update kcb status flag after singlesteppingGravatar Masami Hiramatsu (Google) 1-7/+11
2022-03-28x86,kprobes: Fix optprobe trampoline to generate complete pt_regsGravatar Masami Hiramatsu 1-9/+16
2022-03-28x86,rethook,kprobes: Replace kretprobe with rethook on x86Gravatar Masami Hiramatsu 2-107/+1
2022-03-15x86/ibt: Annotate text referencesGravatar Peter Zijlstra 1-0/+1
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesGravatar Peter Zijlstra 1-0/+17
2022-03-15x86/ibt,ftrace: Search for __fentry__ locationGravatar Peter Zijlstra 1-9/+2
2021-12-08x86: Prepare inline-asm for straight-line-speculationGravatar Peter Zijlstra 1-1/+1
2021-10-27ftrace: disable preemption when recursion lockedGravatar 王贇 1-2/+0
2021-09-30x86/kprobes: Fixup return address in generic trampoline handlerGravatar Masami Hiramatsu 1-2/+16
2021-09-30x86/kprobes: Push a fake return address at kretprobe_trampolineGravatar Masami Hiramatsu 1-9/+25
2021-09-30x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Gravatar Josh Poimboeuf 1-2/+11
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyGravatar Masami Hiramatsu 1-9/+9
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Gravatar Masami Hiramatsu 1-1/+1
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Gravatar Masami Hiramatsu 1-3/+3
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-6/+0
2021-07-01kprobes: remove duplicated strong free_insn_page in x86 and s390Gravatar Barry Song 1-6/+0
2021-06-28Merge tag 'x86-cleanups-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2021-06-03kprobes: Do not increment probe miss count in the fault handlerGravatar Naveen N. Rao 1-8/+0
2021-06-01kprobes: Remove kprobe::fault_handlerGravatar Peter Zijlstra 1-10/+0
2021-05-12x86: Fix leftover comment typosGravatar Ingo Molnar 1-1/+1
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-216/+389
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Gravatar Ingo Molnar 1-1/+1
2021-04-02Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesGravatar Ingo Molnar 1-1/+1