summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes/opt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-091-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/+1Star
|/
* x86/kprobes: Move trampoline code into RODATAMasami Hiramatsu2019-02-131-7/+2Star
* 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/+0Star
* 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/+0Star
* | 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-091-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
* x86: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-201-1/+1
* x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski2016-04-291-0/+1
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-03-011-0/+2
|\
| * kprobes/x86: Check for invalid ftrace location in __recover_probed_insn()Petr Mladek2015-02-211-0/+2
* | kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu2015-01-131-1/+2
|/
* x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen2014-11-181-1/+3
* kprobes/x86: Free 'optinsn' cache when range check failsWang Nan2014-08-271-1/+3
* kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-241-3/+5
* kprobes/x86: Allow probe on some kprobe preparation functionsMasami Hiramatsu2014-04-241-12/+12
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2013-09-041-4/+1Star
|\
| * x86, asmlinkage: Make kprobes code visible and fix assembler codeAndi Kleen2013-08-061-4/+1Star
* | kprobes/x86: Use text_poke_bp() instead of text_poke_smp*()Masami Hiramatsu2013-07-191-78/+22Star
* | kprobes/x86: Remove an incorrect comment about int3 in NMI/MCEMasami Hiramatsu2013-07-191-10/+0Star
|/
* kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/Masami Hiramatsu2013-01-211-0/+512