summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes
Commit message (Expand)AuthorAgeFilesLines
* kprobes/x86: Use hlist_for_each_entry() instead of hlist_for_each_entry_safe()Masami Hiramatsu2017-02-061-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov2016-10-161-0/+4
* kprobes: Avoid false KASAN reports during stack copyDmitry Vyukov2016-10-161-3/+4
* x86: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-202-2/+2
* kprobes/x86: Clear TF bit in fault on single-steppingMasami Hiramatsu2016-06-141-0/+12
* x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski2016-04-292-0/+2
* x86/kprobes: Mark kretprobe_trampoline() stack frame as non-standardJosh Poimboeuf2016-02-291-0/+2
* Merge branch 'ras/core' into core/objtool, to pick up the new exception table...Ingo Molnar2016-02-251-1/+1
|\
| * x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-181-1/+1
* | x86/kprobes: Get rid of kretprobe_trampoline_holder()Josh Poimboeuf2016-02-241-29/+28
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-141-3/+6
|\
| * kprobes/x86: Return correct length in __copy_instruction()Eugene Shatokhin2015-03-171-3/+6
| * Merge 'tip/perf/urgent' into perf/core to pick fixesArnaldo Carvalho de Melo2015-03-022-14/+42
| |\
* | | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-231-2/+2
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-03-012-14/+42
|\ \ \ | |/ / |/| / | |/
| * kprobes/x86: Check for invalid ftrace location in __recover_probed_insn()Petr Mladek2015-02-212-0/+14
| * kprobes/x86: Use 5-byte NOP when the code might be modified by ftracePetr Mladek2015-02-211-14/+28
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-211-1/+1
|\|
| * kprobes/x86: Mark 2 bytes NOP as boostableWang Nan2015-02-181-1/+1
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-121-1/+2
|\ \ | |/ |/|
| * kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu2015-01-131-1/+2
* | ftrace/jprobes/x86: Fix conflict between jprobes and function graph tracingSteven Rostedt (Red Hat)2015-01-151-5/+15
|/
* Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-12-101-3/+6
|\
| * kprobes/ftrace: Recover original IP if pre_handler doesn't change itMasami Hiramatsu2014-11-201-3/+6
* | x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen2014-11-182-4/+8
|/
* kprobes/x86: Free 'optinsn' cache when range check failsWang Nan2014-08-271-1/+3
* 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-243-37/+63
* kprobes/x86: Allow probe on some kprobe preparation functionsMasami Hiramatsu2014-04-243-23/+23
* 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-042-5/+2
|\
| * x86, asmlinkage: Make kprobes code visible and fix assembler codeAndi Kleen2013-08-062-5/+2
* | kprobes/x86: Use text_poke_bp() instead of text_poke_smp*()Masami Hiramatsu2013-07-193-84/+23
* | kprobes/x86: Remove an incorrect comment about int3 in NMI/MCEMasami Hiramatsu2013-07-191-10/+0
|/
* 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-215-0/+1789