Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-09-01 | static_call: Allow early init | Peter Zijlstra | 1 | -1/+4 |
2020-09-01 | static_call: Add some validation | Peter Zijlstra | 1 | -2/+26 |
2020-09-01 | static_call: Handle tail-calls | Peter Zijlstra | 1 | -3/+18 |
2020-09-01 | static_call: Add static_call_cond() | Peter Zijlstra | 1 | -10/+32 |
2020-09-01 | x86/static_call: Add inline static call implementation for x86-64 | Josh Poimboeuf | 1 | -0/+3 |
2020-09-01 | x86/static_call: Add out-of-line static call implementation | Josh Poimboeuf | 1 | -0/+31 |