summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu2024-02-231-13/+21
* hwrng: geode - fix accessing registersJonas Gorski2023-11-201-2/+4
* parisc: sba: Fix compile warning wrt list of SBA devicesHelge Deller2023-10-101-2/+0
* tpm_tis: Resend command to recover from data transfer errorsAlexander Steffen2023-09-231-4/+11
* ipmi_si: fix a memleak in try_smi_init()Yi Yang2023-09-231-0/+5
* tpm_tis: Explicitly check for error codeAlexander Steffen2023-08-111-2/+8
* hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser2023-08-111-4/+2
* tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creationJarkko Sakkinen2023-08-111-23/+7
* hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu2023-08-111-5/+5
* hwrng: virtio - always add a pending requestLaurent Vivier2023-08-111-14/+12
* hwrng: virtio - don't waste entropyLaurent Vivier2023-08-111-17/+35
* hwrng: virtio - don't wait on cleanupLaurent Vivier2023-08-111-1/+6
* hwrng: virtio - add an internal bufferLaurent Vivier2023-08-111-10/+33
* ipmi: move message error checking to avoid deadlockTony Camuso2023-06-281-57/+57
* ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard2023-06-283-76/+92
* tpm/tpm_tis: Disable interrupts for more Lenovo devicesJerry Snitselaar2023-05-301-0/+16
* ipmi: fix SSIF not responding under certain cond.Zhang Yuchen2023-05-171-2/+2
* ipmi_ssif: Rename idle state and checkCorey Minyard2023-05-171-23/+23
* ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard2023-05-173-45/+105
* ipmi: Fix SSIF flag requestsCorey Minyard2023-05-171-12/+52
* ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter2023-01-181-1/+3
* ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen2023-01-181-8/+19
* tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leakHanjun Guo2023-01-181-4/+5
* tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leakHanjun Guo2023-01-181-9/+20
* ipmi: fix memleak when unload ipmi driverZhang Yuchen2023-01-181-2/+6
* hwrng: geode - Fix PCI device refcount leakXiongfeng Wang2023-01-181-8/+28
* hwrng: amd - Fix PCI device refcount leakXiongfeng Wang2023-01-181-5/+13
* tpm/tpm_crb: Fix error message in __crb_relinquish_locality()Michael Kelley2023-01-181-1/+1
* random: use expired timer rather than wq for mixing fast poolJason A. Donenfeld2022-10-261-7/+11
* random: avoid reading two cache lines on irq randomnessJason A. Donenfeld2022-10-261-1/+1
* random: restore O_NONBLOCK supportJason A. Donenfeld2022-10-262-2/+7
* random: clamp credited irq bits to maximum mixedJason A. Donenfeld2022-10-261-1/+1
* Revert "Revert "char/random: silence a lockdep splat with printk()""Jason A. Donenfeld2022-07-291-2/+2
* random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld2022-07-021-1/+1
* random: schedule mix_interrupt_randomness() less oftenJason A. Donenfeld2022-07-021-1/+1
* random: credit cpu and bootloader seeds by defaultJason A. Donenfeld2022-06-251-21/+33
* random: account for arch randomness in bitsJason A. Donenfeld2022-06-251-4/+4
* random: mark bootloader randomness code as __initJason A. Donenfeld2022-06-251-4/+3
* random: avoid checking crng_ready() twice in random_init()Jason A. Donenfeld2022-06-251-1/+1
* crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange2022-06-251-2/+0
* Revert "random: use static branch for crng_ready()"Jason A. Donenfeld2022-06-251-10/+2
* random: check for signals after page of pool writesJason A. Donenfeld2022-06-251-4/+10
* random: wire up fops->splice_{read,write}_iter()Jens Axboe2022-06-251-0/+4
* random: convert to using fops->write_iter()Jens Axboe2022-06-251-32/+35
* random: move randomize_page() into mm where it belongsJason A. Donenfeld2022-06-251-157/+83
* random: move initialization functions out of hot pagesJason A. Donenfeld2022-06-251-22/+18
* random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld2022-06-251-100/+95
* random: use static branch for crng_ready()Jason A. Donenfeld2022-06-251-4/+12
* random: credit architectural init the exact amountJason A. Donenfeld2022-06-251-6/+6
* random: handle latent entropy and command line from random_init()Jason A. Donenfeld2022-06-251-5/+8