summaryrefslogtreecommitdiff
path: root/kernel/static_call.c
AgeCommit message (Expand)Author
2022-04-05static_call: Don't make __static_call_return0 staticChristophe Leroy
2022-02-18KVM: x86: allow defining return-0 static callsPaolo Bonzini
2021-07-05static_call: Fix static_call_text_reserved() vs __initPeter Zijlstra
2021-04-09static_call: Fix unused variable warn w/o MODULEMatthieu Baerts
2021-03-19static_call: Fix static_call_update() sanity checkPeter Zijlstra
2021-03-19static_call: Align static_call_is_init() patching conditionPeter Zijlstra
2021-03-19static_call: Fix static_call_set_init()Peter Zijlstra
2021-03-06static_call: Fix the module key fixupPeter Zijlstra
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf
2021-02-17static_call/x86: Add __static_call_return0()Peter 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 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