kpatch/kmod
Josh Poimboeuf 29227a0fbd kmod/core: improve performance for cumulative patching
When multiple patch modules patch the same function, there's no need to
patch all the intermediate functions.  Just hook them all into the
original function and use the ftrace handler to find the newest one.

Also use a mutex in the register/unregister functions to protect changes
to kpatch_num_registered, kpatch_func_hash and calls to the ftrace
functions by other register/unregister invocations.
2014-03-19 10:05:07 -05:00
..
core kmod/core: improve performance for cumulative patching 2014-03-19 10:05:07 -05:00
patch core/kmod: use kmalloc instead of kzalloc 2014-03-18 16:57:51 -05:00
Makefile install uname fix 2014-02-18 09:23:17 -06:00