summaryrefslogtreecommitdiff
path: root/include/linux/random.h
AgeCommit message (Expand)Author
2020-08-03random32: move the pseudo-random 32-bit definitions to prandom.hLinus Torvalds
2020-07-30random: fix circular include dependency on arm64 after addition of percpu.hWilly Tarreau
2020-07-29random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau
2020-02-27random: add arch_get_random_*long_early()Mark Rutland
2020-01-25linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_checkRichard Henderson
2020-01-25linux/random.h: Use false with boolRichard Henderson
2020-01-25linux/random.h: Remove arch_has_random, arch_has_random_seedRichard Henderson
2019-08-23fdt: add support for rng-seedHsin-Yi Wang
2019-05-17Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-05-08latent_entropy: avoid build error when plugin cflags are not setVasily Gorbik
2019-04-19random: move rand_initialize() earlierKees Cook
2018-08-02random: Make crng state queryableJason A. Donenfeld
2018-07-17random: Return nbytes filled from hw RNGTobin C. Harding
2018-02-28random: always fill buffer in get_random_bytes_waitJason A. Donenfeld
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-12random,stackprotect: introduce get_random_canary functionRik van Riel
2017-06-19random: add get_random_{bytes,u32,u64,int,long,once}_wait familyJason A. Donenfeld
2017-06-19random: add wait_for_random_bytes() APIJason A. Donenfeld
2017-01-27random: convert get_random_int/long into get_random_u32/u64Jason A. Donenfeld
2017-01-27random: use chacha20 for get_random_int/longJason A. Donenfeld
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-11random: remove unused randomize_range()Jason Cooper
2016-10-11random: simplify API for random address requestsJason Cooper
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy
2016-06-08x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko
2016-02-27drivers: char: random: add get_random_long()Daniel Cashman
2015-10-08random32: add prandom_init_once helper for own rngsDaniel Borkmann
2015-06-10random: Remove kernel blocking APIHerbert Xu
2015-06-10random: Add callback API for random pool readinessHerbert Xu
2015-05-27random: Blocking API for accessing nonblocking_poolStephan Mueller
2014-08-24random32: improvements to prandom_bytesDaniel Borkmann
2014-03-19random: Add arch_has_random[_seed]()H. Peter Anvin
2014-03-19x86, random: Enable the RDSEED instructionH. Peter Anvin
2014-01-21random32: add prandom_u32_max and convert open coded usersDaniel Borkmann
2013-11-11random32: upgrade taus88 generator to taus113 from errata paperDaniel Borkmann
2013-11-11random32: move rnd_state to linux/random.hDaniel Borkmann
2013-11-11random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa
2013-11-11random32: fix off-by-one in seeding requirementDaniel Borkmann
2013-09-23random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o
2013-05-07remove unused random32() and srandom32()Akinobu Mita
2013-01-23soreuseport: infrastructureTom Herbert
2012-12-17prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita
2012-12-17random32: rename random32 to prandomAkinobu Mita
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-07-19random: remove rand_initialize_irq()Theodore Ts'o
2012-07-14random: add new get_random_bytes_arch() functionTheodore Ts'o