summaryrefslogtreecommitdiffstats
path: root/kernel/livepatch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-07-121-3/+8
|\
| * livepatch: Remove duplicate warning about missing reliable stacktrace supportPetr Mladek2019-06-201-1/+0Star
| * Revert "livepatch: Remove reliable stacktrace check in klp_try_switch_task()"Miroslav Benes2019-06-201-0/+7
| * livepatch: Use static buffer for debugging messages under rq lockPetr Mladek2019-06-051-2/+1Star
* | Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-06-151-0/+6
|\ \
| * | module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf2019-06-141-0/+6
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-214-52/+4Star
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/ /
* | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-161-8/+0Star
|\ \
| * | livepatch: Remove klp_check_compiler_support()Jiri Kosina2019-05-101-8/+0Star
* | | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-1/+2
|\ \ \ | |_|/ |/| |
| * | livepatch: Replace klp_ktype_patch's default_attrs with groupsKimberly Brown2019-04-251-1/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-05-071-52/+39Star
|\ \
| * | livepatch: Remove duplicated code for early initializationPetr Mladek2019-05-031-16/+26
| * | livepatch: Remove custom kobject state handlingPetr Mladek2019-05-031-39/+17Star
| * | livepatch: Convert error about unsupported reliable stacktrace into a warningPetr Mladek2019-04-291-3/+2Star
| |/
* / livepatch: Simplify stack trace retrievalThomas Gleixner2019-04-291-13/+9Star
|/
* Merge branch 'for-5.1/atomic-replace' into for-linusJiri Kosina2019-03-053-26/+18Star
|\
| * livepatch: Module coming and going callbacks can proceed with all listed patchesPetr Mladek2019-02-061-20/+6Star
| * livepatch: Introduce klp_for_each_patch macroPetr Mladek2019-02-063-5/+11
| * livepatch: core: Return EOPNOTSUPP instead of ENOSYSAlice Ferrazzi2019-02-061-1/+1
* | livepatch: Remove signal sysfs attributeMiroslav Benes2019-01-163-74/+41Star
* | livepatch: Send a fake signal periodicallyMiroslav Benes2019-01-161-3/+13
|/
* livepatch: Remove ordering (stacking) of the livepatchesPetr Mladek2019-01-111-4/+0Star
* livepatch: Remove Nop structures when unusedPetr Mladek2019-01-115-9/+76
* livepatch: Add atomic replaceJason Baron2019-01-114-8/+236
* livepatch: Use lists to manage patches, objects and functionsJason Baron2019-01-111-2/+7
* livepatch: Simplify API by removing registration stepPetr Mladek2019-01-113-193/+108Star
* livepatch: Don't block the removal of patches loaded after a forced transitionPetr Mladek2019-01-113-6/+9
* livepatch: Consolidate klp_free functionsPetr Mladek2019-01-111-45/+92
* livepatch: Shuffle klp_enable_patch()/klp_disable_patch() codePetr Mladek2019-01-111-164/+166
* livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcPetr Mladek2019-01-114-15/+17
* livepatch: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-12-012-4/+4
* Merge branch 'for-4.19/upstream' into for-linusJiri Kosina2018-08-201-7/+0Star
|\
| * livepatch: Remove reliable stacktrace check in klp_try_switch_task()Kamalesh Babulal2018-07-161-7/+0Star
* | livepatch: Validate module/old func name lengthKamalesh Babulal2018-07-231-0/+6
|/
* livepatch: Allow to call a custom callback when freeing shadow variablesPetr Mladek2018-04-171-8/+18
* livepatch: Initialize shadow variables safely by a custom callbackPetr Mladek2018-04-171-29/+53
* Merge branch 'for-4.16/remove-immediate' into for-linusJiri Kosina2018-01-312-55/+6Star
|\
| * livepatch: Remove immediate featureMiroslav Benes2018-01-112-55/+6Star
* | livepatch: add locking to force and signal functionsMiroslav Benes2018-01-111-24/+28
|/
* livepatch: force transition to finishMiroslav Benes2017-12-073-2/+65
* livepatch: send a fake signal to all blocking tasksMiroslav Benes2017-12-043-0/+72
* Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-156-18/+399
|\
| * Merge branch 'for-4.15/callbacks' into for-linusJiri Kosina2017-11-154-17/+121
| |\
| | * livepatch: __klp_disable_patch() should never be called for disabled patchesPetr Mladek2017-10-261-1/+4
| | * livepatch: Correctly call klp_post_unpatch_callback() in error pathsPetr Mladek2017-10-262-6/+6
| | * livepatch: add transition noticesJoe Lawrence2017-10-191-1/+17
| | * livepatch: move transition "complete" notice into klp_complete_transition()Joe Lawrence2017-10-191-3/+3
| | * livepatch: add (un)patch callbacksJoe Lawrence2017-10-194-13/+98