summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/static_call.c
Commit message (Expand)AuthorAgeFilesLines
* x86/static_call: Add support for Jcc tail-callsPeter Zijlstra2023-01-311-3/+47
* static_call: Add call depth tracking supportPeter Zijlstra2022-10-171-0/+1
* x86/returnthunk: Allow different return thunksPeter Zijlstra2022-10-171-1/+1
* x86/static_call: Serialize __static_call_fixup() properlyThomas Gleixner2022-07-121-5/+8
* x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra2022-06-291-1/+1
* x86,static_call: Use alternative RET encodingPeter Zijlstra2022-06-271-2/+38
* x86,static_call: Fix __static_call_return0 for i386Peter Zijlstra2022-04-051-3/+2
* x86: Add straight-line-speculation mitigationPeter Zijlstra2021-12-091-2/+3
* static_call,x86: Robustify trampoline patchingPeter Zijlstra2021-11-111-4/+10
* x86: Remove dynamic NOP selectionPeter Zijlstra2021-03-151-2/+2
* static_call/x86: Add __static_call_return0()Peter Zijlstra2021-02-171-2/+15
* static_call: Allow early initPeter Zijlstra2020-09-011-1/+4
* static_call: Add some validationPeter Zijlstra2020-09-011-2/+26
* static_call: Handle tail-callsPeter Zijlstra2020-09-011-3/+18
* static_call: Add static_call_cond()Peter Zijlstra2020-09-011-10/+32
* x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf2020-09-011-0/+3
* x86/static_call: Add out-of-line static call implementationJosh Poimboeuf2020-09-011-0/+31