aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/once.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03once: rename _SLOW to _SLEEPABLEJason A. Donenfeld1-19/+19
2022-10-03once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet1-0/+28
2022-07-17net, lib/once: remove {net_}get_random_once_wait macrowuchi1-2/+0
2021-11-16once: use __section(".data.once")Eric Dumazet1-1/+1
2021-09-08include/linux/once.h: fix trivia typo Not -> NoteAndy Shevchenko1-1/+1
2021-08-08once: Fix panic when module unloadKefeng Wang1-2/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-09once: switch to new jump label APIEric Biggers1-3/+3
2017-06-19random: add get_random_{bytes,u32,u64,int,long,once}_wait familyJason A. Donenfeld1-0/+2
2015-10-08once: make helper generic for calling functions onceHannes Frederic Sowa1-14/+47
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa1-0/+24