index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
static_call.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
static_call: Fix unused variable warn w/o MODULE
Matthieu Baerts
2021-04-09
1
-2
/
+2
*
static_call: Fix static_call_update() sanity check
Peter Zijlstra
2021-03-19
1
-1
/
+10
*
static_call: Align static_call_is_init() patching condition
Peter Zijlstra
2021-03-19
1
-10
/
+4
*
static_call: Fix static_call_set_init()
Peter Zijlstra
2021-03-19
1
-7
/
+10
*
static_call: Fix the module key fixup
Peter Zijlstra
2021-03-06
1
-3
/
+4
*
static_call: Allow module use without exposing static_call_key
Josh Poimboeuf
2021-02-17
1
-2
/
+53
*
static_call/x86: Add __static_call_return0()
Peter Zijlstra
2021-02-17
1
-0
/
+5
*
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