aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes/core.c
Commit message (Expand)AuthorAge
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-14
|\
| * kprobes/x86: Return correct length in __copy_instruction()Eugene Shatokhin2015-03-17
* | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-23
|/
* kprobes/x86: Check for invalid ftrace location in __recover_probed_insn()Petr Mladek2015-02-21
* kprobes/x86: Use 5-byte NOP when the code might be modified by ftracePetr Mladek2015-02-21
* kprobes/x86: Mark 2 bytes NOP as boostableWang Nan2015-02-18
* ftrace/jprobes/x86: Fix conflict between jprobes and function graph tracingSteven Rostedt (Red Hat)2015-01-15
* x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen2014-11-17
* kprobes/x86: Don't try to resolve kprobe faults from userspaceAndy Lutomirski2014-07-16
* kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-24
* kprobes/x86: Allow probe on some kprobe preparation functionsMasami Hiramatsu2014-04-24
* kprobes/x86: Call exception handlers directly from do_int3/do_debugMasami Hiramatsu2014-04-24
* kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu2014-04-24
* kprobes/x86: Allow to handle reentered kprobe on single-steppingMasami Hiramatsu2014-04-24
* kprobes/x86: Fix page-fault handling logicMasami Hiramatsu2014-04-17
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2013-09-04
|\
| * x86, asmlinkage: Make kprobes code visible and fix assembler codeAndi Kleen2013-08-06
* | kprobes/x86: Use text_poke_bp() instead of text_poke_smp*()Masami Hiramatsu2013-07-19
|/
* kprobes: Fix arch_prepare_kprobe to handle copy insn failuresMasami Hiramatsu2013-06-20
* kprobes/x86: Just return error for sanity check failure instead of using BUG_ONMasami Hiramatsu2013-04-08
* kprobes/x86: Check Interrupt Flag modifier when registering probeMasami Hiramatsu2013-03-18
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/Masami Hiramatsu2013-01-21