summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ASoC: wm8962: Fix suspend while playing musicAdam Ford2022-06-221-0/+1
* ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()Sergey Shtylyov2022-06-221-2/+2
* ASoC: cs42l56: Correct typo in minimum level for SX volume controlsCharles Keepax2022-06-221-2/+2
* ASoC: cs42l52: Correct TLV for Bypass VolumeCharles Keepax2022-06-221-1/+3
* ASoC: cs53l30: Correct number of volume levels on SX controlsCharles Keepax2022-06-221-8/+8
* ASoC: cs35l36: Update digital volume TLVCharles Keepax2022-06-221-1/+2
* ASoC: cs42l52: Fix TLV scales for mixer controlsCharles Keepax2022-06-221-2/+2
* dma-debug: make things less spammy under memory pressureRob Clark2022-06-221-1/+1
* ASoC: nau8822: Add operation for internal PLL off and onHui Wang2022-06-222-0/+7
* powerpc/kasan: Silence KASAN warnings in __get_wchan()He Ying2022-06-221-2/+2
* random: account for arch randomness in bitsJason A. Donenfeld2022-06-221-4/+4
* random: mark bootloader randomness code as __initJason A. Donenfeld2022-06-222-5/+4
* random: avoid checking crng_ready() twice in random_init()Jason A. Donenfeld2022-06-221-1/+1
* crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange2022-06-223-54/+11
* crypto: drbg - always try to free Jitter RNG instanceStephan Müller2022-06-221-2/+4
* crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange2022-06-221-9/+21
* crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange2022-06-222-4/+9
* crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange2022-06-222-10/+16
* crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller2022-06-222-12/+20
* Revert "random: use static branch for crng_ready()"Jason A. Donenfeld2022-06-221-10/+2
* random: check for signals after page of pool writesJason A. Donenfeld2022-06-221-4/+10
* random: wire up fops->splice_{read,write}_iter()Jens Axboe2022-06-221-0/+4
* random: convert to using fops->write_iter()Jens Axboe2022-06-221-32/+35
* random: convert to using fops->read_iter()Jens Axboe2022-06-221-36/+30
* random: unify batched entropy implementationsJason A. Donenfeld2022-06-221-89/+53
* random: move randomize_page() into mm where it belongsJason A. Donenfeld2022-06-224-34/+33
* random: move initialization functions out of hot pagesJason A. Donenfeld2022-06-221-22/+18
* random: make consistent use of buf and lenJason A. Donenfeld2022-06-222-105/+100
* random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld2022-06-221-7/+7
* random: remove extern from functions in headerJason A. Donenfeld2022-06-221-43/+28
* random: use static branch for crng_ready()Jason A. Donenfeld2022-06-221-4/+12
* random: credit architectural init the exact amountJason A. Donenfeld2022-06-221-6/+6
* random: handle latent entropy and command line from random_init()Jason A. Donenfeld2022-06-223-21/+18
* random: use proper jiffies comparison macroJason A. Donenfeld2022-06-221-1/+1
* random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld2022-06-222-45/+19
* random: move initialization out of reseeding hot pathJason A. Donenfeld2022-06-221-23/+19
* random: avoid initializing twice in credit raceJason A. Donenfeld2022-06-221-5/+5
* random: use symbolic constants for crng_init statesJason A. Donenfeld2022-06-221-19/+19
* siphash: use one source of truth for siphash permutationsJason A. Donenfeld2022-06-224-61/+52
* random: help compiler out with fast_mix() by using simpler argumentsJason A. Donenfeld2022-06-221-21/+23
* random: do not use input pool from hard IRQsJason A. Donenfeld2022-06-221-15/+36
* random: order timer entropy functions below interrupt functionsJason A. Donenfeld2022-06-221-119/+119
* random: do not pretend to handle premature next security modelJason A. Donenfeld2022-06-221-112/+62
* random: use first 128 bits of input as fast initJason A. Donenfeld2022-06-221-97/+49
* random: do not use batches when !crng_ready()Jason A. Donenfeld2022-06-221-3/+11
* random: insist on random_get_entropy() existing in order to simplifyJason A. Donenfeld2022-06-221-60/+26
* xtensa: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-06-221-4/+2
* sparc: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-06-221-3/+1
* um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-06-221-7/+2
* x86/tsc: Use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-06-222-4/+12