summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-181-0/+3
|\
| * kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-05-161-0/+3
* | mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)2024-05-141-2/+2
|/
* kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe addressMasami Hiramatsu (Google)2024-03-221-1/+10
* Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2024-03-152-31/+69
|\
| * x86/kprobes: Boost more instructions from grp2/3/4/5Jinghao Jia2024-03-061-6/+17
| * x86/kprobes: Prohibit kprobing on INT and UDJinghao Jia2024-03-061-9/+39
| * x86/kprobes: Refactor can_{probe,boost} return type to boolJinghao Jia2024-03-062-19/+16
* | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-1/+1
|/
* x86/kprobes: fix incorrect return address calculation in kprobe_emulate_call_...Jinghao Jia2024-01-041-1/+2
* Merge tag 'x86-core-2023-08-30-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-08-301-0/+34
|\
| * x86/kprobes: Prohibit probing on compiler generated CFI checking codeMasami Hiramatsu2023-08-021-0/+34
* | x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Petr Pavlu2023-08-141-24/+16
|/
* Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-02-231-3/+3
|\
| * x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong2023-02-211-1/+1
| * x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong2023-02-211-2/+2
* | Merge tag 'x86_alternatives_for_v6.3_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-02-211-30/+8
|\ \
| * | x86/alternatives: Introduce int3_emulate_jcc()Peter Zijlstra2023-01-311-30/+8
* | | Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-211-23/+11
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v6.2-rc4' into perf/core, to pick up fixesIngo Molnar2023-01-182-23/+15
| |\ \
| * | | x86/kprobes: Use switch-case for 0xFF opcodes in prepare_emulationChuang Wang2023-01-101-9/+11
| * | | x86/kprobes: Drop removed INT3 handling codeMasami Hiramatsu (Google)2023-01-071-14/+0
| | |/ | |/|
* | | x86/kprobes: Fix 1 byte conditional jump targetNadav Amit2023-02-081-1/+1
| |/ |/|
* | x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNKMasami Hiramatsu (Google)2022-12-271-20/+8
* | x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNKMasami Hiramatsu (Google)2022-12-271-3/+7
|/
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-8/+2
|\
| * mm: Introduce set_memory_rox()Peter Zijlstra2022-12-151-7/+2
* | x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc()Thomas Gleixner2022-10-171-1/+0
|/
* x86: kprobes: Remove unused macro stack_addrChen Zhongjin2022-09-271-2/+0
* x86/kprobes: Fix JNG/JNLE emulationNadav Amit2022-08-141-1/+1
* x86/kprobes: Update kcb status flag after singlesteppingMasami Hiramatsu (Google)2022-08-021-7/+11
* x86,kprobes: Fix optprobe trampoline to generate complete pt_regsMasami Hiramatsu2022-03-291-9/+16
* x86,rethook,kprobes: Replace kretprobe with rethook on x86Masami Hiramatsu2022-03-292-107/+1
* x86/ibt: Annotate text referencesPeter Zijlstra2022-03-151-0/+1
* x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra2022-03-151-0/+17
* x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra2022-03-151-9/+2
* x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra2021-12-081-1/+1
* ftrace: disable preemption when recursion locked王贇2021-10-271-2/+0
* x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu2021-10-011-2/+16
* x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu2021-10-011-9/+25
* x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf2021-10-011-2/+11
* kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-10-011-9/+9
* kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-10-011-1/+1
* kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu2021-10-011-3/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-6/+0
|\
| * kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song2021-07-011-6/+0
* | Merge tag 'x86-cleanups-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-281-1/+1
|\ \
| * | x86: Fix leftover comment typosIngo Molnar2021-05-121-1/+1
| |/
* | kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao2021-06-031-8/+0
* | kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-10/+0
|/