summaryrefslogtreecommitdiff
path: root/kernel/livepatch/patch.c
AgeCommit message (Expand)Author
2022-11-18ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instructio...Mark Rutland
2022-05-24livepatch: Remove klp_arch_set_pc() and asm/livepatch.hChristophe Leroy
2022-03-15x86/livepatch: Validate __fentry__ locationPeter Zijlstra
2021-10-27ftrace: disable preemption when recursion locked王贇
2020-11-13livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)
2020-11-06livepatch: Trigger WARNING if livepatch function fails due to recursionSteven Rostedt (VMware)
2020-11-06livepatch/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)
2019-11-04ftrace: Introduce PERMANENT ftrace_ops flagMiroslav Benes
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-01-11livepatch: Remove Nop structures when unusedPetr Mladek
2019-01-11livepatch: Add atomic replaceJason Baron
2019-01-11livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcPetr Mladek
2018-12-01livepatch: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2017-10-19livepatch: add (un)patch callbacksJoe Lawrence
2017-06-20livepatch: Fix stacking of patches with respect to RCUPetr Mladek
2017-03-08livepatch: change to a per-task consistency modelJosh Poimboeuf
2017-03-08livepatch: move patching functions into patch.cJosh Poimboeuf