index
:
git.armlinux.org.uk/linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
once.h
Age
Commit message (
Expand
)
Author
2025-09-25
once: fix race by moving DO_ONCE to separate section
Qi Xi
2024-11-27
Rename .data.once to .data..once to fix resetting WARN*_ONCE
Masahiro Yamada
2022-10-03
once: rename _SLOW to _SLEEPABLE
Jason A. Donenfeld
2022-10-03
once: add DO_ONCE_SLOW() for sleepable contexts
Eric Dumazet
2022-07-17
net, lib/once: remove {net_}get_random_once_wait macro
wuchi
2021-11-16
once: use __section(".data.once")
Eric Dumazet
2021-09-08
include/linux/once.h: fix trivia typo Not -> Note
Andy Shevchenko
2021-08-08
once: Fix panic when module unload
Kefeng Wang
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-09
once: switch to new jump label API
Eric Biggers
2017-06-19
random: add get_random_{bytes,u32,u64,int,long,once}_wait family
Jason A. Donenfeld
2015-10-08
once: make helper generic for calling functions once
Hannes Frederic Sowa
2015-10-08
net: move net_get_random_once to lib
Hannes Frederic Sowa