aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/livepatch/transition.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-01livepatch: Keep replaced patches until post_patch callback is calledPetr Mladek1-6/+6
2019-07-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatchingLinus Torvalds1-3/+8
2019-06-20livepatch: Remove duplicate warning about missing reliable stacktrace supportPetr Mladek1-1/+0
2019-06-20Revert "livepatch: Remove reliable stacktrace check in klp_try_switch_task()"Miroslav Benes1-0/+7
2019-06-05livepatch: Use static buffer for debugging messages under rq lockPetr Mladek1-2/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-04-29livepatch: Simplify stack trace retrievalThomas Gleixner1-13/+9
2019-03-05Merge branch 'for-5.1/atomic-replace' into for-linusJiri Kosina1-1/+1
2019-02-06livepatch: Introduce klp_for_each_patch macroPetr Mladek1-1/+1
2019-01-16livepatch: Remove signal sysfs attributeMiroslav Benes1-41/+41
2019-01-16livepatch: Send a fake signal periodicallyMiroslav Benes1-3/+13
2019-01-11livepatch: Remove Nop structures when unusedPetr Mladek1-1/+3
2019-01-11livepatch: Add atomic replaceJason Baron1-0/+3
2019-01-11livepatch: Simplify API by removing registration stepPetr Mladek1-7/+12
2019-01-11livepatch: Don't block the removal of patches loaded after a forced transitionPetr Mladek1-5/+5
2019-01-11livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcPetr Mladek1-2/+2
2018-12-01livepatch: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-2/+2
2018-07-16livepatch: Remove reliable stacktrace check in klp_try_switch_task()Kamalesh Babulal1-7/+0
2018-01-11livepatch: Remove immediate featureMiroslav Benes1-44/+5
2017-12-07livepatch: force transition to finishMiroslav Benes1-2/+34
2017-12-04livepatch: send a fake signal to all blocking tasksMiroslav Benes1-0/+41
2017-10-19livepatch: add transition noticesJoe Lawrence1-1/+17
2017-10-19livepatch: move transition "complete" notice into klp_complete_transition()Joe Lawrence1-3/+3
2017-10-19livepatch: add (un)patch callbacksJoe Lawrence1-3/+18
2017-06-20livepatch: Fix stacking of patches with respect to RCUPetr Mladek1-5/+31
2017-04-11livepatch: Cancel transition a safe way for immediate patchesPetr Mladek1-20/+0
2017-03-08livepatch: make klp_mutex proper part of APIJiri Kosina1-2/+1
2017-03-08livepatch: allow removal of a disabled patchJosh Poimboeuf1-3/+34
2017-03-08livepatch: change to a per-task consistency modelJosh Poimboeuf1-0/+543