aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/livepatch/patch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-04ftrace: Introduce PERMANENT ftrace_ops flagMiroslav Benes1-1/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-01-11livepatch: Remove Nop structures when unusedPetr Mladek1-5/+26
2019-01-11livepatch: Add atomic replaceJason Baron1-0/+8
2019-01-11livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcPetr Mladek1-8/+10
2018-12-01livepatch: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-2/+2
2017-10-19livepatch: add (un)patch callbacksJoe Lawrence1-0/+1
2017-06-20livepatch: Fix stacking of patches with respect to RCUPetr Mladek1-2/+6
2017-03-08livepatch: change to a per-task consistency modelJosh Poimboeuf1-0/+59
2017-03-08livepatch: move patching functions into patch.cJosh Poimboeuf1-0/+213