Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-10-02 | static_call: Fix return type of static_call_init | Nathan Chancellor | 1 | -3/+3 |
2020-09-01 | static_call: Allow early init | Peter Zijlstra | 1 | -2/+13 |
2020-09-01 | static_call: Handle tail-calls | Peter Zijlstra | 1 | -2/+2 |
2020-09-01 | static_call: Add static_call_cond() | Peter Zijlstra | 1 | -0/+86 |
2020-09-01 | static_call: Avoid kprobes on inline static_call()s | Peter Zijlstra | 1 | -0/+11 |
2020-09-01 | static_call: Add inline static call infrastructure | Josh Poimboeuf | 1 | -1/+35 |
2020-09-01 | static_call: Add basic static call infrastructure | Josh Poimboeuf | 1 | -0/+156 |