summaryrefslogtreecommitdiff
path: root/include/linux/static_call.h
AgeCommit message (Expand)Author
2021-08-17static_call: Update API documentationPeter Zijlstra
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-04-09static_call: Relax static_call_update() function argument typePeter Zijlstra
2021-03-11static_call: Add function to query current functionJuergen Gross
2021-03-11static_call: Move struct static_call_key definition to static_call_types.hJuergen Gross
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf
2021-02-17static_call: Provide DEFINE_STATIC_CALL_RET0()Frederic Weisbecker
2021-02-17static_call/x86: Add __static_call_return0()Peter Zijlstra
2021-02-17static_call: Pull some static_call declarations to the type headersPeter Zijlstra
2020-10-02static_call: Fix return type of static_call_initNathan Chancellor
2020-09-01static_call: Allow early initPeter Zijlstra
2020-09-01static_call: Handle tail-callsPeter Zijlstra
2020-09-01static_call: Add static_call_cond()Peter Zijlstra
2020-09-01static_call: Avoid kprobes on inline static_call()sPeter Zijlstra
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf
2020-09-01static_call: Add basic static call infrastructureJosh Poimboeuf