aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-18x86: kprobes.c fix compilation warningJaswinder Singh Rajput1-1/+1
2009-03-17prevent boosting kprobes on exception addressMasami Hiramatsu1-0/+3
2009-01-16kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu1-1/+1
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu1-3/+4
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-07-25kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S1-4/+2
2008-07-15Kprobe smoke test lockdep warningPeter Zijlstra1-1/+0
2008-04-17x86: replace most VM86 flags with flags from processor-flags.hgorcunov@gmail.com1-1/+1
2008-04-17x86, kprobes: correct post-eip value in post_hander()Yakov Lerner1-4/+4