summaryrefslogtreecommitdiffstats
path: root/include/linux/random.h
Commit message (Expand)AuthorAgeFilesLines
* random32: move the pseudo-random 32-bit definitions to prandom.hLinus Torvalds2020-08-031-62/+4
* random: fix circular include dependency on arm64 after addition of percpu.hWilly Tarreau2020-07-301-1/+1
* random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds2020-07-291-1/+1
* random32: update the net random state on interrupt and activityWilly Tarreau2020-07-291-0/+3
* random: add arch_get_random_*long_early()Mark Rutland2020-02-271-0/+22
* linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_checkRichard Henderson2020-01-251-4/+4
* linux/random.h: Use false with boolRichard Henderson2020-01-251-4/+4
* linux/random.h: Remove arch_has_random, arch_has_random_seedRichard Henderson2020-01-251-8/+0
* fdt: add support for rng-seedHsin-Yi Wang2019-08-231-0/+1
* Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-171-1/+1
|\
| * latent_entropy: avoid build error when plugin cflags are not setVasily Gorbik2019-05-081-1/+1
* | random: move rand_initialize() earlierKees Cook2019-04-191-0/+1
|/
* random: Make crng state queryableJason A. Donenfeld2018-08-021-0/+1
* random: Return nbytes filled from hw RNGTobin C. Harding2018-07-171-1/+1
* random: always fill buffer in get_random_bytes_waitJason A. Donenfeld2018-02-281-3/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-151-0/+26
|\
| * random: add get_random_{bytes,u32,u64,int,long,once}_wait familyJason A. Donenfeld2017-06-191-0/+25
| * random: add wait_for_random_bytes() APIJason A. Donenfeld2017-06-191-0/+1
* | random,stackprotect: introduce get_random_canary functionRik van Riel2017-07-121-0/+21
|/
* random: convert get_random_int/long into get_random_u32/u64Jason A. Donenfeld2017-01-271-2/+15
* random: use chacha20 for get_random_int/longJason A. Donenfeld2017-01-271-1/+0
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-2/+13
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-2/+2
| * gcc-plugins: Add latent_entropy pluginEmese Revfy2016-10-101-0/+11
* | random: remove unused randomize_range()Jason Cooper2016-10-111-1/+0
* | random: simplify API for random address requestsJason Cooper2016-10-111-0/+1
|/
* x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin2016-06-081-6/+6
* lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-05-201-1/+0
* drivers: char: random: add get_random_long()Daniel Cashman2016-02-271-0/+1
* random32: add prandom_init_once helper for own rngsDaniel Borkmann2015-10-081-0/+6
* random: Remove kernel blocking APIHerbert Xu2015-06-101-1/+0
* random: Add callback API for random pool readinessHerbert Xu2015-06-101-0/+9
* random: Blocking API for accessing nonblocking_poolStephan Mueller2015-05-271-0/+1
* random32: improvements to prandom_bytesDaniel Borkmann2014-08-241-2/+2
* random: Add arch_has_random[_seed]()H. Peter Anvin2014-03-191-0/+8
* x86, random: Enable the RDSEED instructionH. Peter Anvin2014-03-191-0/+8
* random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2014-01-211-1/+17
* random32: upgrade taus88 generator to taus113 from errata paperDaniel Borkmann2013-11-111-5/+6
* random32: move rnd_state to linux/random.hDaniel Borkmann2013-11-111-0/+4
* random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa2013-11-111-0/+1
* random32: fix off-by-one in seeding requirementDaniel Borkmann2013-11-111-3/+3
* random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o2013-09-231-0/+1
* remove unused random32() and srandom32()Akinobu Mita2013-05-071-7/+0
* soreuseport: infrastructureTom Herbert2013-01-231-0/+6
* prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita2012-12-171-0/+2
* random32: rename random32 to prandomAkinobu Mita2012-12-171-5/+12
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-42/+1
* random: remove rand_initialize_irq()Theodore Ts'o2012-07-191-2/+0
* random: add new get_random_bytes_arch() functionTheodore Ts'o2012-07-141-0/+1