summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/static_call.c
Commit message (Expand)AuthorAgeFilesLines
* 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