summaryrefslogtreecommitdiff
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* tpm: Add check for Failure mode for TPM2 modulesMårten Lindahl2022-08-171-0/+6
* random: update comment from copy_to_user() -> copy_to_iter()Jason A. Donenfeld2022-06-291-1/+1
* random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld2022-06-291-1/+1
* random: schedule mix_interrupt_randomness() less oftenJason A. Donenfeld2022-06-291-1/+1
* random: credit cpu and bootloader seeds by defaultJason A. Donenfeld2022-06-221-19/+31
* random: account for arch randomness in bitsJason A. Donenfeld2022-06-141-4/+4
* random: mark bootloader randomness code as __initJason A. Donenfeld2022-06-141-4/+3
* random: avoid checking crng_ready() twice in random_init()Jason A. Donenfeld2022-06-141-1/+1
* virtio-rng: make device ready before making requestJason Wang2022-06-141-0/+2
* char: xillybus: fix a refcount leak in cleanup_dev()Hangyu Hua2022-06-141-0/+1
* Revert "random: use static branch for crng_ready()"Jason A. Donenfeld2022-06-091-10/+2
* ipmi:ipmb: Fix refcount leak in ipmi_ipmb_probeMiaoqian Lin2022-06-091-0/+1
* hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resu...Yang Yingliang2022-06-091-1/+1
* hwrng: cn10k - Make check_rng_health() return an error codeVladis Dronov2022-06-091-8/+7
* hwrng: cn10k - Optimize cn10k_rng_read()Vladis Dronov2022-06-091-6/+10
* char: tpm: cr50_i2c: Suppress duplicated error message in .remove()Uwe Kleine-König2022-06-091-2/+2
* ipmi: Fix pr_fmt to avoid compilation issuesCorey Minyard2022-06-091-2/+2
* ipmi: Add an intializer for ipmi_smi_msg structCorey Minyard2022-06-092-12/+6
* ipmi:ssif: Check for NULL msg when handling events and messagesCorey Minyard2022-06-091-0/+23
* tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()Xiu Jianfeng2022-06-061-0/+1
* tpm: Fix buffer access in tpm2_get_tpm_pt()Stefan Mahnke-Hartmann2022-06-061-1/+10
* random: check for signals after page of pool writesJason A. Donenfeld2022-05-301-4/+10
* random: wire up fops->splice_{read,write}_iter()Jens Axboe2022-05-301-0/+4
* random: convert to using fops->write_iter()Jens Axboe2022-05-301-32/+35
* random: convert to using fops->read_iter()Jens Axboe2022-05-301-36/+29
* random: unify batched entropy implementationsJason A. Donenfeld2022-05-301-92/+55
* random: move randomize_page() into mm where it belongsJason A. Donenfeld2022-05-301-32/+0
* random: move initialization functions out of hot pagesJason A. Donenfeld2022-05-301-25/+21
* random: make consistent use of buf and lenJason A. Donenfeld2022-05-301-102/+97
* random: use static branch for crng_ready()Jason A. Donenfeld2022-05-301-4/+12
* random: credit architectural init the exact amountJason A. Donenfeld2022-05-301-6/+6
* random: handle latent entropy and command line from random_init()Jason A. Donenfeld2022-05-301-7/+10
* random: use proper jiffies comparison macroJason A. Donenfeld2022-05-301-1/+1
* random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld2022-05-301-43/+18
* random: move initialization out of reseeding hot pathJason A. Donenfeld2022-05-301-23/+19
* random: avoid initializing twice in credit raceJason A. Donenfeld2022-05-301-5/+5
* random: use symbolic constants for crng_init statesJason A. Donenfeld2022-05-301-19/+19
* siphash: use one source of truth for siphash permutationsJason A. Donenfeld2022-05-301-23/+7
* random: help compiler out with fast_mix() by using simpler argumentsJason A. Donenfeld2022-05-301-21/+23
* random: do not use input pool from hard IRQsJason A. Donenfeld2022-05-301-15/+36
* random: order timer entropy functions below interrupt functionsJason A. Donenfeld2022-05-301-119/+119
* random: do not pretend to handle premature next security modelJason A. Donenfeld2022-05-301-117/+67
* random: use first 128 bits of input as fast initJason A. Donenfeld2022-05-301-97/+49
* random: do not use batches when !crng_ready()Jason A. Donenfeld2022-05-301-3/+11
* random: insist on random_get_entropy() existing in order to simplifyJason A. Donenfeld2022-05-301-60/+26
* Merge tag 'for-linus-5.17-2' of https://github.com/cminyard/linux-ipmiLinus Torvalds2022-05-042-5/+7
|\
| * ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()Corey Minyard2022-04-292-5/+5
| * ipmi: When handling send message responses, don't process the messageCorey Minyard2022-04-291-0/+2
* | random: document crng_fast_key_erasure() destination possibilityJason A. Donenfeld2022-04-251-1/+8
* | random: use memmove instead of memcpy for remaining 32 bytesJason A. Donenfeld2022-04-161-1/+1