summaryrefslogtreecommitdiffstats
path: root/include/linux/static_call.h
Commit message (Expand)AuthorAgeFilesLines
* static_call: Update API documentationPeter Zijlstra2021-08-171-0/+33
* Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-04-281-2/+2
|\
| * static_call: Relax static_call_update() function argument typePeter Zijlstra2021-04-091-2/+2
* | static_call: Add function to query current functionJuergen Gross2021-03-111-0/+8
* | static_call: Move struct static_call_key definition to static_call_types.hJuergen Gross2021-03-111-18/+0
|/
* 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