aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/livepatch.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-17livepatch: Allow to call a custom callback when freeing shadow variablesPetr Mladek1-2/+3
2018-04-17livepatch: Initialize shadow variables safely by a custom callbackPetr Mladek1-4/+10
2018-01-11livepatch: Remove immediate featureMiroslav Benes1-4/+0
2017-10-19livepatch: add (un)patch callbacksJoe Lawrence1-0/+26
2017-09-14livepatch: introduce shadow variable APIJoe Lawrence1-0/+8
2017-03-08livepatch: allow removal of a disabled patchJosh Poimboeuf1-0/+3
2017-03-08livepatch: change to a per-task consistency modelJosh Poimboeuf1-1/+41
2017-03-08livepatch: store function sizesJosh Poimboeuf1-0/+3
2017-03-08livepatch: separate enabled and patched statesJosh Poimboeuf1-11/+6
2017-03-08livepatch: create temporary klp_update_patch_state() stubJosh Poimboeuf1-1/+4
2016-08-18livepatch: use arch_klp_init_object_loaded() to finish arch-specific tasksJessica Yu1-0/+3
2016-05-17Merge branches 'for-4.7/core', 'for-4.7/livepatching-doc' and 'for-4.7/livepatching-ppc64' into for-linusJiri Kosina1-20/+0
2016-04-30livepatch: make object/func-walking helpers more robustMiroslav Benes1-2/+4
2016-04-01livepatch: reuse module loader code to write relocationsJessica Yu1-20/+0
2016-03-17livepatch/module: remove livepatch module notifierJessica Yu1-0/+13
2016-03-06klp: remove CONFIG_LIVEPATCH dependency from klp headersJiri Kosina1-4/+0
2015-12-03livepatch: add sympos as disambiguator field to klp_relocChris J Arges1-3/+2
2015-12-03livepatch: add old_sympos as disambiguator field to klp_funcChris J Arges1-9/+10
2015-05-19livepatch: introduce patch/func-walking helpersJiri Slaby1-0/+6
2015-05-19livepatch: make kobject in klp_object statically allocatedMiroslav Benes1-1/+1
2015-02-18livepatch: remove extern specifier from header filesMiroslav Benes1-4/+4
2015-02-04livepatch: rename config to CONFIG_LIVEPATCHJosh Poimboeuf1-2/+2
2015-01-20livepatch: support for repatching a functionJosh Poimboeuf1-2/+2
2014-12-22livepatch: kernel: add support for live patchingSeth Jennings1-0/+133