summaryrefslogtreecommitdiff
path: root/drivers/char/random.c
AgeCommit message (Expand)Author
2022-01-27Merge 4.14.263 into android-4.14-stableGreg Kroah-Hartman
2022-01-27random: fix data race on crng init timeEric Biggers
2022-01-27random: fix data race on crng_node_poolEric Biggers
2021-03-03Merge 4.14.223 into android-4.14-stableGreg Kroah-Hartman
2021-03-03random: fix the RNDRESEEDCRNG ioctlEric Biggers
2020-11-19Merge 4.14.207 into android-4.14-stableGreg Kroah-Hartman
2020-11-18random32: make prandom_u32() output unpredictableGeorge Spelvin
2020-08-07Merge 4.14.193 into android-4.14-stableGreg Kroah-Hartman
2020-08-07random32: update the net random state on interrupt and activityWilly Tarreau
2020-04-13Merge 4.14.176 into android-4.14-stableGreg Kroah-Hartman
2020-04-13random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld
2020-03-11Merge 4.14.173 into android-4.14Greg Kroah-Hartman
2020-03-11Revert "char/random: silence a lockdep splat with printk()"Greg Kroah-Hartman
2020-03-03Merge 4.14.172 into android-4.14Greg Kroah-Hartman
2020-02-28char/random: silence a lockdep splat with printk()Sergey Senozhatsky
2019-05-31Merge 4.14.123 into android-4.14Greg Kroah-Hartman
2019-05-31random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior
2018-12-05BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying numbe...Eric Biggers
2018-12-05UPSTREAM: crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers
2018-12-05UPSTREAM: crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers
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