summaryrefslogtreecommitdiffstats
path: root/drivers/char/random.c
Commit message (Expand)AuthorAgeFilesLines
* prandom: remove unused functionsJason A. Donenfeld2022-10-111-6/+5
* random: clear new batches when bringing new CPUs onlineJason A. Donenfeld2022-10-061-12/+16
* random: fix typos in get_random_bytes() commentWilliam Zijl2022-10-011-5/+5
* random: schedule jitter credit for next jiffy, not in two jiffiesJason A. Donenfeld2022-10-011-2/+2
* random: add 8-bit and 16-bit batchesJason A. Donenfeld2022-09-291-0/+2
* random: use init_utsname() instead of utsname()Jason A. Donenfeld2022-09-291-1/+1
* random: split initialization into early step and later stepJason A. Donenfeld2022-09-291-20/+30
* random: use expired timer rather than wq for mixing fast poolJason A. Donenfeld2022-09-281-7/+11
* random: avoid reading two cache lines on irq randomnessJason A. Donenfeld2022-09-281-1/+1
* random: clamp credited irq bits to maximum mixedJason A. Donenfeld2022-09-231-1/+1
* random: throttle hwrng writes if no entropy is creditedJason A. Donenfeld2022-09-231-2/+2
* random: use hwgenerator randomness more frequently at early bootDominik Brodowski2022-09-231-12/+10
* random: restore O_NONBLOCK supportJason A. Donenfeld2022-09-231-0/+5
* Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-2/+2
|\
| * pm/sleep: Add PM_USERSPACE_AUTOSLEEP KconfigKalesh Singh2022-07-011-2/+2
* | random: correct spelling of "overwrites"Jason A. Donenfeld2022-07-301-1/+1
* | random: handle archrandom with multiple longsJason A. Donenfeld2022-07-251-14/+31
* | random: use try_cmpxchg in _credit_init_bitsUros Bizjak2022-07-181-2/+2
* | random: cap jitter samples per bit to factor of HZJason A. Donenfeld2022-07-161-1/+1
|/
* random: update comment from copy_to_user() -> copy_to_iter()Jason A. Donenfeld2022-06-201-1/+1
* random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld2022-06-191-1/+1
* random: schedule mix_interrupt_randomness() less oftenJason A. Donenfeld2022-06-191-1/+1
* random: remove rng_has_arch_random()Jason A. Donenfeld2022-06-101-13/+0
* random: do not use jump labels before they are initializedJason A. Donenfeld2022-06-101-1/+10
* random: account for arch randomness in bitsJason A. Donenfeld2022-06-101-5/+5
* random: mark bootloader randomness code as __initJason A. Donenfeld2022-06-101-4/+3
* random: avoid checking crng_ready() twice in random_init()Jason A. Donenfeld2022-06-101-1/+1
* random: check for signals after page of pool writesJason A. Donenfeld2022-05-221-4/+10
* random: wire up fops->splice_{read,write}_iter()Jens Axboe2022-05-201-0/+4
* random: convert to using fops->write_iter()Jens Axboe2022-05-201-32/+35
* random: convert to using fops->read_iter()Jens Axboe2022-05-201-36/+29
* random: unify batched entropy implementationsJason A. Donenfeld2022-05-191-92/+55
* random: move randomize_page() into mm where it belongsJason A. Donenfeld2022-05-191-32/+0
* random: remove mostly unused async readiness notifierJason A. Donenfeld2022-05-191-48/+0
* random: remove get_random_bytes_arch() and add rng_has_arch_random()Jason A. Donenfeld2022-05-191-33/+16
* random: move initialization functions out of hot pagesJason A. Donenfeld2022-05-191-25/+21
* random: make consistent use of buf and lenJason A. Donenfeld2022-05-191-102/+97
* random: use static branch for crng_ready()Jason A. Donenfeld2022-05-191-4/+12
* random: credit architectural init the exact amountJason A. Donenfeld2022-05-181-6/+6
* random: handle latent entropy and command line from random_init()Jason A. Donenfeld2022-05-181-7/+10
* random: use proper jiffies comparison macroJason A. Donenfeld2022-05-181-1/+1
* random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld2022-05-181-44/+18
* random: move initialization out of reseeding hot pathJason A. Donenfeld2022-05-181-23/+19
* random: avoid initializing twice in credit raceJason A. Donenfeld2022-05-181-5/+5
* random: use symbolic constants for crng_init statesJason A. Donenfeld2022-05-181-19/+19
* siphash: use one source of truth for siphash permutationsJason A. Donenfeld2022-05-181-23/+7
* random: help compiler out with fast_mix() by using simpler argumentsJason A. Donenfeld2022-05-181-21/+23
* random: do not use input pool from hard IRQsJason A. Donenfeld2022-05-181-15/+36
* random: order timer entropy functions below interrupt functionsJason A. Donenfeld2022-05-161-119/+119
* random: do not pretend to handle premature next security modelJason A. Donenfeld2022-05-151-118/+68