summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-271-3/+4
|\
| * kprobes: Remove redundant text_mutex lock in optimizeMasami Hiramatsu2010-10-251-3/+4
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ | |/ |/|
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron2010-09-221-1/+2
* | jump label: Base patch for jump labelJason Baron2010-09-221-0/+1
* | kprobes: Add sparse context annotationsNamhyung Kim2010-09-151-0/+4
* | kprobes: Make functions staticNamhyung Kim2010-09-151-2/+3
* | kprobes: Verify jprobe entry pointNamhyung Kim2010-09-151-5/+9
* | kprobes: Remove redundant address checkNamhyung Kim2010-09-151-8/+5
|/
* 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
OpenPOWER on IntegriCloud