aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/random.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-26random: fix soft lockup when trying to read from an uninitialized blocking poolTheodore Ts'o1-3/+13
2019-04-20random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior1-25/+27
2019-04-19random: document get_random_int() familyGeorge Spelvin1-7/+76
2019-04-19random: fix CRNG initialization when random.trust_cpu=1Jon DeVree1-1/+4
2019-04-19random: move rand_initialize() earlierKees Cook1-3/+2
2019-04-17random: only read from /dev/random after its pool has received 128 bitsTheodore Ts'o1-22/+22
2019-04-17drivers/char/random.c: make primary_crng staticRasmus Villemoes1-1/+1
2019-04-17drivers/char/random.c: remove unused stuct poolinfo::poolbitsRasmus Villemoes1-3/+3
2019-04-17drivers/char/random.c: constify poolinfo_tableRasmus Villemoes1-1/+1
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers1-26/+25
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-12/+12
2018-09-21crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers1-12/+12
2018-09-01random: make CPU trust a boot parameterKees Cook1-3/+8
2018-08-02random: Make crng state queryableJason A. Donenfeld1-0/+15
2018-07-24random: remove preempt disabled regionIngo Molnar1-4/+0
2018-07-24random: add a config option to trust the CPU's hwrngTheodore Ts'o1-1/+10
2018-07-17random: Return nbytes filled from hw RNGTobin C. Harding1-7/+9
2018-07-17random: Fix whitespace pre random-bytes workTobin C. Harding1-2/+1
2018-07-17random: mix rdrand with entropy sent in from userspaceTheodore Ts'o1-1/+9
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-16/+13
2018-05-26random: convert to ->poll_maskChristoph Hellwig1-13/+16
2018-04-25random: rate limit unseeded randomness warningsTheodore Ts'o1-5/+34
2018-04-24random: fix possible sleeping allocation from irq contextTheodore Ts'o1-1/+8
2018-04-14random: add new ioctl RNDRESEEDCRNGTheodore Ts'o1-1/+12
2018-04-14random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o1-2/+2
2018-04-14random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o1-19/+27
2018-04-14random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o1-4/+51
2018-04-14random: fix crng_ready() testTheodore Ts'o1-5/+5
2018-02-28drivers/char/random.c: remove unused dont_count_entropyRasmus Villemoes1-28/+25
2018-02-28random: optimize add_interrupt_randomnessAndi Kleen1-1/+2
2018-02-28random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-12/+12
2017-11-29crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers1-12/+12
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-1/+0
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-08-08random: fix warning message on ia64 and pariscHelge Deller1-1/+1
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-20/+76
2017-07-15random: reorder READ_ONCE() in get_random_uXXSebastian Andrzej Siewior1-2/+4
2017-07-15random: suppress spammy warnings about unseeded randomnessTheodore Ts'o1-17/+39
2017-07-12random: do not ignore early device randomnessKees Cook1-0/+5
2017-06-19random: warn when kernel uses unseeded randomnessJason A. Donenfeld1-2/+13
2017-06-19random: add wait_for_random_bytes() APIJason A. Donenfeld1-10/+31
2017-06-19random: silence compiler warnings and fix raceJason A. Donenfeld1-6/+6
2017-06-07random: invalidate batched entropy after crng initJason A. Donenfeld1-0/+37
2017-06-07random: use lockless method of accessing and updating f->reg_idxTheodore Ts'o1-6/+6
2017-05-24fix race in drivers/char/random.c:get_reg()Michael Schmitz1-1/+5
2017-02-06random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef blockFabio Estevam1-5/+1
2017-01-27random: convert get_random_int/long into get_random_u32/u64Jason A. Donenfeld1-28/+27