summaryrefslogtreecommitdiffstats
path: root/kernel/livepatch
Commit message (Expand)AuthorAgeFilesLines
* livepatch: Fix subtle race with coming and going modulesPetr Mladek2015-03-171-4/+26
* livepatch: fix RCU usage in klp_find_external_symbol()Peter Zijlstra2015-03-031-1/+2
* livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_h...Petr Mladek2015-02-221-3/+3
* livepatch: fix format string in kobject_init_and_add()Jiri Kosina2015-02-161-2/+2
* livepatch: add missing newline to error messageJosh Poimboeuf2015-02-061-1/+1
* livepatch: rename config to CONFIG_LIVEPATCHJosh Poimboeuf2015-02-042-4/+4
* livepatch: fix uninitialized return valueJosh Poimboeuf2015-01-211-1/+1
* livepatch: support for repatching a functionJosh Poimboeuf2015-01-201-51/+119
* livepatch: enforce patch stacking semanticsJosh Poimboeuf2015-01-201-0/+10
* livepatch: change ARCH_HAVE_LIVE_PATCHING to HAVE_LIVE_PATCHINGMiroslav Benes2015-01-201-2/+2
* livepatch: fix deferred module patching orderJosh Poimboeuf2015-01-091-1/+1
* livepatch: handle ancient compilers with more graceJiri Kosina2015-01-091-0/+6
* livepatch: kconfig: use bool instead of booleanChristoph Jaeger2015-01-061-2/+2
* livepatch: use FTRACE_OPS_FL_IPMODIFYJosh Poimboeuf2014-12-221-1/+2
* livepatch: move x86 specific ftrace handler code to arch/x86Li Bin2014-12-221-1/+1
* livepatch: kernel: add support for live patchingSeth Jennings2014-12-223-0/+951
OpenPOWER on IntegriCloud