summaryrefslogtreecommitdiff
path: root/drivers/char/random.c
AgeCommit message (Expand)Author
2019-12-17random: don't forget compat_ioctl on urandomJason A. Donenfeld
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-11-17Revert "hwrng: core - Freeze khwrng thread during suspend"Herbert Xu
2019-10-23compat_ioctl: remove /dev/random commandsArnd Bergmann
2019-10-02char/random: Add a newline at the end of the fileBorislav Petkov
2019-09-29Merge branch 'entropy'Linus Torvalds
2019-09-29random: try to actively add entropy rather than passively wait for itLinus Torvalds
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-09-09random: Use wait_event_freezable() in add_hwgenerator_randomness()Stephen Boyd
2019-08-23fdt: add support for rng-seedHsin-Yi Wang
2019-08-22random: Support freezable kthreads in add_hwgenerator_randomness()Stephen Boyd
2019-05-26random: fix soft lockup when trying to read from an uninitialized blocking poolTheodore Ts'o
2019-04-20random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior
2019-04-19random: document get_random_int() familyGeorge Spelvin
2019-04-19random: fix CRNG initialization when random.trust_cpu=1Jon DeVree
2019-04-19random: move rand_initialize() earlierKees Cook
2019-04-17random: only read from /dev/random after its pool has received 128 bitsTheodore Ts'o
2019-04-17drivers/char/random.c: make primary_crng staticRasmus Villemoes
2019-04-17drivers/char/random.c: remove unused stuct poolinfo::poolbitsRasmus Villemoes
2019-04-17drivers/char/random.c: constify poolinfo_tableRasmus Villemoes
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-09-21crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers
2018-09-01random: make CPU trust a boot parameterKees Cook
2018-08-02random: Make crng state queryableJason A. Donenfeld
2018-07-24random: remove preempt disabled regionIngo Molnar
2018-07-24random: add a config option to trust the CPU's hwrngTheodore Ts'o
2018-07-17random: Return nbytes filled from hw RNGTobin C. Harding
2018-07-17random: Fix whitespace pre random-bytes workTobin C. Harding
2018-07-17random: mix rdrand with entropy sent in from userspaceTheodore Ts'o
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-05-26random: convert to ->poll_maskChristoph Hellwig
2018-04-25random: rate limit unseeded randomness warningsTheodore Ts'o
2018-04-24random: fix possible sleeping allocation from irq contextTheodore Ts'o
2018-04-14random: add new ioctl RNDRESEEDCRNGTheodore Ts'o
2018-04-14random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o
2018-04-14random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o
2018-04-14random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o
2018-04-14random: fix crng_ready() testTheodore Ts'o
2018-02-28drivers/char/random.c: remove unused dont_count_entropyRasmus Villemoes
2018-02-28random: optimize add_interrupt_randomnessAndi Kleen
2018-02-28random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-29crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-08-08random: fix warning message on ia64 and pariscHelge Deller