aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/random.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.14.193 into kernel.lnx.4.14.r4-relNathan Chancellor2020-08-201-0/+1
* Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into Q-raphaelYaroslav Furman2020-04-131-16/+4
|\
| * Merge 4.14.176 into kernel.lnx.4.14.r4-relNathan Chancellor2020-04-131-16/+4
| |\
| | * random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld2020-04-131-16/+4
| * | Merge 4.14.173 into kernel.lnx.4.14.r4-relNathan Chancellor2020-03-111-3/+2
| |\|
| | * Revert "char/random: silence a lockdep splat with printk()"Greg Kroah-Hartman2020-03-111-3/+2
* | | Revert "char/random: silence a lockdep splat with printk()"Yaroslav Furman2020-03-091-3/+2
* | | Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into Q-raphaelYaroslav Furman2020-03-021-2/+3
|\| |
| * | Merge 4.14.172 into kernel.lnx.4.14.r4-relNathan Chancellor2020-03-021-2/+3
| |\|
| | * char/random: silence a lockdep splat with printk()Sergey Senozhatsky2020-02-281-2/+3
* | | random: don't forget compat_ioctl on urandomJason A. Donenfeld2020-01-061-0/+1
* | | compat_ioctl: remove /dev/random commandsArnd Bergmann2020-01-061-0/+1
* | | random: try to actively add entropy rather than passively wait for itLinus Torvalds2020-01-061-1/+61
* | | random: fix soft lockup when trying to read from an uninitialized blocking poolTheodore Ts'o2020-01-061-3/+13
* | | random: only read from /dev/random after its pool has received 128 bitsTheodore Ts'o2020-01-061-22/+22
* | | random: remove preempt disabled regionIngo Molnar2020-01-061-4/+0
* | | random: Return nbytes filled from hw RNGTobin C. Harding2020-01-061-7/+9
* | | random: Fix whitespace pre random-bytes workTobin C. Harding2020-01-061-2/+1
* | | drivers/char/random.c: remove unused dont_count_entropyRasmus Villemoes2020-01-061-28/+25
* | | random: optimize add_interrupt_randomnessAndi Kleen2020-01-061-1/+2
* | | random: Mark random_read as __maybe_unusedAdam W. Willis2019-12-051-1/+1
|/ /
* | Merge 4.14.123 into kernel.lnx.4.14.r4-relNathan Chancellor2019-09-261-25/+27
|\|
| * random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior2019-05-311-25/+27
* | BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying numbe...Eric Biggers2018-12-051-26/+25
* | UPSTREAM: crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2018-12-051-12/+12
* | UPSTREAM: crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2018-12-051-12/+12
|/
* random: mix rdrand with entropy sent in from userspaceTheodore Ts'o2018-08-031-1/+9
* random: rate limit unseeded randomness warningsTheodore Ts'o2018-05-011-5/+34
* random: fix possible sleeping allocation from irq contextTheodore Ts'o2018-05-011-1/+8
* random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o2018-05-011-19/+27
* random: add new ioctl RNDRESEEDCRNGTheodore Ts'o2018-04-241-1/+12
* random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o2018-04-241-2/+2
* random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o2018-04-241-4/+51
* random: fix crng_ready() testTheodore Ts'o2018-04-241-5/+5
* random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o2018-04-241-1/+1
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-221-1/+0
* random: fix warning message on ia64 and pariscHelge Deller2017-08-081-1/+1
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-151-20/+76
|\
| * random: reorder READ_ONCE() in get_random_uXXSebastian Andrzej Siewior2017-07-151-2/+4
| * random: suppress spammy warnings about unseeded randomnessTheodore Ts'o2017-07-151-17/+39
| * random: warn when kernel uses unseeded randomnessJason A. Donenfeld2017-06-191-2/+13
| * random: add wait_for_random_bytes() APIJason A. Donenfeld2017-06-191-10/+31
* | random: do not ignore early device randomnessKees Cook2017-07-121-0/+5
|/
* random: silence compiler warnings and fix raceJason A. Donenfeld2017-06-191-6/+6
* random: invalidate batched entropy after crng initJason A. Donenfeld2017-06-071-0/+37
* random: use lockless method of accessing and updating f->reg_idxTheodore Ts'o2017-06-071-6/+6
* fix race in drivers/char/random.c:get_reg()Michael Schmitz2017-05-241-1/+5
* random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef blockFabio Estevam2017-02-061-5/+1
* random: convert get_random_int/long into get_random_u32/u64Jason A. Donenfeld2017-01-271-28/+27
* random: use chacha20 for get_random_int/longJason A. Donenfeld2017-01-271-41/+43