summaryrefslogtreecommitdiffstats
path: root/kernel/livepatch/transition.c
Commit message (Expand)AuthorAgeFilesLines
* livepatch: Make 'klp_stack_entries' staticJosh Poimboeuf2023-06-051-1/+1
* livepatch,sched: Add livepatch task switching to cond_resched()Josh Poimboeuf2023-03-221-15/+92
* livepatch: Skip task_call_func() for current taskJosh Poimboeuf2023-03-221-1/+5
* livepatch: Convert stack entries array to percpuJosh Poimboeuf2023-03-221-2/+7
* livepatch: Move the result-invariant calculation out of the loopZhen Lei2022-10-181-27/+27
* livepatch: fix race between fork and KLP transitionRik van Riel2022-09-011-2/+16
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+0
|\
| * tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+0
* | livepatch: Don't block removal of patches that are safe to unloadChengming Zhou2022-03-171-2/+9
|/
* sched,livepatch: Use wake_up_if_idle()Peter Zijlstra2021-10-141-1/+4
* sched,livepatch: Use task_call_func()Peter Zijlstra2021-10-071-46/+44
* livepatch: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-191-2/+2
* livepatch: Replace the fake signal sending with TIF_NOTIFY_SIGNAL infrastructureMiroslav Benes2021-03-301-3/+2
* 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