index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
kprobes
/
opt.c
Age
Commit message (
Expand
)
Author
2019-07-08
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-06-25
x86/stackframe/32: Provide consistent pt_regs
Peter Zijlstra
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-04-29
x86/paravirt: Standardize 'insn_buff' variable names
Ingo Molnar
2019-02-13
x86/kprobes: Move trampoline code into RODATA
Masami Hiramatsu
2019-02-13
x86/kprobes: Prohibit probing on optprobe template code
Masami Hiramatsu
2018-12-04
kprobes/x86: Fix instruction patching corruption when copying more than one R...
Masami Hiramatsu
2018-10-22
kprobes/x86: Use preempt_enable() in optimized_callback()
Masami Hiramatsu
2018-06-21
kprobes/x86: Do not disable preempt on int3 path
Masami Hiramatsu
2018-01-21
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-01-19
kprobes/x86: Disable optimizing on the function jumps to indirect thunk
Masami Hiramatsu
2017-09-28
kprobes/x86: Remove IRQ disabling from ftrace-based/optimized kprobes
Masami Hiramatsu
2017-09-28
kprobes/x86: Disable preemption in optprobe
Masami Hiramatsu
2017-09-28
kprobes/x86: Move the get_kprobe_ctlblk() into irq-disabled block
Masami Hiramatsu
2017-09-28
kprobes/x86: Remove addressof() operators
Masami Hiramatsu
2017-09-28
kprobes/x86: Make insn buffer always ROX and use text_poke()
Masami Hiramatsu
2017-08-10
kprobes/x86: Do not jump-optimize kprobes on irq entry code
Masami Hiramatsu
2017-06-30
objtool, x86: Add several functions and files to the objtool whitelist
Josh Poimboeuf
2017-05-08
treewide: decouple cacheflush.h and set_memory.h
Laura Abbott
2017-04-12
kprobes/x86: Consolidate insn decoder users for copying code
Masami Hiramatsu
2017-04-12
kprobes/x86: Use probe_kernel_read() instead of memcpy()
Masami Hiramatsu
2017-04-12
kprobes/x86: Set kprobes pages read-only
Masami Hiramatsu
2017-03-01
kprobes/x86: Fix kernel panic when certain exception-handling addresses are p...
Masami Hiramatsu
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-09-20
x86: Migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2016-04-29
x86/asm: Stop depending on ptrace.h in alternative.h
Andy Lutomirski
2015-03-01
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-02-21
kprobes/x86: Check for invalid ftrace location in __recover_probed_insn()
Petr Mladek
2015-01-13
kprobes: Pass the original kprobe for preparing optimized kprobe
Masami Hiramatsu
2014-11-18
x86: Remove arbitrary instruction size limit in instruction decoder
Dave Hansen
2014-08-27
kprobes/x86: Free 'optinsn' cache when range check fails
Wang Nan
2014-04-24
kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation
Masami Hiramatsu
2014-04-24
kprobes/x86: Allow probe on some kprobe preparation functions
Masami Hiramatsu
2013-09-04
Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2013-08-06
x86, asmlinkage: Make kprobes code visible and fix assembler code
Andi Kleen
2013-07-19
kprobes/x86: Use text_poke_bp() instead of text_poke_smp*()
Masami Hiramatsu
2013-07-19
kprobes/x86: Remove an incorrect comment about int3 in NMI/MCE
Masami Hiramatsu
2013-01-21
kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/
Masami Hiramatsu