summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes
Commit message (Expand)AuthorAgeFilesLines
* 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-201-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-281-9/+16
* x86,rethook,kprobes: Replace kretprobe with rethook on x86Masami Hiramatsu2022-03-282-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-09-301-2/+16
* x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu2021-09-301-9/+25
* x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf2021-09-301-2/+11
* kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-9/+9
* kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-1/+1
* kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu2021-09-301-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
|/
* Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-272-216/+389
|\
| * Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar2021-04-021-1/+1
| |\
| | * x86: Remove dynamic NOP selectionPeter Zijlstra2021-03-151-1/+1
| * | Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar2021-04-021-1/+1
| |\ \
| | * | ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King2021-03-161-1/+1
| | |/
| * | x86: Add insn_decode_kernel()Peter Zijlstra2021-03-312-3/+3
| * | x86/kprobes: Move 'inline' to the beginning of the kprobe_is_ss() declarationWei Yongjun2021-03-251-1/+1
| * | x86/kprobes: Fix to identify indirect jmp and others using range caseMasami Hiramatsu2021-03-251-24/+20
| * | x86/kprobes: Fix to check non boostable prefixes correctlyMasami Hiramatsu2021-03-251-5/+12
| * | x86/kprobes: Use int3 instead of debug trap for single-stepMasami Hiramatsu2021-03-231-180/+337
| * | x86/kprobes: Identify far indirect JMP correctlyMasami Hiramatsu2021-03-231-2/+1
| * | x86/kprobes: Retrieve correct opcode for group instructionMasami Hiramatsu2021-03-231-1/+5
| * | x86/kprobes: Convert to insn_decode()Borislav Petkov2021-03-152-8/+18
| |/