Searched hist:"3516 a46042508a495fac13c2e73530d936ebe015" (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | kprobes.h | diff 3516a46042508a495fac13c2e73530d936ebe015 Mon Nov 07 10:00:13 CET 2005 Ananth N Mavinakayanahalli <ananth@in.ibm.com> [PATCH] Kprobes: Use RCU for (un)register synchronization - base changes
Changes to the base kprobes infrastructure to use RCU for synchronization during kprobe registration and unregistration. These changes coupled with the arch kprobe changes (next in series):
a. serialize registration and unregistration of kprobes. b. enable lockless execution of handlers. Handlers can now run in parallel.
Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com> Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
/linux/kernel/ |
H A D | kprobes.c | diff 3516a46042508a495fac13c2e73530d936ebe015 Mon Nov 07 10:00:13 CET 2005 Ananth N Mavinakayanahalli <ananth@in.ibm.com> [PATCH] Kprobes: Use RCU for (un)register synchronization - base changes
Changes to the base kprobes infrastructure to use RCU for synchronization during kprobe registration and unregistration. These changes coupled with the arch kprobe changes (next in series):
a. serialize registration and unregistration of kprobes. b. enable lockless execution of handlers. Handlers can now run in parallel.
Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com> Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|