aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAge
* 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
* tracing, Text Edit Lock - kprobes architecture independent supportMathieu Desnoyers2009-03-06
* kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu2009-01-16
* kprobes: support probing module __init functionMasami Hiramatsu2009-01-06
* kprobes: remove called_from argumentMasami Hiramatsu2009-01-06
* kprobes: support probing module __exit functionMasami Hiramatsu2009-01-06
* kprobes: add __kprobes to kprobe internal functionsMasami Hiramatsu2009-01-06
* kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-06
* kprobes: bugfix: try_module_get even if calling_mod is NULLMasami Hiramatsu2009-01-06
* kernel/kprobes.c: don't pad kretprobe_table_locks[] on uniprocessor buildsAndrew Morton2008-11-12
* kprobes: disable preempt for module_text_address() and kernel_text_address()Masami Hiramatsu2008-11-12
* make kprobes.c:kretprobe_table_lock() staticAdrian Bunk2008-10-16
* kprobes: remove redundant config checkAbhishek Sagar2008-07-25
* kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-25
* kernel/kprobes.c: Made kprobe_blacklist static.Daniel Guilak2008-07-10
* kprobes: fix error checking of batch registrationMasami Hiramatsu2008-06-12
* kprobes: add (un)register_jprobes for batch registrationMasami Hiramatsu2008-04-28
* kprobes: add (un)register_kretprobes for batch registrationMasami Hiramatsu2008-04-28
* kprobes: add (un)register_kprobes for batch registrationMasami Hiramatsu2008-04-28
* kprobes: prevent probing of preempt_schedule()Srinivasa Ds2008-04-28
* kprobes: fix a null pointer bug in register_kretprobe()Masami Hiramatsu2008-03-04
* Kprobes: indicate kretprobe support in KconfigAnanth N Mavinakayanahalli2008-03-04
* kprobes: kretprobe user entry-handlerAbhishek Sagar2008-02-06
* x86: kprobes: add kprobes smoke tests that run on bootAnanth N Mavinakayanahalli2008-01-30
* kprobes: support kretprobe blacklistMasami Hiramatsu2007-10-16
* x86: optimize page faults like all other achitectures and kill notifier cruftChristoph Hellwig2007-10-16
* fix compilation with gcc 4.2Peter Chubb2007-08-11
* jprobes: make jprobes a little safer for usersMichael Ellerman2007-07-19
* Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli2007-05-08
* kprobes: kretprobes simplificationsChristoph Hellwig2007-05-08