summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2022-11-08Merge tag 'v5.15.75' into 5.15-2.1.x-imxDaiane Angolini
2022-11-08Merge tag 'v5.15.74' into 5.15-2.1.x-imxDaiane Angolini
2022-10-26hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()Kshitiz Varshney
2022-10-26hwrng: arm-smccc-trng - fix NO_ENTROPY handlingJames Cowgill
2022-10-15random: use expired timer rather than wq for mixing fast poolJason A. Donenfeld
2022-10-15random: avoid reading two cache lines on irq randomnessJason A. Donenfeld
2022-10-15random: clamp credited irq bits to maximum mixedJason A. Donenfeld
2022-10-15random: restore O_NONBLOCK supportJason A. Donenfeld
2022-07-29LF-6694: Moving init_completion before request_irqKshitiz Varshney
2022-06-29Merge tag 'v5.15.51' into lf-5.15.yJason Liu
2022-06-29Merge tag 'v5.15.50' into lf-5.15.yJason Liu
2022-06-29Merge tag 'v5.15.41' into lf-5.15.yJason Liu
2022-06-29random: update comment from copy_to_user() -> copy_to_iter()Jason A. Donenfeld
2022-06-29random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld
2022-06-29random: schedule mix_interrupt_randomness() less oftenJason A. Donenfeld
2022-06-22random: credit cpu and bootloader seeds by defaultJason A. Donenfeld
2022-06-14random: account for arch randomness in bitsJason A. Donenfeld
2022-06-14random: mark bootloader randomness code as __initJason A. Donenfeld
2022-06-14random: avoid checking crng_ready() twice in random_init()Jason A. Donenfeld
2022-06-14char: xillybus: fix a refcount leak in cleanup_dev()Hangyu Hua
2022-06-09Revert "random: use static branch for crng_ready()"Jason A. Donenfeld
2022-06-09hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resu...Yang Yingliang
2022-06-09char: tpm: cr50_i2c: Suppress duplicated error message in .remove()Uwe Kleine-König
2022-06-09ipmi: Fix pr_fmt to avoid compilation issuesCorey Minyard
2022-06-09ipmi:ssif: Check for NULL msg when handling events and messagesCorey Minyard
2022-06-06tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()Xiu Jianfeng
2022-06-06tpm: Fix buffer access in tpm2_get_tpm_pt()Stefan Mahnke-Hartmann
2022-06-06crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange
2022-05-30random: check for signals after page of pool writesJason A. Donenfeld
2022-05-30random: wire up fops->splice_{read,write}_iter()Jens Axboe
2022-05-30random: convert to using fops->write_iter()Jens Axboe
2022-05-30random: convert to using fops->read_iter()Jens Axboe
2022-05-30random: unify batched entropy implementationsJason A. Donenfeld
2022-05-30random: move randomize_page() into mm where it belongsJason A. Donenfeld
2022-05-30random: move initialization functions out of hot pagesJason A. Donenfeld
2022-05-30random: make consistent use of buf and lenJason A. Donenfeld
2022-05-30random: use static branch for crng_ready()Jason A. Donenfeld
2022-05-30random: credit architectural init the exact amountJason A. Donenfeld
2022-05-30random: handle latent entropy and command line from random_init()Jason A. Donenfeld
2022-05-30random: use proper jiffies comparison macroJason A. Donenfeld
2022-05-30random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld
2022-05-30random: move initialization out of reseeding hot pathJason A. Donenfeld
2022-05-30random: avoid initializing twice in credit raceJason A. Donenfeld
2022-05-30random: use symbolic constants for crng_init statesJason A. Donenfeld
2022-05-30siphash: use one source of truth for siphash permutationsJason A. Donenfeld
2022-05-30random: help compiler out with fast_mix() by using simpler argumentsJason A. Donenfeld
2022-05-30random: do not use input pool from hard IRQsJason A. Donenfeld
2022-05-30random: order timer entropy functions below interrupt functionsJason A. Donenfeld
2022-05-30random: do not pretend to handle premature next security modelJason A. Donenfeld
2022-05-30random: use first 128 bits of input as fast initJason A. Donenfeld