summaryrefslogtreecommitdiffstats
path: root/include/linux/once.h
Commit message (Expand)AuthorAgeFilesLines
* once: rename _SLOW to _SLEEPABLEJason A. Donenfeld2022-10-031-19/+19
* once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2022-10-031-0/+28
* net, lib/once: remove {net_}get_random_once_wait macrowuchi2022-07-171-2/+0
* once: use __section(".data.once")Eric Dumazet2021-11-161-1/+1
* include/linux/once.h: fix trivia typo Not -> NoteAndy Shevchenko2021-09-081-1/+1
* once: Fix panic when module unloadKefeng Wang2021-08-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | once: switch to new jump label APIEric Biggers2017-10-091-3/+3
|/
* random: add get_random_{bytes,u32,u64,int,long,once}_wait familyJason A. Donenfeld2017-06-191-0/+2
* once: make helper generic for calling functions onceHannes Frederic Sowa2015-10-081-14/+47
* net: move net_get_random_once to libHannes Frederic Sowa2015-10-081-0/+24