aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/livepatch.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-08livepatch: Remove .klp.archPeter Zijlstra1-3/+0
2020-05-08livepatch: Apply vmlinux-specific KLP relocations earlyJosh Poimboeuf1-0/+14
2019-11-01livepatch: Allow to distinguish different version of system state changesPetr Mladek1-0/+2
2019-11-01livepatch: Basic API to track system state changesPetr Mladek1-0/+15
2019-07-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatchingLinus Torvalds1-3/+0
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-09livepatch: Remove stale kobj_added entries from kernel-doc descriptionsMiroslav Benes1-3/+0
2019-05-03livepatch: Remove custom kobject state handlingPetr Mladek1-3/+0
2019-01-11livepatch: Add atomic replaceJason Baron1-0/+12
2019-01-11livepatch: Use lists to manage patches, objects and functionsJason Baron1-2/+17
2019-01-11livepatch: Simplify API by removing registration stepPetr Mladek1-4/+3
2019-01-11livepatch: Don't block the removal of patches loaded after a forced transitionPetr Mladek1-0/+2
2019-01-11livepatch: Consolidate klp_free functionsPetr Mladek1-0/+6
2019-01-11livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcPetr Mladek1-2/+2
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