summaryrefslogtreecommitdiffstats
path: root/include/linux/static_call.h
Commit message (Expand)AuthorAgeFilesLines
* static_call: Allow module use without exposing static_call_keyJosh Poimboeuf2021-02-171-2/+20
* static_call: Provide DEFINE_STATIC_CALL_RET0()Frederic Weisbecker2021-02-171-8/+14
* static_call/x86: Add __static_call_return0()Peter Zijlstra2021-02-171-0/+12
* static_call: Pull some static_call declarations to the type headersPeter Zijlstra2021-02-171-21/+0
* static_call: Fix return type of static_call_initNathan Chancellor2020-10-021-3/+3
* static_call: Allow early initPeter Zijlstra2020-09-011-2/+13
* static_call: Handle tail-callsPeter Zijlstra2020-09-011-2/+2
* static_call: Add static_call_cond()Peter Zijlstra2020-09-011-0/+86
* static_call: Avoid kprobes on inline static_call()sPeter Zijlstra2020-09-011-0/+11
* static_call: Add inline static call infrastructureJosh Poimboeuf2020-09-011-1/+35
* static_call: Add basic static call infrastructureJosh Poimboeuf2020-09-011-0/+156