summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/Masami Hiramatsu2013-01-211-1064/+0
* kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu2013-01-211-68/+2
* kprobes/x86: Move skip_singlestep upBorislav Petkov2012-09-201-16/+16
* kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu2012-09-131-13/+29
* kprobes/x86: Fix kprobes to collectly handle IP on ftraceMasami Hiramatsu2012-09-131-3/+6
* kprobes/x86: ftrace based optimization for x86Masami Hiramatsu2012-07-311-0/+48
* x86: Avoid double stack traces with show_regs()Jan Beulich2012-05-091-2/+2
* x86/kprobes: Split out optprobe related code to kprobes-opt.cMasami Hiramatsu2012-03-061-594/+31
* x86/kprobes: Fix a bug which can modify kernel code permanentlyMasami Hiramatsu2012-03-061-18/+15
* x86/kprobes: Fix instruction recovery on optimized pathMasami Hiramatsu2012-03-061-43/+97
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-10-261-3/+4
|\
| * x86, perf, kprobes: Make kprobes's twobyte_is_boostable volatileJosh Stone2011-10-181-1/+3
* | x86: Fix compilation bug in kprobes' twobyte_is_boostableJosh Stone2011-10-251-1/+3
|/
* kprobes, x86: Disable irqs during optimized callbackJiri Olsa2011-05-111-2/+3
* kprobes: Disabling optimized kprobes for entry text sectionJiri Olsa2011-03-081-0/+8
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-7/+7
|\
| * kprobes: Use this_cpu_opsChristoph Lameter2010-12-171-7/+7
* | kprobes: Use text_poke_smp_batch for unoptimizingMasami Hiramatsu2010-12-061-0/+40
* | kprobes: Use text_poke_smp_batch for optimizingMasami Hiramatsu2010-12-061-8/+61
* | kprobes: Support delayed unoptimizingMasami Hiramatsu2010-12-061-0/+4
|/
* jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron2010-09-221-1/+2
* kprobes: Remove __dummy_bufNamhyung Kim2010-09-151-7/+2
* kprobes: Make functions staticNamhyung Kim2010-09-151-1/+1
* kprobes/x86: Fix the return address of multiple kretprobesKUMANO Syuhei2010-08-191-3/+22
* Merge branch 'linus' into perf/coreIngo Molnar2010-07-211-1/+1
|\
| * x86: kprobes: fix swapped segment registers in kretprobeRoland McGrath2010-07-181-1/+1
* | kprobes/x86: Fix kprobes to skip prefixes correctlyMasami Hiramatsu2010-06-291-16/+17
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-181-4/+12
|\
| * x86, ptrace: Fix block-stepPeter Zijlstra2010-03-261-2/+12
| * x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-4/+2
* | kprobes/x86: Fix removed int3 checking orderMasami Hiramatsu2010-05-111-14/+13
|/
* kprobes/x86: Support kprobes jump optimization on x86Masami Hiramatsu2010-02-251-22/+411
* kprobes/x86: Cleanup save/restore registersMasami Hiramatsu2010-02-251-61/+67
* kprobes/x86: Boost probes when reenteringMasami Hiramatsu2010-02-251-22/+26
* kprobes/x86: Cleanup RELATIVEJUMP_INSTRUCTION to RELATIVEJUMP_OPCODEMasami Hiramatsu2010-02-251-1/+1
* kprobes: Check probe address is reservedMasami Hiramatsu2010-02-041-0/+3
* kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu2010-02-041-1/+1
* Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-2/+2
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-2/+2
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-051-13/+1
|\ \
| * | x86: use kernel_stack_pointer() in kprobes.cH. Peter Anvin2009-10-121-13/+1
| |/
* | Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar2009-11-211-1/+8
|\ \
| * | hw-breakpoints: reset bits in dr6 after the corresponding exception is handledK.Prasad2009-06-021-1/+8
| |/
* | kprobes/x86-64: Allow to reenter probe on post_handlerMasami Hiramatsu2009-08-301-11/+0
* | kprobes/x86: Call BUG() when reentering probe into KPROBES_HIT_SSMasami Hiramatsu2009-08-301-16/+10
* | tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionFrederic Weisbecker2009-08-271-2/+6
* | kprobes: Cleanup fix_riprel() using insn decoder on x86Masami Hiramatsu2009-08-271-105/+23
* | kprobes: Checks probe address is instruction boudary on x86Masami Hiramatsu2009-08-271-0/+73
|/
* Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-8/+9
|\
| * x86: kretprobe-booster interrupt emulation code fixMasami Hiramatsu2009-03-251-8/+9