Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | static_call: Fix return type of static_call_init | Nathan Chancellor | 2020-10-02 | 1 | -2/+3 |
* | static_call: Allow early init | Peter Zijlstra | 2020-09-01 | 1 | -4/+66 |
* | static_call: Handle tail-calls | Peter Zijlstra | 2020-09-01 | 1 | -8/+13 |
* | static_call: Add simple self-test for static calls | Peter Zijlstra | 2020-09-01 | 1 | -0/+43 |
* | static_call: Avoid kprobes on inline static_call()s | Peter Zijlstra | 2020-09-01 | 1 | -0/+68 |
* | static_call: Add inline static call infrastructure | Josh Poimboeuf | 2020-09-01 | 1 | -0/+303 |