aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAge
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-07
|\
| * kprobes: Use this_cpu_opsChristoph Lameter2010-12-17
* | kprobes: Use text_poke_smp_batch for unoptimizingMasami Hiramatsu2010-12-06
* | kprobes: Use text_poke_smp_batch for optimizingMasami Hiramatsu2010-12-06
* | kprobes: Reuse unused kprobeMasami Hiramatsu2010-12-06
* | kprobes: Support delayed unoptimizingMasami Hiramatsu2010-12-06
* | kprobes: Separate kprobe optimizing code from optimizerMasami Hiramatsu2010-12-06
* | kprobes: Cleanup disabling and unregistering pathMasami Hiramatsu2010-12-06
* | kprobes: Rename old_p to more appropriate nameMasami Hiramatsu2010-12-06
|/
* jump label: Fix error with preempt disable holding mutexSteven Rostedt2010-10-29
* jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexJason Baron2010-10-28
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-27
|\
| * kprobes: Remove redundant text_mutex lock in optimizeMasami Hiramatsu2010-10-25
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\ \ | |/ |/|
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron2010-09-22
* | jump label: Base patch for jump labelJason Baron2010-09-22
* | kprobes: Add sparse context annotationsNamhyung Kim2010-09-15
* | kprobes: Make functions staticNamhyung Kim2010-09-15
* | kprobes: Verify jprobe entry pointNamhyung Kim2010-09-15
* | kprobes: Remove redundant address checkNamhyung Kim2010-09-15
|/
* kprobes: Move enable/disable_kprobe() out from debugfs codeMasami Hiramatsu2010-05-08
* kprobes: Calculate the index correctly when freeing the out-of-line execution...Masami Hiramatsu2010-03-11
* kprobes: Jump optimization sysctl interfaceMasami Hiramatsu2010-02-25
* kprobes: Introduce kprobes jump optimizationMasami Hiramatsu2010-02-25
* kprobes: Introduce generic insn_slot frameworkMasami Hiramatsu2010-02-25
* kprobes: Add mcount to the kprobes blacklistMasami Hiramatsu2010-02-05
* kprobes: Check probe address is reservedMasami Hiramatsu2010-02-04
* kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu2010-02-04
* kprobes: Fix distinct type warningHeiko Carstens2009-12-28
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-05
|\
| * Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar2009-10-17
| |\
| * \ Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-23
| |\ \
| * | | kprobes: Prevent re-registration of the same kprobeAnanth N Mavinakayanahalli2009-09-16
| * | | kprobes/x86-32: Move irq-exit functions to kprobes sectionMasami Hiramatsu2009-09-10
| * | | kprobes: Prohibit to probe native_get_debugregMasami Hiramatsu2009-08-29
| * | | tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionFrederic Weisbecker2009-08-26
* | | | kprobes: Sanitize struct kretprobe_instance allocationsAnanth N Mavinakayanahalli2009-11-02
| |_|/ |/| |
* | | const: constify remaining file_operationsAlexey Dobriyan2009-10-01
| |/ |/|
* | seq_file: constify seq_operationsJames Morris2009-09-23
|/
* Merge branch 'linus' into tracing/coreIngo Molnar2009-08-11
|\
| * kprobes: Use kernel_text_address() for checking probe addressMasami Hiramatsu2009-07-30
* | kprobes: Clean up insn_pages by using list instead of hlistMasami Hiramatsu2009-07-01
|/
* kprobes: No need to unlock kprobe_insn_mutexMasami Hiramatsu2009-07-01
* kprobes: fix to use text_mutex around arm/disarm kprobeMasami Hiramatsu2009-05-08
* kprobes: support per-kprobe disablingMasami Hiramatsu2009-04-07
* kprobes: rename kprobe_enabled to kprobes_all_disarmedMasami Hiramatsu2009-04-07
* kprobes: move EXPORT_SYMBOL_GPL just after function definitionsMasami Hiramatsu2009-04-07
* kprobes: cleanup aggr_kprobe related codeMasami Hiramatsu2009-04-07
* kprobes: Fix locking imbalance in kretprobesAnanth N Mavinakayanahalli2009-03-18