summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes/core.c
Commit message (Expand)AuthorAgeFilesLines
* kprobes/x86: Don't try to resolve kprobe faults from userspaceAndy Lutomirski2014-07-161-0/+3
* kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-241-28/+49
* kprobes/x86: Allow probe on some kprobe preparation functionsMasami Hiramatsu2014-04-241-10/+10
* kprobes/x86: Call exception handlers directly from do_int3/do_debugMasami Hiramatsu2014-04-241-21/+3
* kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu2014-04-241-0/+8
* kprobes/x86: Allow to handle reentered kprobe on single-steppingMasami Hiramatsu2014-04-241-1/+2
* kprobes/x86: Fix page-fault handling logicMasami Hiramatsu2014-04-171-9/+7
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2013-09-041-1/+1
|\
| * x86, asmlinkage: Make kprobes code visible and fix assembler codeAndi Kleen2013-08-061-1/+1
* | kprobes/x86: Use text_poke_bp() instead of text_poke_smp*()Masami Hiramatsu2013-07-191-1/+1
|/
* kprobes: Fix arch_prepare_kprobe to handle copy insn failuresMasami Hiramatsu2013-06-201-4/+10
* kprobes/x86: Just return error for sanity check failure instead of using BUG_ONMasami Hiramatsu2013-04-081-1/+5
* kprobes/x86: Check Interrupt Flag modifier when registering probeMasami Hiramatsu2013-03-181-1/+4
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+4
* kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/Masami Hiramatsu2013-01-211-0/+1064