index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
static_call.c
Age
Commit message (
Expand
)
Author
2021-07-05
static_call: Fix static_call_text_reserved() vs __init
Peter Zijlstra
2021-04-09
static_call: Fix unused variable warn w/o MODULE
Matthieu Baerts
2021-03-19
static_call: Fix static_call_update() sanity check
Peter Zijlstra
2021-03-19
static_call: Align static_call_is_init() patching condition
Peter Zijlstra
2021-03-19
static_call: Fix static_call_set_init()
Peter Zijlstra
2021-03-06
static_call: Fix the module key fixup
Peter Zijlstra
2021-02-17
static_call: Allow module use without exposing static_call_key
Josh Poimboeuf
2021-02-17
static_call/x86: Add __static_call_return0()
Peter Zijlstra
2020-10-02
static_call: Fix return type of static_call_init
Nathan Chancellor
2020-09-01
static_call: Allow early init
Peter Zijlstra
2020-09-01
static_call: Handle tail-calls
Peter Zijlstra
2020-09-01
static_call: Add simple self-test for static calls
Peter Zijlstra
2020-09-01
static_call: Avoid kprobes on inline static_call()s
Peter Zijlstra
2020-09-01
static_call: Add inline static call infrastructure
Josh Poimboeuf