aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/livepatch/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-8/+0
2019-05-10livepatch: Remove klp_check_compiler_support()Jiri Kosina1-8/+0
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+2
2019-05-03livepatch: Remove duplicated code for early initializationPetr Mladek1-16/+26
2019-05-03livepatch: Remove custom kobject state handlingPetr Mladek1-39/+17
2019-04-29livepatch: Convert error about unsupported reliable stacktrace into a warningPetr Mladek1-3/+2
2019-04-25livepatch: Replace klp_ktype_patch's default_attrs with groupsKimberly Brown1-1/+2
2019-03-05Merge branch 'for-5.1/atomic-replace' into for-linusJiri Kosina1-25/+11
2019-02-06livepatch: Module coming and going callbacks can proceed with all listed patchesPetr Mladek1-20/+6
2019-02-06livepatch: Introduce klp_for_each_patch macroPetr Mladek1-4/+4
2019-02-06livepatch: core: Return EOPNOTSUPP instead of ENOSYSAlice Ferrazzi1-1/+1
2019-01-16livepatch: Remove signal sysfs attributeMiroslav Benes1-32/+0
2019-01-11livepatch: Remove ordering (stacking) of the livepatchesPetr Mladek1-4/+0
2019-01-11livepatch: Remove Nop structures when unusedPetr Mladek1-3/+45
2019-01-11livepatch: Add atomic replaceJason Baron1-8/+224
2019-01-11livepatch: Use lists to manage patches, objects and functionsJason Baron1-2/+7
2019-01-11livepatch: Simplify API by removing registration stepPetr Mladek1-186/+94
2019-01-11livepatch: Don't block the removal of patches loaded after a forced transitionPetr Mladek1-1/+3
2019-01-11livepatch: Consolidate klp_free functionsPetr Mladek1-45/+92
2019-01-11livepatch: Shuffle klp_enable_patch()/klp_disable_patch() codePetr Mladek1-164/+166
2019-01-11livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcPetr Mladek1-3/+3
2018-07-23livepatch: Validate module/old func name lengthKamalesh Babulal1-0/+6
2018-01-31Merge branch 'for-4.16/remove-immediate' into for-linusJiri Kosina1-11/+1
2018-01-11livepatch: add locking to force and signal functionsMiroslav Benes1-24/+28
2018-01-11livepatch: Remove immediate featureMiroslav Benes1-11/+1
2017-12-07livepatch: force transition to finishMiroslav Benes1-0/+30
2017-12-04livepatch: send a fake signal to all blocking tasksMiroslav Benes1-0/+30
2017-11-15Merge branch 'for-4.15/callbacks' into for-linusJiri Kosina1-10/+42
2017-10-26livepatch: __klp_disable_patch() should never be called for disabled patchesPetr Mladek1-1/+4
2017-10-26livepatch: Correctly call klp_post_unpatch_callback() in error pathsPetr Mladek1-3/+1
2017-10-19livepatch: add (un)patch callbacksJoe Lawrence1-10/+41
2017-10-11livepatch: unpatch all klp_objects if klp_module_coming failsJoe Lawrence1-23/+37
2017-05-01Merge branches 'for-4.12/upstream' and 'for-4.12/klp-hybrid-consistency-model' into for-linusJiri Kosina1-273/+164
2017-04-16livepatch: add missing printk newlinesJosh Poimboeuf1-4/+4
2017-03-30livepatch: Reduce the time of finding module symbolsZhou Chengming1-1/+4
2017-03-08livepatch: make klp_mutex proper part of APIJiri Kosina1-0/+1
2017-03-08livepatch: allow removal of a disabled patchJosh Poimboeuf1-30/+50
2017-03-08livepatch: change to a per-task consistency modelJosh Poimboeuf1-24/+81
2017-03-08livepatch: store function sizesJosh Poimboeuf1-0/+16
2017-03-08livepatch: use kstrtobool() in enabled_store()Josh Poimboeuf1-8/+5
2017-03-08livepatch: move patching functions into patch.cJosh Poimboeuf1-201/+1
2017-03-08livepatch: remove unnecessary object loaded checkJosh Poimboeuf1-3/+0
2017-03-08livepatch: separate enabled and patched statesJosh Poimboeuf1-36/+36
2017-03-08livepatch: create temporary klp_update_patch_state() stubJosh Poimboeuf1-0/+3
2016-08-26livepatch/module: make TAINT_LIVEPATCH module-specificJosh Poimboeuf1-3/+0
2016-08-18livepatch: use arch_klp_init_object_loaded() to finish arch-specific tasksJessica Yu1-3/+13
2016-08-04modules: add ro_after_init supportJessica Yu1-1/+1
2016-05-17Merge branches 'for-4.7/core', 'for-4.7/livepatching-doc' and 'for-4.7/livepatching-ppc64' into for-linusJiri Kosina1-60/+128
2016-04-30livepatch: make object/func-walking helpers more robustMiroslav Benes1-0/+3
2016-04-15Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux into for-4.7/livepatching-ppc64leJiri Kosina1-3/+31