aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes/opt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2015-02-21kprobes/x86: Check for invalid ftrace location in __recover_probed_insn()Petr Mladek1-0/+2
2015-01-13kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu1-1/+2
2014-11-18x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen1-1/+3
2014-08-27kprobes/x86: Free 'optinsn' cache when range check failsWang Nan1-1/+3
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu1-3/+5
2014-04-24kprobes/x86: Allow probe on some kprobe preparation functionsMasami Hiramatsu1-12/+12
2013-09-04Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2013-08-06x86, asmlinkage: Make kprobes code visible and fix assembler codeAndi Kleen1-4/+1
2013-07-19kprobes/x86: Use text_poke_bp() instead of text_poke_smp*()Masami Hiramatsu1-78/+22
2013-07-19kprobes/x86: Remove an incorrect comment about int3 in NMI/MCEMasami Hiramatsu1-10/+0
2013-01-21kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/Masami Hiramatsu1-0/+512