summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
3 daysRemove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds
3 daysipmi: ipmb: initialise event handler read bytesMatt Johnston
3 dayschar: tpm: cr50: Remove IRQF_ONESHOTSebastian Andrzej Siewior
3 daystpm: st33zp24: Fix missing cleanup on get_burstcount() errorAlper Ak
3 daystpm: tpm_i2c_infineon: Fix locality leak on get_burstcount() failureAlper Ak
2026-01-11virtio_console: fix order of fields cols and rowsMaximilian Immanuel Brandtner
2026-01-11tpm: Cap the number of PCR banksJarkko Sakkinen
2026-01-11char: applicom: fix NULL pointer dereference in ac_ioctlTianchu Chen
2026-01-11ipmi: Fix __scan_channels() failing to rescan channelsJinhui Guo
2026-01-11ipmi: Fix the race between __scan_channels() and deliver_response()Jinhui Guo
2025-11-24char: misc: restrict the dynamic range to exclude reserved minorsThadeu Lima de Souza Cascardo
2025-11-24char: Use list_del_init() in misc_deregister() to reinitialize list pointerXion Wang
2025-11-24char: misc: Does not request module for miscdevice with dynamic minorZijun Hu
2025-11-24char: misc: Make misc_register() reentry for miscdevice who wants dynamic minorZijun Hu
2025-10-19ipmi: Fix handling of messages with provided receive message pointerGuenter Roeck
2025-10-19ipmi: Rework user message limit handlingCorey Minyard
2025-10-19Revert "ipmi: fix msg stack when IPMI is disconnected"Corey Minyard
2025-10-19tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_singleGunnar Kudrjavets
2025-10-15hwrng: ks-sa - fix division by zero in ks_sa_rng_initNishanth Menon
2025-10-15hwrng: nomadik - add ARM_AMBA dependencyArnd Bergmann
2025-08-28ipmi: Fix strcpy source and destination the sameCorey Minyard
2025-08-28ipmi: Use dev_warn_ratelimited() for incorrect message warningsBreno Leitao
2025-08-28char: misc: Fix improper and inaccurate error code returned by misc_init()Zijun Hu
2025-08-15hwrng: mtk - handle devm_pm_runtime_enable errorsOvidiu Panait
2025-07-17ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()Dan Carpenter
2025-05-22tpm: tis: Double the timeout B to 4sMichal Suchanek
2025-05-02char: misc: register chrdev region with all possible minorsThadeu Lima de Souza Cascardo
2025-05-02virtio_console: fix missing byte order handling for cols and rowsHalil Pasic
2025-04-25tpm: do not start chip while suspendedThadeu Lima de Souza Cascardo
2025-04-25tpm, tpm_tis: Fix timeout handling when waiting for TPM statusJonathan McDowell
2025-04-25tpm, tpm_tis: Workaround failed command reception on Infineon devicesJonathan McDowell
2025-03-13char: misc: deallocate static minor in error pathThadeu Lima de Souza Cascardo
2025-02-17misc: misc_minor_alloc to use ida for all dynamic/misc dynamic minorsVimal Agrawal
2025-02-17tpm: Change to kvalloc() in eventlog/acpi.cJarkko Sakkinen
2025-02-08ipmi: ssif_bmc: Fix new request loss when bmc ready for a responseQuan Nguyen
2025-02-08ipmi: ipmb: Add check devm_kasprintf() returned valueCharles Han
2024-12-09tpm: Lock TPM chip in tpm_pm_suspend() firstJarkko Sakkinen
2024-10-17virtio_console: fix misc probe bugsMichael S. Tsirkin
2024-10-04hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resumeGaosheng Cui
2024-10-04hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_initGaosheng Cui
2024-10-04hwrng: mtk - Use devm_pm_runtime_enableGuoqing Jiang
2024-10-04tpm: Clean up TPM space after command failureJonathan McDowell
2024-08-29char: xillybus: Check USB endpoints when probing deviceEli Billauer
2024-08-29char: xillybus: Refine workqueue handlingEli Billauer
2024-08-29char: xillybus: Don't destroy workqueue from work item running on itEli Billauer
2024-08-03hwrng: amd - Convert PCIBIOS_* return codes to errnosIlpo Järvinen
2024-08-03char: tpm: Fix possible memory leak in tpm_bios_measurements_open()Joe Hattori
2024-08-03hwrng: core - Fix wrong quality calculation at hw rng registrationHarald Freudenberger
2024-08-03ipmi: ssif_bmc: prevent integer overflow on 32bit systemsDan Carpenter
2024-07-18hpet: Support 32-bit userspaceHe Zhe