index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
static_call.h
Age
Commit message (
Expand
)
Author
2022-04-05
static_call: Remove __DEFINE_STATIC_CALL macro
Christophe Leroy
2022-04-05
static_call: Properly initialise DEFINE_STATIC_CALL_RET0()
Christophe Leroy
2022-04-05
static_call: Don't make __static_call_return0 static
Christophe Leroy
2021-08-17
static_call: Update API documentation
Peter Zijlstra
2021-04-28
Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-04-09
static_call: Relax static_call_update() function argument type
Peter Zijlstra
2021-03-11
static_call: Add function to query current function
Juergen Gross
2021-03-11
static_call: Move struct static_call_key definition to static_call_types.h
Juergen Gross
2021-02-17
static_call: Allow module use without exposing static_call_key
Josh Poimboeuf
2021-02-17
static_call: Provide DEFINE_STATIC_CALL_RET0()
Frederic Weisbecker
2021-02-17
static_call/x86: Add __static_call_return0()
Peter Zijlstra
2021-02-17
static_call: Pull some static_call declarations to the type headers
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 static_call_cond()
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
2020-09-01
static_call: Add basic static call infrastructure
Josh Poimboeuf