summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* kprobes: Move enable/disable_kprobe() out from debugfs codeMasami Hiramatsu2010-05-081-66/+66
* kprobes: Calculate the index correctly when freeing the out-of-line execution...Masami Hiramatsu2010-03-111-1/+2
* kprobes: Jump optimization sysctl interfaceMasami Hiramatsu2010-02-251-3/+85
* kprobes: Introduce kprobes jump optimizationMasami Hiramatsu2010-02-251-51/+410
* kprobes: Introduce generic insn_slot frameworkMasami Hiramatsu2010-02-251-39/+65
* kprobes: Add mcount to the kprobes blacklistMasami Hiramatsu2010-02-051-0/+1
* kprobes: Check probe address is reservedMasami Hiramatsu2010-02-041-1/+3
* kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu2010-02-041-27/+2
* kprobes: Fix distinct type warningHeiko Carstens2009-12-281-1/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-051-20/+48
|\
| * Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar2009-10-171-2/+2
| |\
| * \ Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-231-1/+1
| |\ \
| * | | kprobes: Prevent re-registration of the same kprobeAnanth N Mavinakayanahalli2009-09-171-20/+38
| * | | kprobes/x86-32: Move irq-exit functions to kprobes sectionMasami Hiramatsu2009-09-111-0/+2
| * | | kprobes: Prohibit to probe native_get_debugregMasami Hiramatsu2009-08-301-0/+1
| * | | tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionFrederic Weisbecker2009-08-271-0/+7
* | | | kprobes: Sanitize struct kretprobe_instance allocationsAnanth N Mavinakayanahalli2009-11-021-2/+2
| |_|/ |/| |
* | | const: constify remaining file_operationsAlexey Dobriyan2009-10-011-2/+2
| |/ |/|
* | seq_file: constify seq_operationsJames Morris2009-09-231-1/+1
|/
* Merge branch 'linus' into tracing/coreIngo Molnar2009-08-111-1/+1
|\
| * kprobes: Use kernel_text_address() for checking probe addressMasami Hiramatsu2009-07-301-1/+1
* | kprobes: Clean up insn_pages by using list instead of hlistMasami Hiramatsu2009-07-011-19/+11
|/
* kprobes: No need to unlock kprobe_insn_mutexMasami Hiramatsu2009-07-011-5/+1
* kprobes: fix to use text_mutex around arm/disarm kprobeMasami Hiramatsu2009-05-081-9/+22
* kprobes: support per-kprobe disablingMasami Hiramatsu2009-04-071-26/+141
* kprobes: rename kprobe_enabled to kprobes_all_disarmedMasami Hiramatsu2009-04-071-17/+17
* kprobes: move EXPORT_SYMBOL_GPL just after function definitionsMasami Hiramatsu2009-04-071-12/+18
* kprobes: cleanup aggr_kprobe related codeMasami Hiramatsu2009-04-071-30/+30
* kprobes: Fix locking imbalance in kretprobesAnanth N Mavinakayanahalli2009-03-181-3/+1
* tracing, Text Edit Lock - kprobes architecture independent supportMathieu Desnoyers2009-03-061-2/+13
* kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu2009-01-161-1/+1
* kprobes: support probing module __init functionMasami Hiramatsu2009-01-061-4/+19
* kprobes: remove called_from argumentMasami Hiramatsu2009-01-061-58/+14
* kprobes: support probing module __exit functionMasami Hiramatsu2009-01-061-40/+119
* kprobes: add __kprobes to kprobe internal functionsMasami Hiramatsu2009-01-061-7/+9
* kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-061-4/+21
* kprobes: bugfix: try_module_get even if calling_mod is NULLMasami Hiramatsu2009-01-061-1/+1
* kernel/kprobes.c: don't pad kretprobe_table_locks[] on uniprocessor buildsAndrew Morton2008-11-121-1/+1
* kprobes: disable preempt for module_text_address() and kernel_text_address()Masami Hiramatsu2008-11-121-5/+16
* make kprobes.c:kretprobe_table_lock() staticAdrian Bunk2008-10-161-1/+1
* kprobes: remove redundant config checkAbhishek Sagar2008-07-251-5/+0
* kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-251-38/+89
* kernel/kprobes.c: Made kprobe_blacklist static.Daniel Guilak2008-07-101-1/+1
* kprobes: fix error checking of batch registrationMasami Hiramatsu2008-06-121-6/+9
* kprobes: add (un)register_jprobes for batch registrationMasami Hiramatsu2008-04-281-9/+56
* kprobes: add (un)register_kretprobes for batch registrationMasami Hiramatsu2008-04-281-20/+88
* kprobes: add (un)register_kprobes for batch registrationMasami Hiramatsu2008-04-281-37/+87
* kprobes: prevent probing of preempt_schedule()Srinivasa Ds2008-04-281-0/+52
* kprobes: fix a null pointer bug in register_kretprobe()Masami Hiramatsu2008-03-041-17/+26
* Kprobes: indicate kretprobe support in KconfigAnanth N Mavinakayanahalli2008-03-041-6/+3