summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2023-07-27hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser
2023-07-27tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creationJarkko Sakkinen
2023-07-27hwrng: st - keep clock enabled while hwrng is registeredMartin Kaiser
2023-07-27hwrng: st - Fix W=1 unused variable warningHerbert Xu
2023-07-27hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu
2023-07-27hwrng: virtio - always add a pending requestLaurent Vivier
2023-07-27hwrng: virtio - don't waste entropyLaurent Vivier
2023-07-27hwrng: virtio - don't wait on cleanupLaurent Vivier
2023-07-27hwrng: virtio - add an internal bufferLaurent Vivier
2023-06-21parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory()Helge Deller
2023-05-30tpm/tpm_tis: Disable interrupts for more Lenovo devicesJerry Snitselaar
2023-05-17tpm, tpm_tis: Do not skip reset of original interrupt vectorLino Sanfilippo
2023-05-17ipmi: fix SSIF not responding under certain cond.Zhang Yuchen
2023-05-17ipmi:ssif: Add send_retries incrementCorey Minyard
2023-03-17ipmi:watchdog: Set panic count to proper value on a panicCorey Minyard
2023-03-17ipmi/watchdog: replace atomic_add() and atomic_sub()Yejune Deng
2023-03-17ipmi:ssif: Add a timer between request retriesCorey Minyard
2023-03-17ipmi:ssif: Increase the message retry timeCorey Minyard
2023-03-17ipmi:ssif: Remove rtc_us_timerCorey Minyard
2023-03-17ipmi:ssif: resend_msg() cannot failCorey Minyard
2023-03-17ipmi:ssif: make ssif_i2c_send() voidLiguang Zhang
2023-03-11ipmi_ssif: Rename idle state and checkCorey Minyard
2023-01-18ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter
2023-01-18ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen
2023-01-18tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leakHanjun Guo
2023-01-18tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leakHanjun Guo
2023-01-18ipmi: fix memleak when unload ipmi driverZhang Yuchen
2023-01-18hwrng: geode - Fix PCI device refcount leakXiongfeng Wang
2023-01-18hwrng: amd - Fix PCI device refcount leakXiongfeng Wang
2023-01-18tpm/tpm_crb: Fix error message in __crb_relinquish_locality()Michael Kelley
2022-12-08char: tpm: Protect tpm_pm_suspend with locksJan Dabros
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: restore O_NONBLOCK supportJason A. Donenfeld
2022-10-15random: clamp credited irq bits to maximum mixedJason 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-22random: account for arch randomness in bitsJason A. Donenfeld
2022-06-22random: mark bootloader randomness code as __initJason A. Donenfeld
2022-06-22random: avoid checking crng_ready() twice in random_init()Jason A. Donenfeld
2022-06-22crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange
2022-06-22Revert "random: use static branch for crng_ready()"Jason A. Donenfeld
2022-06-22random: check for signals after page of pool writesJason A. Donenfeld
2022-06-22random: wire up fops->splice_{read,write}_iter()Jens Axboe
2022-06-22random: convert to using fops->write_iter()Jens Axboe
2022-06-22random: convert to using fops->read_iter()Jens Axboe
2022-06-22random: unify batched entropy implementationsJason A. Donenfeld
2022-06-22random: move randomize_page() into mm where it belongsJason A. Donenfeld