summaryrefslogtreecommitdiffstats
path: root/drivers/char/random.c
AgeCommit message (Expand)Author
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
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-15random: reorder READ_ONCE() in get_random_uXXSebastian Andrzej Siewior
2017-07-15random: suppress spammy warnings about unseeded randomnessTheodore Ts'o
2017-07-12random: do not ignore early device randomnessKees Cook
2017-06-19random: warn when kernel uses unseeded randomnessJason A. Donenfeld
2017-06-19random: add wait_for_random_bytes() APIJason A. Donenfeld
2017-06-19random: silence compiler warnings and fix raceJason A. Donenfeld
2017-06-07random: invalidate batched entropy after crng initJason A. Donenfeld
2017-06-07random: use lockless method of accessing and updating f->reg_idxTheodore Ts'o
2017-05-24fix race in drivers/char/random.c:get_reg()Michael Schmitz
2017-02-06random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef blockFabio Estevam
2017-01-27random: convert get_random_int/long into get_random_u32/u64Jason A. Donenfeld
2017-01-27random: use chacha20 for get_random_int/longJason A. Donenfeld
2017-01-18random: fix comment for unused random_min_urandom_seedStephan Müller
2017-01-18random: remove variable limitStephan Müller
2017-01-18random: remove stale urandom_init_waitStephan Müller
2017-01-18random: remove stale maybe_reseed_primary_crngStephan Mueller
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-11random: remove unused randomize_range()Jason Cooper
2016-10-11random: simplify API for random address requestsJason Cooper
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-07-30random: Fix crashes with sparse node idsMichael Ellerman
2016-07-27random: use for_each_online_node() to iterate over NUMA nodesTheodore Ts'o