summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
3 daysipmi:si: Return state to normal if message allocation failsCorey Minyard1-2/+6
3 daysipmi: Check event message buffer response for bad dataCorey Minyard1-1/+7
3 daysipmi: Add limits to event and receive message requestsCorey Minyard2-13/+64
10 daystpm: tpm_tis: stop transmit if retries are exhaustedJacqueline Wong1-1/+6
10 daystpm: tpm_tis: add error logging for data transferJacqueline Wong1-0/+4
10 daystpm: Use kfree_sensitive() to free auth session in tpm_dev_release()Gunnar Kudrjavets1-1/+1
10 daystpm: Fix auth session leak in tpm2_get_random() error pathGunnar Kudrjavets1-4/+2
2026-03-04Remove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds1-11/+1
2026-03-04ipmi: ipmb: initialise event handler read bytesMatt Johnston1-0/+5
2026-03-04char: tpm: cr50: Remove IRQF_ONESHOTSebastian Andrzej Siewior2-3/+2
2026-03-04hwrng: core - use RCU and work_struct to fix race conditionLianjie Wang1-63/+105
2026-03-04hwrng: core - Allow runtime disabling of the HW RNGJonathan McDowell1-3/+6
2026-03-04tpm: st33zp24: Fix missing cleanup on get_burstcount() errorAlper Ak1-2/+4
2026-03-04tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount() failureAlper Ak1-2/+4
2026-01-30tpm: Compare HMAC values in constant timeEric Biggers2-3/+4
2026-01-17tpm2-sessions: Fix out of range indexing in name_sizeJarkko Sakkinen2-42/+95
2026-01-11virtio_console: fix order of fields cols and rowsMaximilian Immanuel Brandtner1-1/+1
2026-01-08tpm2-sessions: Fix tpm2_read_public range checksJarkko Sakkinen2-32/+56
2026-01-08char: applicom: fix NULL pointer dereference in ac_ioctlTianchu Chen1-1/+4
2026-01-08tpm: Cap the number of PCR banksJarkko Sakkinen3-11/+3
2026-01-08ipmi: Fix __scan_channels() failing to rescan channelsJinhui Guo1-5/+13
2026-01-08ipmi: Fix the race between __scan_channels() and deliver_response()Jinhui Guo1-2/+0
2025-11-13char: misc: restrict the dynamic range to exclude reserved minorsThadeu Lima de Souza Cascardo1-23/+5
2025-11-13char: Use list_del_init() in misc_deregister() to reinitialize list pointerXion Wang1-1/+1
2025-11-13char: misc: Does not request module for miscdevice with dynamic minorZijun Hu1-3/+5
2025-11-13char: 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-15tpm: Disable TPM2_TCG_HMAC by defaultJarkko Sakkinen1-1/+1
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-20ipmi: Fix strcpy source and destination the sameCorey Minyard1-17/+42
2025-08-20ipmi: Use dev_warn_ratelimited() for incorrect message warningsBreno Leitao1-4/+4
2025-08-20char: 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-06-04char: tpm: tpm-buf: Add sanity check fallback in read helpersPurva Yeshi1-3/+3
2025-05-29tpm: Convert warn to dbg in tpm2_start_auth_session()Jonathan McDowell1-1/+1
2025-05-22tpm: Mask TPM RC in tpm2_start_auth_session()Jarkko Sakkinen1-14/+6
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-20tpm: do not start chip while suspendedThadeu Lima de Souza Cascardo2-7/+5
2025-04-20tpm, tpm_tis: Fix timeout handling when waiting for TPM statusJonathan McDowell1-2/+1
2025-04-20tpm: End any active auth session before shutdownJonathan McDowell1-0/+1
2025-04-20tpm, 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