summaryrefslogtreecommitdiffstats
path: root/kernel/livepatch/transition.c
Commit message (Expand)AuthorAgeFilesLines
* livepatch: Keep replaced patches until post_patch callback is calledPetr Mladek2019-11-011-6/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-07-111-3/+8
|\
| * livepatch: Remove duplicate warning about missing reliable stacktrace supportPetr Mladek2019-06-201-1/+0
| * 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/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
|/
* livepatch: Simplify stack trace retrievalThomas Gleixner2019-04-291-13/+9
* Merge branch 'for-5.1/atomic-replace' into for-linusJiri Kosina2019-03-051-1/+1
|\
| * livepatch: Introduce klp_for_each_patch macroPetr Mladek2019-02-061-1/+1
* | livepatch: Remove signal sysfs attributeMiroslav Benes2019-01-161-41/+41
* | livepatch: Send a fake signal periodicallyMiroslav Benes2019-01-161-3/+13
|/
* livepatch: Remove Nop structures when unusedPetr Mladek2019-01-111-1/+3
* livepatch: Add atomic replaceJason Baron2019-01-111-0/+3
* livepatch: Simplify API by removing registration stepPetr Mladek2019-01-111-7/+12
* livepatch: Don't block the removal of patches loaded after a forced transitionPetr Mladek2019-01-111-5/+5
* livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcPetr Mladek2019-01-111-2/+2
* livepatch: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-12-011-2/+2
* livepatch: Remove reliable stacktrace check in klp_try_switch_task()Kamalesh Babulal2018-07-161-7/+0
* livepatch: Remove immediate featureMiroslav Benes2018-01-111-44/+5
* livepatch: force transition to finishMiroslav Benes2017-12-071-2/+34
* livepatch: send a fake signal to all blocking tasksMiroslav Benes2017-12-041-0/+41
* 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-191-3/+18
* livepatch: Fix stacking of patches with respect to RCUPetr Mladek2017-06-201-5/+31
* livepatch: Cancel transition a safe way for immediate patchesPetr Mladek2017-04-111-20/+0
* livepatch: make klp_mutex proper part of APIJiri Kosina2017-03-081-2/+1
* livepatch: allow removal of a disabled patchJosh Poimboeuf2017-03-081-3/+34
* livepatch: change to a per-task consistency modelJosh Poimboeuf2017-03-081-0/+543