aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/kprobes.c
AgeCommit message (Expand)Author
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2010-12-17kprobes: Use this_cpu_opsChristoph Lameter
2010-12-06kprobes: Use text_poke_smp_batch for unoptimizingMasami Hiramatsu
2010-12-06kprobes: Use text_poke_smp_batch for optimizingMasami Hiramatsu
2010-12-06kprobes: Support delayed unoptimizingMasami Hiramatsu
2010-09-22jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron
2010-09-15kprobes: Remove __dummy_bufNamhyung Kim
2010-09-15kprobes: Make functions staticNamhyung Kim
2010-08-19kprobes/x86: Fix the return address of multiple kretprobesKUMANO Syuhei
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar
2010-07-18x86: kprobes: fix swapped segment registers in kretprobeRoland McGrath
2010-06-29kprobes/x86: Fix kprobes to skip prefixes correctlyMasami Hiramatsu
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-11kprobes/x86: Fix removed int3 checking orderMasami Hiramatsu
2010-03-26x86, ptrace: Fix block-stepPeter Zijlstra
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra
2010-02-25kprobes/x86: Support kprobes jump optimization on x86Masami Hiramatsu
2010-02-25kprobes/x86: Cleanup save/restore registersMasami Hiramatsu
2010-02-25kprobes/x86: Boost probes when reenteringMasami Hiramatsu
2010-02-25kprobes/x86: Cleanup RELATIVEJUMP_INSTRUCTION to RELATIVEJUMP_OPCODEMasami Hiramatsu
2010-02-04kprobes: Check probe address is reservedMasami Hiramatsu
2010-02-04kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-05Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar
2009-10-12x86: use kernel_stack_pointer() in kprobes.cH. Peter Anvin
2009-08-30kprobes/x86-64: Allow to reenter probe on post_handlerMasami Hiramatsu
2009-08-30kprobes/x86: Call BUG() when reentering probe into KPROBES_HIT_SSMasami Hiramatsu
2009-08-27tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionFrederic Weisbecker
2009-08-27kprobes: Cleanup fix_riprel() using insn decoder on x86Masami Hiramatsu
2009-08-27kprobes: Checks probe address is instruction boudary on x86Masami Hiramatsu
2009-06-02hw-breakpoints: reset bits in dr6 after the corresponding exception is handledK.Prasad
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-03-25x86: kretprobe-booster interrupt emulation code fixMasami Hiramatsu
2009-03-18x86: kprobes.c fix compilation warningJaswinder Singh Rajput
2009-03-17prevent boosting kprobes on exception addressMasami Hiramatsu
2009-01-16kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer
2008-07-25kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S
2008-07-15Kprobe smoke test lockdep warningPeter Zijlstra
2008-04-17x86: replace most VM86 flags with flags from processor-flags.hgorcunov@gmail.com
2008-04-17x86, kprobes: correct post-eip value in post_hander()Yakov Lerner
2008-04-17x86: prevent unconditional writes to DebugCtl MSRJan Beulich
2008-02-19x86, kprobes: remove sparse warnings from x86Harvey Harrison
2008-01-30x86: remove unneded castsJan Engelhardt
2008-01-30x86: fix singlestep handling in reenter_kprobeAbhishek Sagar
2008-01-30x86: use wrmsrl in kprobes.c, step.cHarvey Harrison