summaryrefslogtreecommitdiff
path: root/drivers/char/random.c
AgeCommit message (Expand)AuthorFilesLines
9 daysrandom: handle creditable entropy from atomic process contextJason A. Donenfeld1-5/+5
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe1-2/+2
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe1-4/+2
2023-10-11char-misc: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells1-2/+2
2023-03-06cpumask: fix incorrect cpumask scanning result checksLinus Torvalds1-1/+1
2022-12-20random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld1-0/+1
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+2
2022-12-04random: align entropy_timer_state to cache lineJason A. Donenfeld1-16/+17
2022-12-04random: mix in cycle counter when jitter timer firesJason A. Donenfeld1-0/+2
2022-12-04random: spread out jitter callback to different CPUsJason A. Donenfeld1-8/+44
2022-11-29random: remove extraneous period and add a missing one in commentsJason A. Donenfeld1-10/+8
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-11-22random: add back async readiness notifierJason A. Donenfeld1-0/+22
2022-11-18random: reseed in delayed work rather than on-demandJason A. Donenfeld1-36/+32
2022-11-18hw_random: use add_hwgenerator_randomness() for early entropyJason A. Donenfeld1-6/+6
2022-11-18random: modernize documentation comment on get_random_bytes()Jason A. Donenfeld1-5/+5
2022-11-18random: adjust comment to account for removed functionJason A. Donenfeld1-1/+1
2022-11-18random: remove early archrandom abstractionJason A. Donenfeld1-2/+2
2022-11-18random: use random.trust_{bootloader,cpu} command line option onlyJason A. Donenfeld1-5/+5
2022-11-18random: add helpers for random numbers with given floor or rangeJason A. Donenfeld1-1/+17
2022-11-17random: use rejection sampling for uniform bounded random integersJason A. Donenfeld1-0/+22
2022-10-29random: use arch_get_random*_early() in random_init()Jean-Philippe Brucker1-2/+2
2022-10-11prandom: remove unused functionsJason A. Donenfeld1-6/+5
2022-10-06random: clear new batches when bringing new CPUs onlineJason A. Donenfeld1-12/+16
2022-10-01random: fix typos in get_random_bytes() commentWilliam Zijl1-5/+5
2022-10-01random: schedule jitter credit for next jiffy, not in two jiffiesJason A. Donenfeld1-2/+2
2022-09-29random: add 8-bit and 16-bit batchesJason A. Donenfeld1-0/+2
2022-09-29random: use init_utsname() instead of utsname()Jason A. Donenfeld1-1/+1
2022-09-29random: split initialization into early step and later stepJason A. Donenfeld1-20/+30
2022-09-28random: use expired timer rather than wq for mixing fast poolJason A. Donenfeld1-7/+11
2022-09-28random: avoid reading two cache lines on irq randomnessJason A. Donenfeld1-1/+1
2022-09-23random: clamp credited irq bits to maximum mixedJason A. Donenfeld1-1/+1
2022-09-23random: throttle hwrng writes if no entropy is creditedJason A. Donenfeld1-2/+2
2022-09-23random: use hwgenerator randomness more frequently at early bootDominik Brodowski1-12/+10
2022-09-23random: restore O_NONBLOCK supportJason A. Donenfeld1-0/+5
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2022-07-30random: correct spelling of "overwrites"Jason A. Donenfeld1-1/+1
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld1-14/+31
2022-07-18random: use try_cmpxchg in _credit_init_bitsUros Bizjak1-2/+2
2022-07-16random: cap jitter samples per bit to factor of HZJason A. Donenfeld1-1/+1
2022-07-01pm/sleep: Add PM_USERSPACE_AUTOSLEEP KconfigKalesh Singh1-2/+2
2022-06-20random: update comment from copy_to_user() -> copy_to_iter()Jason A. Donenfeld1-1/+1
2022-06-19random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld1-1/+1
2022-06-19random: schedule mix_interrupt_randomness() less oftenJason A. Donenfeld1-1/+1
2022-06-10random: remove rng_has_arch_random()Jason A. Donenfeld1-13/+0
2022-06-10random: do not use jump labels before they are initializedJason A. Donenfeld1-1/+10
2022-06-10random: account for arch randomness in bitsJason A. Donenfeld1-5/+5
2022-06-10random: mark bootloader randomness code as __initJason A. Donenfeld1-4/+3
2022-06-10random: avoid checking crng_ready() twice in random_init()Jason A. Donenfeld1-1/+1