summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/static_call.c
AgeCommit message (Expand)AuthorLines
2022-07-12x86/static_call: Serialize __static_call_fixup() properlyThomas Gleixner-5/+8
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra-1/+1
2022-06-27x86,static_call: Use alternative RET encodingPeter Zijlstra-2/+38
2022-04-05x86,static_call: Fix __static_call_return0 for i386Peter Zijlstra-3/+2
2021-12-09x86: Add straight-line-speculation mitigationPeter Zijlstra-2/+3
2021-11-11static_call,x86: Robustify trampoline patchingPeter Zijlstra-4/+10
2021-03-15x86: Remove dynamic NOP selectionPeter Zijlstra-2/+2
2021-02-17static_call/x86: Add __static_call_return0()Peter Zijlstra-2/+15
2020-09-01static_call: Allow early initPeter Zijlstra-1/+4
2020-09-01static_call: Add some validationPeter Zijlstra-2/+26
2020-09-01static_call: Handle tail-callsPeter Zijlstra-3/+18
2020-09-01static_call: Add static_call_cond()Peter Zijlstra-10/+32
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf-0/+3
2020-09-01x86/static_call: Add out-of-line static call implementationJosh Poimboeuf-0/+31