aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/static_call.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-02static_call: Fix return type of static_call_initNathan Chancellor1-2/+3
2020-09-01static_call: Allow early initPeter Zijlstra1-4/+66
2020-09-01static_call: Handle tail-callsPeter Zijlstra1-8/+13
2020-09-01static_call: Add simple self-test for static callsPeter Zijlstra1-0/+43
2020-09-01static_call: Avoid kprobes on inline static_call()sPeter Zijlstra1-0/+68
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf1-0/+303