aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/static_call.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-05static_call: Fix static_call_text_reserved() vs __initPeter Zijlstra1-5/+8
2021-04-09static_call: Fix unused variable warn w/o MODULEMatthieu Baerts1-2/+2
2021-03-19static_call: Fix static_call_update() sanity checkPeter Zijlstra1-1/+10
2021-03-19static_call: Align static_call_is_init() patching conditionPeter Zijlstra1-10/+4
2021-03-19static_call: Fix static_call_set_init()Peter Zijlstra1-7/+10
2021-03-06static_call: Fix the module key fixupPeter Zijlstra1-3/+4
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf1-2/+53
2021-02-17static_call/x86: Add __static_call_return0()Peter Zijlstra1-0/+5
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