summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes/opt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNKMasami Hiramatsu (Google)2022-12-271-20/+8
* x86,kprobes: Fix optprobe trampoline to generate complete pt_regsMasami Hiramatsu2022-03-281-9/+16
* kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu2021-09-301-3/+3
* x86: Add insn_decode_kernel()Peter Zijlstra2021-03-311-1/+1
* x86/kprobes: Convert to insn_decode()Borislav Petkov2021-03-151-2/+7
* x86/kprobes: Fix optprobe to detect INT3 padding correctlyMasami Hiramatsu2020-12-121-2/+20
* Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-141-1/+1
|\
| * objtool: Rename frame.h -> objtool.hJulien Thierry2020-09-101-1/+1
* | Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-1/+0
|\ \ | |/ |/|
| * x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross2020-08-151-1/+0
* | static_call: Avoid kprobes on inline static_call()sPeter Zijlstra2020-09-011-1/+3
|/
* Merge branch 'perf/vlbr'Peter Zijlstra2020-07-021-1/+1
|\
| * maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+1
* | perf/x86: Add perf text poke events for kprobesAdrian Hunter2020-06-151-5/+33
|/
* x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner2020-06-111-3/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* x86/optprobe: Fix OPTPROBE vs UACCESSPeter Zijlstra2020-03-201-0/+25
* x86/kprobe: Add comments to arch_{,un}optimize_kprobes()Peter Zijlstra2019-11-271-2/+12
* x86/kprobes: Fix ordering while text-patchingPeter Zijlstra2019-11-271-8/+4
* x86/kprobes: Convert to text-patching.hPeter Zijlstra2019-11-271-23/+21
* x86/alternatives: Add and use text_gen_insn() helperPeter Zijlstra2019-11-271-6/+1
* x86/alternatives: Teach text_poke_bp() to emulate instructionsPeter Zijlstra2019-11-151-3/+8
* x86: Correct misc typosMarco Ammon2019-09-021-1/+1
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-8/+8
|\
| * x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar2019-04-291-8/+8
* | x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra2019-06-251-8/+12
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
|/
* x86/kprobes: Move trampoline code into RODATAMasami Hiramatsu2019-02-131-7/+2
* x86/kprobes: Prohibit probing on optprobe template codeMasami Hiramatsu2019-02-131-0/+5
* kprobes/x86: Fix instruction patching corruption when copying more than one R...Masami Hiramatsu2018-12-041-1/+1
* kprobes/x86: Use preempt_enable() in optimized_callback()Masami Hiramatsu2018-10-221-1/+1
* kprobes/x86: Do not disable preempt on int3 pathMasami Hiramatsu2018-06-211-1/+0
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-211-1/+22
|\
| * kprobes/x86: Disable optimizing on the function jumps to indirect thunkMasami Hiramatsu2018-01-191-1/+22
* | kprobes/x86: Remove IRQ disabling from ftrace-based/optimized kprobesMasami Hiramatsu2017-09-281-4/+0
* | kprobes/x86: Disable preemption in optprobeMasami Hiramatsu2017-09-281-0/+2
* | kprobes/x86: Move the get_kprobe_ctlblk() into irq-disabled blockMasami Hiramatsu2017-09-281-1/+1
* | kprobes/x86: Remove addressof() operatorsMasami Hiramatsu2017-09-281-4/+4
* | kprobes/x86: Make insn buffer always ROX and use text_poke()Masami Hiramatsu2017-09-281-28/+37
|/
* kprobes/x86: Do not jump-optimize kprobes on irq entry codeMasami Hiramatsu2017-08-101-3/+6
* objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2017-06-301-1/+8
* treewide: decouple cacheflush.h and set_memory.hLaura Abbott2017-05-081-0/+1
* kprobes/x86: Consolidate insn decoder users for copying codeMasami Hiramatsu2017-04-121-2/+3
* kprobes/x86: Use probe_kernel_read() instead of memcpy()Masami Hiramatsu2017-04-121-1/+4
* kprobes/x86: Set kprobes pages read-onlyMasami Hiramatsu2017-04-121-0/+3
* kprobes/x86: Fix kernel panic when certain exception-handling addresses are p...Masami Hiramatsu2017-03-011-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1