aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/static_call.c
AgeCommit message (Expand)Author
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 simple self-test for static callsPeter Zijlstra
2020-09-01static_call: Avoid kprobes on inline static_call()sPeter Zijlstra
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf