summaryrefslogtreecommitdiffstats
path: root/drivers/char/random.c
Commit message (Expand)AuthorAgeFilesLines
* random: fix soft lockup when trying to read from an uninitialized blocking poolTheodore Ts'o2019-05-261-3/+13
* random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior2019-04-201-25/+27
* random: document get_random_int() familyGeorge Spelvin2019-04-201-7/+76
* random: fix CRNG initialization when random.trust_cpu=1Jon DeVree2019-04-201-1/+4
* random: move rand_initialize() earlierKees Cook2019-04-201-3/+2Star
* random: only read from /dev/random after its pool has received 128 bitsTheodore Ts'o2019-04-171-22/+22
* drivers/char/random.c: make primary_crng staticRasmus Villemoes2019-04-171-1/+1
* drivers/char/random.c: remove unused stuct poolinfo::poolbitsRasmus Villemoes2019-04-171-3/+3
* drivers/char/random.c: constify poolinfo_tableRasmus Villemoes2019-04-171-1/+1
* crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-201-26/+25Star
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-261-12/+12
|\
| * crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2018-09-211-12/+12
* | random: make CPU trust a boot parameterKees Cook2018-09-011-3/+8
|/
* random: Make crng state queryableJason A. Donenfeld2018-08-021-0/+15
* random: remove preempt disabled regionIngo Molnar2018-07-241-4/+0Star
* random: add a config option to trust the CPU's hwrngTheodore Ts'o2018-07-241-1/+10
* random: Return nbytes filled from hw RNGTobin C. Harding2018-07-181-7/+9
* random: Fix whitespace pre random-bytes workTobin C. Harding2018-07-181-2/+1Star
* random: mix rdrand with entropy sent in from userspaceTheodore Ts'o2018-07-181-1/+9
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-16/+13Star
* random: convert to ->poll_maskChristoph Hellwig2018-05-261-13/+16
* random: rate limit unseeded randomness warningsTheodore Ts'o2018-04-251-5/+34
* random: fix possible sleeping allocation from irq contextTheodore Ts'o2018-04-241-1/+8
* random: add new ioctl RNDRESEEDCRNGTheodore Ts'o2018-04-141-1/+12
* random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o2018-04-141-2/+2
* random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o2018-04-141-19/+27
* random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o2018-04-141-4/+51
* random: fix crng_ready() testTheodore Ts'o2018-04-141-5/+5
* drivers/char/random.c: remove unused dont_count_entropyRasmus Villemoes2018-03-011-28/+25Star
* random: optimize add_interrupt_randomnessAndi Kleen2018-03-011-1/+2
* random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o2018-02-281-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-311-12/+12
|\
| * crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2017-11-291-12/+12
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-1/+0Star
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
* 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-201-2/+13
| * random: add wait_for_random_bytes() APIJason A. Donenfeld2017-06-201-10/+31
* | random: do not ignore early device randomnessKees Cook2017-07-131-0/+5
|/
* random: silence compiler warnings and fix raceJason A. Donenfeld2017-06-201-6/+6
* random: invalidate batched entropy after crng initJason A. Donenfeld2017-06-081-0/+37
* random: use lockless method of accessing and updating f->reg_idxTheodore Ts'o2017-06-081-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-071-5/+1Star
* random: convert get_random_int/long into get_random_u32/u64Jason A. Donenfeld2017-01-271-28/+27Star