aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-21kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/Masami Hiramatsu1-1064/+0
2013-01-21kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu1-68/+2
2012-09-20kprobes/x86: Move skip_singlestep upBorislav Petkov1-16/+16
2012-09-13kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu1-13/+29
2012-09-13kprobes/x86: Fix kprobes to collectly handle IP on ftraceMasami Hiramatsu1-3/+6
2012-07-31kprobes/x86: ftrace based optimization for x86Masami Hiramatsu1-0/+48
2012-05-09x86: Avoid double stack traces with show_regs()Jan Beulich1-2/+2
2012-03-06x86/kprobes: Split out optprobe related code to kprobes-opt.cMasami Hiramatsu1-594/+31
2012-03-06x86/kprobes: Fix a bug which can modify kernel code permanentlyMasami Hiramatsu1-18/+15
2012-03-06x86/kprobes: Fix instruction recovery on optimized pathMasami Hiramatsu1-43/+97
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2011-10-25x86: Fix compilation bug in kprobes' twobyte_is_boostableJosh Stone1-1/+3
2011-10-18x86, perf, kprobes: Make kprobes's twobyte_is_boostable volatileJosh Stone1-1/+3
2011-05-11kprobes, x86: Disable irqs during optimized callbackJiri Olsa1-2/+3
2011-03-08kprobes: Disabling optimized kprobes for entry text sectionJiri Olsa1-0/+8
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-7/+7
2010-12-17kprobes: Use this_cpu_opsChristoph Lameter1-7/+7
2010-12-06kprobes: Use text_poke_smp_batch for unoptimizingMasami Hiramatsu1-0/+40
2010-12-06kprobes: Use text_poke_smp_batch for optimizingMasami Hiramatsu1-8/+61
2010-12-06kprobes: Support delayed unoptimizingMasami Hiramatsu1-0/+4
2010-09-22jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron1-1/+2
2010-09-15kprobes: Remove __dummy_bufNamhyung Kim1-7/+2
2010-09-15kprobes: Make functions staticNamhyung Kim1-1/+1
2010-08-19kprobes/x86: Fix the return address of multiple kretprobesKUMANO Syuhei1-3/+22
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar1-1/+1
2010-07-18x86: kprobes: fix swapped segment registers in kretprobeRoland McGrath1-1/+1
2010-06-29kprobes/x86: Fix kprobes to skip prefixes correctlyMasami Hiramatsu1-16/+17
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+12
2010-05-11kprobes/x86: Fix removed int3 checking orderMasami Hiramatsu1-14/+13
2010-03-26x86, ptrace: Fix block-stepPeter Zijlstra1-2/+12
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-4/+2
2010-02-25kprobes/x86: Support kprobes jump optimization on x86Masami Hiramatsu1-22/+411
2010-02-25kprobes/x86: Cleanup save/restore registersMasami Hiramatsu1-61/+67
2010-02-25kprobes/x86: Boost probes when reenteringMasami Hiramatsu1-22/+26
2010-02-25kprobes/x86: Cleanup RELATIVEJUMP_INSTRUCTION to RELATIVEJUMP_OPCODEMasami Hiramatsu1-1/+1
2010-02-04kprobes: Check probe address is reservedMasami Hiramatsu1-0/+3
2010-02-04kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2009-12-05Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-13/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar1-1/+8
2009-10-12x86: use kernel_stack_pointer() in kprobes.cH. Peter Anvin1-13/+1
2009-08-30kprobes/x86-64: Allow to reenter probe on post_handlerMasami Hiramatsu1-11/+0
2009-08-30kprobes/x86: Call BUG() when reentering probe into KPROBES_HIT_SSMasami Hiramatsu1-16/+10
2009-08-27tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionFrederic Weisbecker1-2/+6
2009-08-27kprobes: Cleanup fix_riprel() using insn decoder on x86Masami Hiramatsu1-105/+23
2009-08-27kprobes: Checks probe address is instruction boudary on x86Masami Hiramatsu1-0/+73
2009-06-02hw-breakpoints: reset bits in dr6 after the corresponding exception is handledK.Prasad1-1/+8
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-8/+9
2009-03-25x86: kretprobe-booster interrupt emulation code fixMasami Hiramatsu1-8/+9