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 daysipmi:ssif: NULL thread on errorCorey Minyard1-0/+1
10 daysipmi:ssif: Remove unnecessary indentionCorey Minyard1-16/+12
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
10 daystpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public()Gunnar Kudrjavets1-1/+4
10 daysipmi:ssif: Clean up kthread on errorsCorey Minyard1-1/+12
2026-03-25ipmi:msghandler: Handle error returns from the SMI senderCorey Minyard1-32/+68
2026-03-25ipmi: Consolidate the run to completion checking for xmit msgs lockCorey Minyard1-18/+24
2026-03-19ipmi:si: Fix check for a misbehaving BMCCorey Minyard1-11/+13
2026-03-19ipmi:si: Handle waiting messages when BMC failure detectedCorey Minyard1-0/+6
2026-03-19ipmi:si: Use a long timeout when the BMC is misbehavingCorey Minyard1-1/+3
2026-03-19ipmi:si: Don't block module unload if the BMC is messed upCorey Minyard1-1/+2
2026-03-12ipmi: Fix use-after-free and list corruption on sender errorCorey Minyard1-2/+9
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-02-26char: misc: Use IS_ERR() for filp_open() return valueAlper Ak1-1/+1
2026-02-26hwrng: core - use RCU and work_struct to fix race conditionLianjie Wang1-63/+105
2026-02-26hwrng: core - Allow runtime disabling of the HW RNGJonathan McDowell1-3/+6
2026-02-26hwrng: airoha - set rng quality to 900Aleksander Jan Bajkowski1-0/+1
2026-02-26tpm: st33zp24: Fix missing cleanup on get_burstcount() errorAlper Ak1-2/+4
2026-02-26tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount() failureAlper Ak1-2/+4
2026-01-02char: applicom: fix NULL pointer dereference in ac_ioctlTianchu Chen1-1/+4
2026-01-02tpm2-sessions: Fix tpm2_read_public range checksJarkko Sakkinen2-44/+53
2026-01-02tpm2-sessions: Fix out of range indexing in name_sizeJarkko Sakkinen2-44/+111
2026-01-02tpm: Cap the number of PCR banksJarkko Sakkinen3-11/+3
2026-01-02ipmi: Fix __scan_channels() failing to rescan channelsJinhui Guo1-5/+13
2026-01-02ipmi: Fix the race between __scan_channels() and deliver_response()Jinhui Guo1-2/+0
2025-12-18random: use offstack cpumask when necessaryArnd Bergmann1-7/+12
2025-10-18tpm_crb: Add idle support for the Arm FF-A start methodStuart Yoder1-9/+20
2025-10-14Merge tag 'for-linus-6.18-2' of https://github.com/cminyard/linux-ipmiLinus Torvalds1-1/+4
2025-10-10tpm: Prevent local DOS via tpm/tpm0/ppi/*operationsDenis Aleksandrov1-23/+66
2025-10-10tpm: use a map for tpm2_calc_ordinal_duration()Jarkko Sakkinen3-97/+34
2025-10-10tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_singleGunnar Kudrjavets1-2/+2
2025-10-10tpm: Use HMAC-SHA256 library instead of open-coded HMACEric Biggers1-71/+27
2025-10-10tpm: Compare HMAC values in constant timeEric Biggers2-3/+4
2025-10-10tpm: Disable TPM2_TCG_HMAC by defaultJarkko Sakkinen1-1/+1
2025-10-07ipmi: Fix handling of messages with provided receive message pointerGuenter Roeck1-1/+4
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-9/+706
2025-10-04Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-2/+7
2025-10-04Merge tag 'sparc-for-6.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+17
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-10-01Merge tag 'for-linus-6.18-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds10-334/+590
2025-09-28hwrng: ks-sa - fix division by zero in ks_sa_rng_initNishanth Menon1-0/+4