Prashanth Nageshappa
|
f986a499ef
kprobes: return proper error code from register_kprobe()
|
13 年之前 |
Jiang Liu
|
55ca6140e9
kprobes: fix a memory leak in function pre_handler_kretprobe()
|
13 年之前 |
Ananth N Mavinakayanahalli
|
d496aab567
kprobes: initialize before using a hlist
|
13 年之前 |
Stephen Boyd
|
efeb156e72
kprobes: silence DEBUG_STRICT_USER_COPY_CHECKS=y warning
|
13 年之前 |
Paul Gortmaker
|
9984de1a5a
kernel: Map most files to use export.h instead of module.h
|
14 年之前 |
Thomas Gleixner
|
ec484608c5
locking, kprobes: Annotate the hash locks and kretprobe.lock as raw
|
16 年之前 |
Masami Hiramatsu
|
bc81d48d13
kprobes: Return -ENOENT if probe point doesn't exist
|
14 年之前 |
Linus Torvalds
|
72eb6a7914
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
|
14 年之前 |
Christoph Lameter
|
b76834bc1b
kprobes: Use this_cpu_ops
|
14 年之前 |
Masami Hiramatsu
|
f984ba4eb5
kprobes: Use text_poke_smp_batch for unoptimizing
|
14 年之前 |
Masami Hiramatsu
|
cd7ebe2298
kprobes: Use text_poke_smp_batch for optimizing
|
14 年之前 |
Masami Hiramatsu
|
0490cd1f9d
kprobes: Reuse unused kprobe
|
14 年之前 |
Masami Hiramatsu
|
6274de4984
kprobes: Support delayed unoptimizing
|
14 年之前 |
Masami Hiramatsu
|
61f4e13ffd
kprobes: Separate kprobe optimizing code from optimizer
|
14 年之前 |
Masami Hiramatsu
|
6f0f1dd719
kprobes: Cleanup disabling and unregistering path
|
14 年之前 |
Masami Hiramatsu
|
6d8e40a85e
kprobes: Rename old_p to more appropriate name
|
14 年之前 |
Steven Rostedt
|
de31c3ca81
jump label: Fix error with preempt disable holding mutex
|
14 年之前 |
Jason Baron
|
91bad2f8d3
jump label: Fix deadlock b/w jump_label_mutex vs. text_mutex
|
14 年之前 |
Linus Torvalds
|
a042e26137
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
14 年之前 |
Masami Hiramatsu
|
43948f5027
kprobes: Remove redundant text_mutex lock in optimize
|
14 年之前 |
Linus Torvalds
|
092e0e7e52
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
|
14 年之前 |
Arnd Bergmann
|
6038f373a3
llseek: automatically add .llseek fop
|
15 年之前 |
Jason Baron
|
4c3ef6d793
jump label: Add jump_label_text_reserved() to reserve jump points
|
14 年之前 |
Jason Baron
|
bf5438fca2
jump label: Base patch for jump label
|
14 年之前 |
Namhyung Kim
|
635c17c2b2
kprobes: Add sparse context annotations
|
14 年之前 |
Namhyung Kim
|
6376b22975
kprobes: Make functions static
|
14 年之前 |
Namhyung Kim
|
05662bdb64
kprobes: Verify jprobe entry point
|
14 年之前 |
Namhyung Kim
|
edbaadbe42
kprobes: Remove redundant address check
|
14 年之前 |
Masami Hiramatsu
|
c0614829c1
kprobes: Move enable/disable_kprobe() out from debugfs code
|
15 年之前 |
Masami Hiramatsu
|
83ff56f46a
kprobes: Calculate the index correctly when freeing the out-of-line execution slot
|
15 年之前 |