aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/random.c
Commit message (Expand)AuthorAge
* char/random: Add a newline at the end of the fileBorislav Petkov2019-10-02
* Merge branch 'entropy'Linus Torvalds2019-09-29
|\
| * random: try to actively add entropy rather than passively wait for itLinus Torvalds2019-09-29
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-18
|\ \
| * | random: Use wait_event_freezable() in add_hwgenerator_randomness()Stephen Boyd2019-09-09
| * | random: Support freezable kthreads in add_hwgenerator_randomness()Stephen Boyd2019-08-22
| |/
* / fdt: add support for rng-seedHsin-Yi Wang2019-08-23
|/
* random: fix soft lockup when trying to read from an uninitialized blocking poolTheodore Ts'o2019-05-26
* random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior2019-04-20
* random: document get_random_int() familyGeorge Spelvin2019-04-19
* random: fix CRNG initialization when random.trust_cpu=1Jon DeVree2019-04-19
* random: move rand_initialize() earlierKees Cook2019-04-19
* random: only read from /dev/random after its pool has received 128 bitsTheodore Ts'o2019-04-17
* drivers/char/random.c: make primary_crng staticRasmus Villemoes2019-04-17
* drivers/char/random.c: remove unused stuct poolinfo::poolbitsRasmus Villemoes2019-04-17
* drivers/char/random.c: constify poolinfo_tableRasmus Villemoes2019-04-17
* crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-20
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-25
|\
| * crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2018-09-21
* | random: make CPU trust a boot parameterKees Cook2018-09-01
|/
* random: Make crng state queryableJason A. Donenfeld2018-08-02
* random: remove preempt disabled regionIngo Molnar2018-07-24
* random: add a config option to trust the CPU's hwrngTheodore Ts'o2018-07-24
* random: Return nbytes filled from hw RNGTobin C. Harding2018-07-17
* random: Fix whitespace pre random-bytes workTobin C. Harding2018-07-17
* random: mix rdrand with entropy sent in from userspaceTheodore Ts'o2018-07-17
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-28
* random: convert to ->poll_maskChristoph Hellwig2018-05-26
* random: rate limit unseeded randomness warningsTheodore Ts'o2018-04-25
* random: fix possible sleeping allocation from irq contextTheodore Ts'o2018-04-24
* random: add new ioctl RNDRESEEDCRNGTheodore Ts'o2018-04-14
* random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o2018-04-14
* random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o2018-04-14
* random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o2018-04-14
* random: fix crng_ready() testTheodore Ts'o2018-04-14
* drivers/char/random.c: remove unused dont_count_entropyRasmus Villemoes2018-02-28
* random: optimize add_interrupt_randomnessAndi Kleen2018-02-28
* random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o2018-02-28
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-31
|\
| * crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2017-11-29
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
|/
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-15
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
* random: fix warning message on ia64 and pariscHelge Deller2017-08-08
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-15
|\
| * random: reorder READ_ONCE() in get_random_uXXSebastian Andrzej Siewior2017-07-15
| * random: suppress spammy warnings about unseeded randomnessTheodore Ts'o2017-07-15
| * random: warn when kernel uses unseeded randomnessJason A. Donenfeld2017-06-19
| * random: add wait_for_random_bytes() APIJason A. Donenfeld2017-06-19