aboutsummaryrefslogtreecommitdiff
path: root/lib/once.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-03once: rename _SLOW to _SLEEPABLEGravatar Jason A. Donenfeld 1-5/+5
2022-10-03once: add DO_ONCE_SLOW() for sleepable contextsGravatar Eric Dumazet 1-0/+30
2021-08-08once: Fix panic when module unloadGravatar Kefeng Wang 1-3/+8
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-09once: switch to new jump label APIGravatar Eric Biggers 1-4/+4
2015-10-08once: make helper generic for calling functions onceGravatar Hannes Frederic Sowa 1-21/+29
2015-10-08net: move net_get_random_once to libGravatar Hannes Frederic Sowa 1-0/+54