summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2023-01-14ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter1-1/+3
2023-01-14ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen1-8/+19
2023-01-14tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-4/+5
2023-01-14tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-9/+20
2023-01-14tpm: acpi: Call acpi_put_table() to fix memory leakHanjun Guo1-3/+9
2023-01-14ipmi: fix memleak when unload ipmi driverZhang Yuchen1-2/+6
2023-01-14hwrng: geode - Fix PCI device refcount leakXiongfeng Wang1-8/+28
2023-01-14hwrng: amd - Fix PCI device refcount leakXiongfeng Wang1-5/+13
2023-01-14tpm/tpm_crb: Fix error message in __crb_relinquish_locality()Michael Kelley1-1/+1
2023-01-14tpm/tpm_ftpm_tee: Fix error handling in ftpm_mod_init()Yuan Can1-1/+7
2022-12-08char: tpm: Protect tpm_pm_suspend with locksJan Dabros1-2/+3
2022-10-26hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()Kshitiz Varshney1-7/+7
2022-10-15random: use expired timer rather than wq for mixing fast poolJason A. Donenfeld1-7/+11
2022-10-15random: avoid reading two cache lines on irq randomnessJason A. Donenfeld1-1/+1
2022-10-15random: clamp credited irq bits to maximum mixedJason A. Donenfeld1-1/+1
2022-10-15random: restore O_NONBLOCK supportJason A. Donenfeld2-2/+7
2022-06-29random: update comment from copy_to_user() -> copy_to_iter()Jason A. Donenfeld1-1/+1
2022-06-29random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld1-1/+1
2022-06-29random: schedule mix_interrupt_randomness() less oftenJason A. Donenfeld1-1/+1
2022-06-22random: credit cpu and bootloader seeds by defaultJason A. Donenfeld1-21/+33
2022-06-09Revert "random: use static branch for crng_ready()"Jason A. Donenfeld1-10/+2
2022-06-09hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resu...Yang Yingliang1-1/+1
2022-06-09ipmi: Fix pr_fmt to avoid compilation issuesCorey Minyard1-2/+2
2022-06-09ipmi:ssif: Check for NULL msg when handling events and messagesCorey Minyard1-0/+23
2022-06-06tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()Xiu Jianfeng1-0/+1
2022-06-06tpm: Fix buffer access in tpm2_get_tpm_pt()Stefan Mahnke-Hartmann1-1/+10
2022-06-06crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange1-2/+0
2022-05-30random: check for signals after page of pool writesJason A. Donenfeld1-4/+10
2022-05-30random: wire up fops->splice_{read,write}_iter()Jens Axboe1-0/+4
2022-05-30random: convert to using fops->write_iter()Jens Axboe1-32/+35
2022-05-30random: convert to using fops->read_iter()Jens Axboe1-36/+30
2022-05-30random: unify batched entropy implementationsJason A. Donenfeld1-92/+55
2022-05-30random: move randomize_page() into mm where it belongsJason A. Donenfeld1-32/+0
2022-05-30random: move initialization functions out of hot pagesJason A. Donenfeld1-22/+18
2022-05-30random: make consistent use of buf and lenJason A. Donenfeld1-99/+94
2022-05-30random: use static branch for crng_ready()Jason A. Donenfeld1-4/+12
2022-05-30random: credit architectural init the exact amountJason A. Donenfeld1-6/+6
2022-05-30random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-5/+8
2022-05-30random: use proper jiffies comparison macroJason A. Donenfeld1-1/+1
2022-05-30random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld1-43/+18
2022-05-30random: move initialization out of reseeding hot pathJason A. Donenfeld1-23/+19
2022-05-30random: avoid initializing twice in credit raceJason A. Donenfeld1-5/+5
2022-05-30random: use symbolic constants for crng_init statesJason A. Donenfeld1-19/+19
2022-05-30siphash: use one source of truth for siphash permutationsJason A. Donenfeld1-23/+7
2022-05-30random: help compiler out with fast_mix() by using simpler argumentsJason A. Donenfeld1-21/+23
2022-05-30random: do not use input pool from hard IRQsJason A. Donenfeld1-15/+36
2022-05-30random: order timer entropy functions below interrupt functionsJason A. Donenfeld1-119/+119
2022-05-30random: do not pretend to handle premature next security modelJason A. Donenfeld1-112/+62
2022-05-30random: use first 128 bits of input as fast initJason A. Donenfeld1-97/+49
2022-05-30random: do not use batches when !crng_ready()Jason A. Donenfeld1-3/+11