aboutsummaryrefslogtreecommitdiff
path: root/kernel/livepatch/patch.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-13livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableGravatar Steven Rostedt (VMware) 1-4/+5
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsGravatar Steven Rostedt (VMware) 1-1/+2
2020-11-06ftrace: Add recording of functions that caused recursionGravatar Steven Rostedt (VMware) 1-1/+1
2020-11-06livepatch: Trigger WARNING if livepatch function fails due to recursionGravatar Steven Rostedt (VMware) 1-1/+1
2020-11-06livepatch/ftrace: Add recursion protection to the ftrace callbackGravatar Steven Rostedt (VMware) 1-0/+5
2019-11-04ftrace: Introduce PERMANENT ftrace_ops flagGravatar Miroslav Benes 1-1/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-13/+1
2019-01-11livepatch: Remove Nop structures when unusedGravatar Petr Mladek 1-5/+26
2019-01-11livepatch: Add atomic replaceGravatar Jason Baron 1-0/+8
2019-01-11livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcGravatar Petr Mladek 1-8/+10
2018-12-01livepatch: Replace synchronize_sched() with synchronize_rcu()Gravatar Paul E. McKenney 1-2/+2
2017-10-19livepatch: add (un)patch callbacksGravatar Joe Lawrence 1-0/+1
2017-06-20livepatch: Fix stacking of patches with respect to RCUGravatar Petr Mladek 1-2/+6
2017-03-08livepatch: change to a per-task consistency modelGravatar Josh Poimboeuf 1-0/+59
2017-03-08livepatch: move patching functions into patch.cGravatar Josh Poimboeuf 1-0/+213