summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2025-08-28ipmi: Fix strcpy source and destination the sameCorey Minyard1-17/+42
2025-08-28ipmi: Use dev_warn_ratelimited() for incorrect message warningsBreno Leitao1-4/+4
2025-08-15hwrng: mtk - handle devm_pm_runtime_enable errorsOvidiu Panait1-1/+3
2025-07-17ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()Dan Carpenter1-1/+2
2025-05-22tpm: tis: Double the timeout B to 4sMichal Suchanek1-1/+1
2025-05-02virtio_console: fix missing byte order handling for cols and rowsHalil Pasic1-3/+4
2025-04-25tpm, tpm_tis: Fix timeout handling when waiting for TPM statusJonathan McDowell1-2/+1
2025-04-25tpm, tpm_tis: Workaround failed command reception on Infineon devicesJonathan McDowell2-3/+15
2025-03-07tpm: Change to kvalloc() in eventlog/acpi.cJarkko Sakkinen1-2/+13
2025-03-07tpm: Use managed allocation for bios event logEddie James4-10/+12
2025-02-21ipmi: ipmb: Add check devm_kasprintf() returned valueCharles Han1-0/+3
2024-11-22char: xillybus: Fix trivial bug with mutexEli Billauer1-3/+4
2024-11-22char: xillybus: Prevent use-after-free due to race conditionEli Billauer1-3/+19
2024-10-17virtio_console: fix misc probe bugsMichael S. Tsirkin1-8/+10
2024-10-17hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resumeGaosheng Cui1-0/+1
2024-10-17hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_initGaosheng Cui1-1/+3
2024-10-17hwrng: mtk - Use devm_pm_runtime_enableGuoqing Jiang1-1/+1
2024-10-17tpm: Clean up TPM space after command failureJonathan McDowell2-0/+5
2024-08-29char: xillybus: Check USB endpoints when probing deviceEli Billauer1-2/+20
2024-08-29char: xillybus: Refine workqueue handlingEli Billauer1-3/+5
2024-08-29char: xillybus: Don't destroy workqueue from work item running on itEli Billauer1-5/+11
2024-08-03hwrng: amd - Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-1/+3
2024-08-03char: 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-12ppdev: Add an error check in register_deviceHuai-Yuan Liu1-4/+11
2024-06-12ppdev: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2024-05-17timers: Get rid of del_singleshot_timer_sync()Thomas Gleixner1-2/+2
2024-04-27random: handle creditable entropy from atomic process contextJason A. Donenfeld1-5/+5
2024-02-01hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu1-13/+21
2023-11-20hwrng: geode - fix accessing registersJonas Gorski1-2/+4
2023-11-20hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren2-1/+7
2023-10-06parisc: 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-3/+10
2023-09-19tpm_crb: Fix an error handling path in crb_acpi_add()Christophe JAILLET1-2/+3
2023-09-13ipmi_si: fix a memleak in try_smi_init()Yi Yang1-0/+5
2023-09-13ipmi:ssif: Fix a memory leak when scanning for an adapterCorey Minyard1-1/+1
2023-09-13ipmi:ssif: Add check for kstrdupJiasheng Jiang1-0/+5
2023-09-13hwrng: iproc-rng200 - Implement suspend and resume callsFlorian Fainelli1-0/+25
2023-09-13hwrng: pic32 - use devm_clk_get_enabledMartin Kaiser1-14/+5
2023-09-13hwrng: nomadik - keep clock enabled while hwrng is registeredMartin Kaiser1-9/+3
2023-09-13tpm: Enable hwrng only for Pluton on AMD CPUsJarkko Sakkinen1-25/+8
2023-08-16tpm: Add a helper for checking hwrng enabledMario Limonciello1-5/+14
2023-08-16tpm: Disable RNG for all AMD fTPMsMario Limonciello2-66/+32
2023-08-03tpm_tis: Explicitly check for error codeAlexander Steffen1-2/+7
2023-07-23hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser1-4/+2
2023-07-23tpm: return false from tpm_amd_is_rng_defective on non-x86 platformsJerry Snitselaar1-0/+7
2023-07-23tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytesAlexander Sverdlin1-7/+15
2023-07-23tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytesAlexander Sverdlin1-15/+22
2023-07-23tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creationJarkko Sakkinen1-23/+7
2023-07-23tpm: Do not remap from ACPI resources again for Pluton TPMValentin David1-8/+11