Heiko Carstens
|
af96397de8
kprobes: allow to specify custom allocator for insn caches
|
11 years ago |
Heiko Carstens
|
c802d64a35
kprobes: unify insn caches
|
11 years ago |
Mathias Krause
|
10fb46d5f7
kprobes: handle empty/invalid input to debugfs "enabled" file
|
12 years ago |
Masami Hiramatsu
|
7b959fc582
kprobes: Fix to free gone and unused optprobes
|
12 years ago |
Masami Hiramatsu
|
5c51543b0a
kprobes: Fix a double lock bug of kprobe_mutex
|
12 years ago |
Sasha Levin
|
b67bfe0d42
hlist: drop the node parameter from iterators
|
12 years ago |
Linus Torvalds
|
1eaec8212e
Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
|
12 years ago |
Tejun Heo
|
ad72b3bea7
kprobes: fix wait_for_kprobe_optimizer()
|
12 years ago |
Masami Hiramatsu
|
e7dbfe349d
kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c
|
12 years ago |
Masami Hiramatsu
|
c6aaf4d0bb
kprobes/x86: Fix to support jprobes on ftrace-based kprobe
|
13 years ago |
Masami Hiramatsu
|
e525389651
kprobes/x86: ftrace based optimization for x86
|
13 years ago |
Masami Hiramatsu
|
ae6aa16fdc
kprobes: introduce ftrace based optimization
|
13 years ago |
Masami Hiramatsu
|
25764288d8
kprobes: Move locks into appropriate functions
|
13 years ago |
Masami Hiramatsu
|
f7fa6ef0de
kprobes: cleanup to separate probe-able check
|
13 years ago |
Steven Rostedt
|
72ef3794c5
kprobes: Inverse taking of module_mutex with kprobe_mutex
|
13 years ago |
Prashanth Nageshappa
|
f986a499ef
kprobes: return proper error code from register_kprobe()
|
13 years ago |
Jiang Liu
|
55ca6140e9
kprobes: fix a memory leak in function pre_handler_kretprobe()
|
13 years ago |
Ananth N Mavinakayanahalli
|
d496aab567
kprobes: initialize before using a hlist
|
13 years ago |
Stephen Boyd
|
efeb156e72
kprobes: silence DEBUG_STRICT_USER_COPY_CHECKS=y warning
|
13 years ago |
Paul Gortmaker
|
9984de1a5a
kernel: Map most files to use export.h instead of module.h
|
14 years ago |
Thomas Gleixner
|
ec484608c5
locking, kprobes: Annotate the hash locks and kretprobe.lock as raw
|
16 years ago |
Masami Hiramatsu
|
bc81d48d13
kprobes: Return -ENOENT if probe point doesn't exist
|
14 years ago |
Linus Torvalds
|
72eb6a7914
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
|
14 years ago |
Christoph Lameter
|
b76834bc1b
kprobes: Use this_cpu_ops
|
14 years ago |
Masami Hiramatsu
|
f984ba4eb5
kprobes: Use text_poke_smp_batch for unoptimizing
|
14 years ago |
Masami Hiramatsu
|
cd7ebe2298
kprobes: Use text_poke_smp_batch for optimizing
|
14 years ago |
Masami Hiramatsu
|
0490cd1f9d
kprobes: Reuse unused kprobe
|
14 years ago |
Masami Hiramatsu
|
6274de4984
kprobes: Support delayed unoptimizing
|
14 years ago |
Masami Hiramatsu
|
61f4e13ffd
kprobes: Separate kprobe optimizing code from optimizer
|
14 years ago |
Masami Hiramatsu
|
6f0f1dd719
kprobes: Cleanup disabling and unregistering path
|
14 years ago |