summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
8 daysvirtio_console: fix order of fields cols and rowsMaximilian Immanuel Brandtner1-1/+1
8 daystpm: Cap the number of PCR banksJarkko Sakkinen3-11/+3
8 dayschar: applicom: fix NULL pointer dereference in ac_ioctlTianchu Chen1-1/+4
8 daysipmi: Fix __scan_channels() failing to rescan channelsJinhui Guo1-5/+13
8 daysipmi: Fix the race between __scan_channels() and deliver_response()Jinhui Guo1-2/+0
2025-11-24char: misc: restrict the dynamic range to exclude reserved minorsThadeu Lima de Souza Cascardo1-23/+5
2025-11-24char: Use list_del_init() in misc_deregister() to reinitialize list pointerXion Wang1-1/+1
2025-11-24char: misc: Does not request module for miscdevice with dynamic minorZijun Hu1-3/+5
2025-11-24char: misc: Make misc_register() reentry for miscdevice who wants dynamic minorZijun Hu1-0/+2
2025-10-19ipmi: Fix handling of messages with provided receive message pointerGuenter Roeck1-1/+4
2025-10-19ipmi: Rework user message limit handlingCorey Minyard1-217/+198
2025-10-19Revert "ipmi: fix msg stack when IPMI is disconnected"Corey Minyard1-11/+5
2025-10-19tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_singleGunnar Kudrjavets1-2/+2
2025-10-15hwrng: ks-sa - fix division by zero in ks_sa_rng_initNishanth Menon1-0/+4
2025-10-15hwrng: nomadik - add ARM_AMBA dependencyArnd Bergmann1-0/+1
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-28char: misc: Fix improper and inaccurate error code returned by misc_init()Zijun Hu1-2/+2
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-02char: misc: register chrdev region with all possible minorsThadeu Lima de Souza Cascardo1-1/+1
2025-05-02virtio_console: fix missing byte order handling for cols and rowsHalil Pasic1-3/+4
2025-04-25tpm: do not start chip while suspendedThadeu Lima de Souza Cascardo2-7/+5
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-13char: misc: deallocate static minor in error pathThadeu Lima de Souza Cascardo1-1/+1
2025-02-17misc: misc_minor_alloc to use ida for all dynamic/misc dynamic minorsVimal Agrawal1-9/+30
2025-02-17tpm: Change to kvalloc() in eventlog/acpi.cJarkko Sakkinen1-2/+13
2025-02-08ipmi: ssif_bmc: Fix new request loss when bmc ready for a responseQuan Nguyen1-2/+3
2025-02-08ipmi: ipmb: Add check devm_kasprintf() returned valueCharles Han1-0/+3
2024-12-09tpm: Lock TPM chip in tpm_pm_suspend() firstJarkko Sakkinen2-12/+21
2024-10-17virtio_console: fix misc probe bugsMichael S. Tsirkin1-8/+10
2024-10-04hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resumeGaosheng Cui1-0/+1
2024-10-04hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_initGaosheng Cui1-1/+3
2024-10-04hwrng: mtk - Use devm_pm_runtime_enableGuoqing Jiang1-1/+1
2024-10-04tpm: 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-08-03hwrng: core - Fix wrong quality calculation at hw rng registrationHarald Freudenberger1-1/+3
2024-08-03ipmi: ssif_bmc: prevent integer overflow on 32bit systemsDan Carpenter1-2/+4
2024-07-18hpet: Support 32-bit userspaceHe Zhe1-5/+29
2024-06-16tpm_tis: Do *not* flush uninitialized workJan Beulich1-1/+2
2024-06-12tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer bufferMatthew R. Ochs1-1/+2
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-04-27random: handle creditable entropy from atomic process contextJason A. Donenfeld1-5/+5