aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/random.c
AgeCommit message (Expand)Author
2020-08-07random32: update the net random state on interrupt and activityWilly Tarreau
2020-04-13random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld
2020-03-11Revert "char/random: silence a lockdep splat with printk()"Greg Kroah-Hartman
2020-02-28char/random: silence a lockdep splat with printk()Sergey Senozhatsky
2019-05-31random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior
2018-08-03random: mix rdrand with entropy sent in from userspaceTheodore Ts'o
2018-05-01random: rate limit unseeded randomness warningsTheodore Ts'o
2018-05-01random: fix possible sleeping allocation from irq contextTheodore Ts'o
2018-05-01random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o
2018-04-24random: add new ioctl RNDRESEEDCRNGTheodore Ts'o
2018-04-24random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o
2018-04-24random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o
2018-04-24random: fix crng_ready() testTheodore Ts'o
2018-04-24random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-08-08random: fix warning message on ia64 and pariscHelge Deller
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-15random: reorder READ_ONCE() in get_random_uXXSebastian Andrzej Siewior
2017-07-15random: suppress spammy warnings about unseeded randomnessTheodore Ts'o
2017-07-12random: do not ignore early device randomnessKees Cook
2017-06-19random: warn when kernel uses unseeded randomnessJason A. Donenfeld
2017-06-19random: add wait_for_random_bytes() APIJason A. Donenfeld
2017-06-19random: silence compiler warnings and fix raceJason A. Donenfeld
2017-06-07random: invalidate batched entropy after crng initJason A. Donenfeld
2017-06-07random: use lockless method of accessing and updating f->reg_idxTheodore Ts'o
2017-05-24fix race in drivers/char/random.c:get_reg()Michael Schmitz
2017-02-06random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef blockFabio Estevam
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
2017-01-18random: fix comment for unused random_min_urandom_seedStephan Müller
2017-01-18random: remove variable limitStephan Müller
2017-01-18random: remove stale urandom_init_waitStephan Müller
2017-01-18random: remove stale maybe_reseed_primary_crngStephan Mueller
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
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-07-30random: Fix crashes with sparse node idsMichael Ellerman
2016-07-27random: use for_each_online_node() to iterate over NUMA nodesTheodore Ts'o
2016-07-03random: strengthen input validation for RNDADDTOENTCNTTheodore Ts'o
2016-07-03random: add backtracking protection to the CRNGTheodore Ts'o
2016-07-03random: make /dev/urandom scalable for silly userspace programsTheodore Ts'o
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o
2016-06-13random: properly align get_random_int_hashEric Biggers
2016-06-13random: add interrupt callback to VMBus IRQ handlerStephan Mueller
2016-06-13random: print a warning for the first ten uninitialized random usersTheodore Ts'o
2016-06-13random: initialize the non-blocking pool via add_hwgenerator_randomness()Theodore Ts'o
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko
2016-02-27drivers: char: random: add get_random_long()Daniel Cashman