aboutsummaryrefslogtreecommitdiff
path: root/kernel/kprobes.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-15kprobes: Return -ENOENT if probe point doesn't existGravatar Masami Hiramatsu 1-10/+23
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-4/+4
2010-12-17kprobes: Use this_cpu_opsGravatar Christoph Lameter 1-4/+4
2010-12-06kprobes: Use text_poke_smp_batch for unoptimizingGravatar Masami Hiramatsu 1-6/+4
2010-12-06kprobes: Use text_poke_smp_batch for optimizingGravatar Masami Hiramatsu 1-10/+7
2010-12-06kprobes: Reuse unused kprobeGravatar Masami Hiramatsu 1-2/+30
2010-12-06kprobes: Support delayed unoptimizingGravatar Masami Hiramatsu 1-77/+233
2010-12-06kprobes: Separate kprobe optimizing code from optimizerGravatar Masami Hiramatsu 1-17/+26
2010-12-06kprobes: Cleanup disabling and unregistering pathGravatar Masami Hiramatsu 1-56/+72
2010-12-06kprobes: Rename old_p to more appropriate nameGravatar Masami Hiramatsu 1-47/+46
2010-10-29jump label: Fix error with preempt disable holding mutexGravatar Steven Rostedt 1-13/+13
2010-10-28jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexGravatar Jason Baron 1-0/+6
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+4
2010-10-25kprobes: Remove redundant text_mutex lock in optimizeGravatar Masami Hiramatsu 1-3/+4
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-09-22jump label: Add jump_label_text_reserved() to reserve jump pointsGravatar Jason Baron 1-1/+2
2010-09-22jump label: Base patch for jump labelGravatar Jason Baron 1-0/+1
2010-09-15kprobes: Add sparse context annotationsGravatar Namhyung Kim 1-0/+4
2010-09-15kprobes: Make functions staticGravatar Namhyung Kim 1-2/+3
2010-09-15kprobes: Verify jprobe entry pointGravatar Namhyung Kim 1-5/+9
2010-09-15kprobes: Remove redundant address checkGravatar Namhyung Kim 1-8/+5
2010-05-08kprobes: Move enable/disable_kprobe() out from debugfs codeGravatar Masami Hiramatsu 1-66/+66
2010-03-11kprobes: Calculate the index correctly when freeing the out-of-line execution...Gravatar Masami Hiramatsu 1-1/+2
2010-02-25kprobes: Jump optimization sysctl interfaceGravatar Masami Hiramatsu 1-3/+85
2010-02-25kprobes: Introduce kprobes jump optimizationGravatar Masami Hiramatsu 1-51/+410
2010-02-25kprobes: Introduce generic insn_slot frameworkGravatar Masami Hiramatsu 1-39/+65
2010-02-05kprobes: Add mcount to the kprobes blacklistGravatar Masami Hiramatsu 1-0/+1
2010-02-04kprobes: Check probe address is reservedGravatar Masami Hiramatsu 1-1/+3
2010-02-04kprobes: Disable booster when CONFIG_PREEMPT=yGravatar Masami Hiramatsu 1-27/+2
2009-12-28kprobes: Fix distinct type warningGravatar Heiko Carstens 1-1/+1
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-20/+48
2009-11-02kprobes: Sanitize struct kretprobe_instance allocationsGravatar Ananth N Mavinakayanahalli 1-2/+2
2009-10-17Merge commit 'v2.6.32-rc5' into perf/probesGravatar Ingo Molnar 1-2/+2
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-2/+2
2009-09-23Merge commit 'linus/master' into tracing/kprobesGravatar Frederic Weisbecker 1-1/+1
2009-09-23seq_file: constify seq_operationsGravatar James Morris 1-1/+1
2009-09-17kprobes: Prevent re-registration of the same kprobeGravatar Ananth N Mavinakayanahalli 1-20/+38
2009-09-11kprobes/x86-32: Move irq-exit functions to kprobes sectionGravatar Masami Hiramatsu 1-0/+2
2009-08-30kprobes: Prohibit to probe native_get_debugregGravatar Masami Hiramatsu 1-0/+1
2009-08-27tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionGravatar Frederic Weisbecker 1-0/+7
2009-08-11Merge branch 'linus' into tracing/coreGravatar Ingo Molnar 1-1/+1
2009-07-30kprobes: Use kernel_text_address() for checking probe addressGravatar Masami Hiramatsu 1-1/+1
2009-07-01kprobes: Clean up insn_pages by using list instead of hlistGravatar Masami Hiramatsu 1-19/+11
2009-07-01kprobes: No need to unlock kprobe_insn_mutexGravatar Masami Hiramatsu 1-5/+1
2009-05-08kprobes: fix to use text_mutex around arm/disarm kprobeGravatar Masami Hiramatsu 1-9/+22
2009-04-07kprobes: support per-kprobe disablingGravatar Masami Hiramatsu 1-26/+141
2009-04-07kprobes: rename kprobe_enabled to kprobes_all_disarmedGravatar Masami Hiramatsu 1-17/+17
2009-04-07kprobes: move EXPORT_SYMBOL_GPL just after function definitionsGravatar Masami Hiramatsu 1-12/+18
2009-04-07kprobes: cleanup aggr_kprobe related codeGravatar Masami Hiramatsu 1-30/+30