summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
12 dayshwrng: amd - Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-1/+3
12 dayschar: tpm: Fix possible memory leak in tpm_bios_measurements_open()Joe Hattori1-0/+2
2024-07-18hpet: Support 32-bit userspaceHe Zhe1-5/+29
2024-06-16ppdev: Add an error check in register_deviceHuai-Yuan Liu1-4/+11
2024-06-16ppdev: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2024-02-23hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu1-13/+21
2023-11-20hwrng: geode - fix accessing registersJonas Gorski1-2/+4
2023-10-10parisc: sba: Fix compile warning wrt list of SBA devicesHelge Deller1-2/+0
2023-09-23tpm_tis: Resend command to recover from data transfer errorsAlexander Steffen1-4/+11
2023-09-23ipmi_si: fix a memleak in try_smi_init()Yi Yang1-0/+5
2023-08-11tpm_tis: Explicitly check for error codeAlexander Steffen1-2/+8
2023-08-11hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser1-4/+2
2023-08-11tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creationJarkko Sakkinen1-23/+7
2023-08-11hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu1-5/+5
2023-08-11hwrng: virtio - always add a pending requestLaurent Vivier1-14/+12
2023-08-11hwrng: virtio - don't waste entropyLaurent Vivier1-17/+35
2023-08-11hwrng: virtio - don't wait on cleanupLaurent Vivier1-1/+6
2023-08-11hwrng: virtio - add an internal bufferLaurent Vivier1-10/+33
2023-06-28ipmi: move message error checking to avoid deadlockTony Camuso1-57/+57
2023-06-28ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard3-76/+92
2023-05-30tpm/tpm_tis: Disable interrupts for more Lenovo devicesJerry Snitselaar1-0/+16
2023-05-17ipmi: fix SSIF not responding under certain cond.Zhang Yuchen1-2/+2
2023-05-17ipmi_ssif: Rename idle state and checkCorey Minyard1-23/+23
2023-05-17ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard3-45/+105
2023-05-17ipmi: Fix SSIF flag requestsCorey Minyard1-12/+52
2023-01-18ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter1-1/+3
2023-01-18ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen1-8/+19
2023-01-18tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-4/+5
2023-01-18tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-9/+20
2023-01-18ipmi: fix memleak when unload ipmi driverZhang Yuchen1-2/+6
2023-01-18hwrng: geode - Fix PCI device refcount leakXiongfeng Wang1-8/+28
2023-01-18hwrng: amd - Fix PCI device refcount leakXiongfeng Wang1-5/+13
2023-01-18tpm/tpm_crb: Fix error message in __crb_relinquish_locality()Michael Kelley1-1/+1
2022-10-26random: use expired timer rather than wq for mixing fast poolJason A. Donenfeld1-7/+11
2022-10-26random: avoid reading two cache lines on irq randomnessJason A. Donenfeld1-1/+1
2022-10-26random: restore O_NONBLOCK supportJason A. Donenfeld2-2/+7
2022-10-26random: clamp credited irq bits to maximum mixedJason A. Donenfeld1-1/+1
2022-07-29Revert "Revert "char/random: silence a lockdep splat with printk()""Jason A. Donenfeld1-2/+2
2022-07-02random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld1-1/+1
2022-07-02random: schedule mix_interrupt_randomness() less oftenJason A. Donenfeld1-1/+1
2022-06-25random: credit cpu and bootloader seeds by defaultJason A. Donenfeld1-21/+33
2022-06-25random: account for arch randomness in bitsJason A. Donenfeld1-4/+4
2022-06-25random: mark bootloader randomness code as __initJason A. Donenfeld1-4/+3
2022-06-25random: avoid checking crng_ready() twice in random_init()Jason A. Donenfeld1-1/+1
2022-06-25crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange1-2/+0
2022-06-25Revert "random: use static branch for crng_ready()"Jason A. Donenfeld1-10/+2
2022-06-25random: check for signals after page of pool writesJason A. Donenfeld1-4/+10
2022-06-25random: wire up fops->splice_{read,write}_iter()Jens Axboe1-0/+4
2022-06-25random: convert to using fops->write_iter()Jens Axboe1-32/+35
2022-06-25random: move randomize_page() into mm where it belongsJason A. Donenfeld1-157/+83