summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
7 daysagp/amd64: Fix broken error propagation in agp_amd64_probe()Mingyu Wang
2026-06-19ipmi:ssif: NULL thread on errorCorey Minyard
2026-06-19ipmi:ssif: Remove unnecessary indentionCorey Minyard
2026-06-19ipmi: Fix rcu_read_unlock to srcu_read_unlock in handle_read_event_rspRui Qi
2026-05-23ipmi: ssif_bmc: change log level to dbg in irq callbackJian Zhang
2026-05-23ipmi: ssif_bmc: fix message desynchronization after truncated responseJian Zhang
2026-05-23ipmi: ssif_bmc: fix missing check for copy_to_user() partial failureJian Zhang
2026-05-14ipmi:si: Return state to normal if message allocation failsCorey Minyard
2026-05-14ipmi: Check event message buffer response for bad dataCorey Minyard
2026-05-14ipmi: Add limits to event and receive message requestsCorey Minyard
2026-05-07tpm: tpm_tis: stop transmit if retries are exhaustedJacqueline Wong
2026-05-07tpm: tpm_tis: add error logging for data transferJacqueline Wong
2026-05-07tpm: Use kfree_sensitive() to free auth session in tpm_dev_release()Gunnar Kudrjavets
2026-05-07tpm: Fix auth session leak in tpm2_get_random() error pathGunnar Kudrjavets
2026-03-04Remove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds
2026-03-04ipmi: ipmb: initialise event handler read bytesMatt Johnston
2026-03-04char: tpm: cr50: Remove IRQF_ONESHOTSebastian Andrzej Siewior
2026-03-04hwrng: core - use RCU and work_struct to fix race conditionLianjie Wang
2026-03-04hwrng: core - Allow runtime disabling of the HW RNGJonathan McDowell
2026-03-04tpm: st33zp24: Fix missing cleanup on get_burstcount() errorAlper Ak
2026-03-04tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount() failureAlper Ak
2026-01-30tpm: Compare HMAC values in constant timeEric Biggers
2026-01-17tpm2-sessions: Fix out of range indexing in name_sizeJarkko Sakkinen
2026-01-11virtio_console: fix order of fields cols and rowsMaximilian Immanuel Brandtner
2026-01-08tpm2-sessions: Fix tpm2_read_public range checksJarkko Sakkinen
2026-01-08char: applicom: fix NULL pointer dereference in ac_ioctlTianchu Chen
2026-01-08tpm: Cap the number of PCR banksJarkko Sakkinen
2026-01-08ipmi: Fix __scan_channels() failing to rescan channelsJinhui Guo
2026-01-08ipmi: Fix the race between __scan_channels() and deliver_response()Jinhui Guo
2025-11-13char: misc: restrict the dynamic range to exclude reserved minorsThadeu Lima de Souza Cascardo
2025-11-13char: Use list_del_init() in misc_deregister() to reinitialize list pointerXion Wang
2025-11-13char: misc: Does not request module for miscdevice with dynamic minorZijun Hu
2025-11-13char: 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-15tpm: Disable TPM2_TCG_HMAC by defaultJarkko Sakkinen
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-20ipmi: Fix strcpy source and destination the sameCorey Minyard
2025-08-20ipmi: Use dev_warn_ratelimited() for incorrect message warningsBreno Leitao
2025-08-20char: 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-06-04char: tpm: tpm-buf: Add sanity check fallback in read helpersPurva Yeshi
2025-05-29tpm: Convert warn to dbg in tpm2_start_auth_session()Jonathan McDowell
2025-05-22tpm: Mask TPM RC in tpm2_start_auth_session()Jarkko Sakkinen
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