aboutsummaryrefslogtreecommitdiff
path: root/include/linux/livepatch.h
AgeCommit message (Expand)Author
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-03livepatch: Remove custom kobject state handlingPetr Mladek
2019-01-11livepatch: Add atomic replaceJason Baron
2019-01-11livepatch: Use lists to manage patches, objects and functionsJason Baron
2019-01-11livepatch: Simplify API by removing registration stepPetr Mladek
2019-01-11livepatch: Don't block the removal of patches loaded after a forced transitionPetr Mladek
2019-01-11livepatch: Consolidate klp_free functionsPetr Mladek
2019-01-11livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcPetr Mladek
2018-04-17livepatch: Allow to call a custom callback when freeing shadow variablesPetr Mladek
2018-04-17livepatch: Initialize shadow variables safely by a custom callbackPetr Mladek
2018-01-11livepatch: Remove immediate featureMiroslav Benes
2017-10-19livepatch: add (un)patch callbacksJoe Lawrence
2017-09-14livepatch: introduce shadow variable APIJoe Lawrence
2017-03-08livepatch: allow removal of a disabled patchJosh Poimboeuf
2017-03-08livepatch: change to a per-task consistency modelJosh Poimboeuf
2017-03-08livepatch: store function sizesJosh Poimboeuf
2017-03-08livepatch: separate enabled and patched statesJosh Poimboeuf
2017-03-08livepatch: create temporary klp_update_patch_state() stubJosh Poimboeuf
2016-08-18livepatch: use arch_klp_init_object_loaded() to finish arch-specific tasksJessica Yu
2016-05-17Merge branches 'for-4.7/core', 'for-4.7/livepatching-doc' and 'for-4.7/livepa...Jiri Kosina
2016-04-30livepatch: make object/func-walking helpers more robustMiroslav Benes
2016-04-01livepatch: reuse module loader code to write relocationsJessica Yu
2016-03-17livepatch/module: remove livepatch module notifierJessica Yu
2016-03-06klp: remove CONFIG_LIVEPATCH dependency from klp headersJiri Kosina
2015-12-03livepatch: add sympos as disambiguator field to klp_relocChris J Arges
2015-12-03livepatch: add old_sympos as disambiguator field to klp_funcChris J Arges
2015-05-19livepatch: introduce patch/func-walking helpersJiri Slaby
2015-05-19livepatch: make kobject in klp_object statically allocatedMiroslav Benes
2015-02-18livepatch: remove extern specifier from header filesMiroslav Benes
2015-02-04livepatch: rename config to CONFIG_LIVEPATCHJosh Poimboeuf
2015-01-20livepatch: support for repatching a functionJosh Poimboeuf
2014-12-22livepatch: kernel: add support for live patchingSeth Jennings