summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2023-03-17tpm/eventlog: Don't abort tpm_read_log on faulty ACPI addressMorten Linderud
2023-03-17ipmi:ssif: Add a timer between request retriesCorey Minyard
2023-03-17ipmi:ssif: Increase the message retry timeCorey Minyard
2023-03-10ipmi_ssif: Rename idle state and checkCorey Minyard
2023-03-10ipmi:ssif: resend_msg() cannot failCorey Minyard
2023-03-10applicom: Fix PCI device refcount leak in applicom_init()Xiongfeng Wang
2023-03-10Revert "char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in set_prot...Duoming Zhou
2023-01-12ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter
2023-01-12ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen
2023-01-12tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leakHanjun Guo
2023-01-12tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leakHanjun Guo
2023-01-12tpm: acpi: Call acpi_put_table() to fix memory leakHanjun Guo
2022-12-31ipmi: fix memleak when unload ipmi driverZhang Yuchen
2022-12-31hwrng: geode - Fix PCI device refcount leakXiongfeng Wang
2022-12-31hwrng: amd - Fix PCI device refcount leakXiongfeng Wang
2022-12-31ipmi: kcs: Poll OBF briefly to reduce OBE latencyAndrew Jeffery
2022-12-31tpm/tpm_crb: Fix error message in __crb_relinquish_locality()Michael Kelley
2022-12-31tpm/tpm_ftpm_tee: Fix error handling in ftpm_mod_init()Yuan Can
2022-12-08char: tpm: Protect tpm_pm_suspend with locksJan Dabros
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-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