summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
10 daysipmi:si: Fix check for a misbehaving BMCCorey Minyard
10 daysipmi:si: Handle waiting messages when BMC failure detectedCorey Minyard
10 daysipmi:si: Use a long timeout when the BMC is misbehavingCorey Minyard
10 daysipmi:si: Don't block module unload if the BMC is messed upCorey Minyard
2026-03-12ipmi: Fix use-after-free and list corruption on sender errorCorey Minyard
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-02-26char: misc: Use IS_ERR() for filp_open() return valueAlper Ak
2026-02-26hwrng: core - use RCU and work_struct to fix race conditionLianjie Wang
2026-02-26hwrng: core - Allow runtime disabling of the HW RNGJonathan McDowell
2026-02-26hwrng: airoha - set rng quality to 900Aleksander Jan Bajkowski
2026-02-26tpm: st33zp24: Fix missing cleanup on get_burstcount() errorAlper Ak
2026-02-26tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount() failureAlper Ak
2026-01-02char: applicom: fix NULL pointer dereference in ac_ioctlTianchu Chen
2026-01-02tpm2-sessions: Fix tpm2_read_public range checksJarkko Sakkinen
2026-01-02tpm2-sessions: Fix out of range indexing in name_sizeJarkko Sakkinen
2026-01-02tpm: Cap the number of PCR banksJarkko Sakkinen
2026-01-02ipmi: Fix __scan_channels() failing to rescan channelsJinhui Guo
2026-01-02ipmi: Fix the race between __scan_channels() and deliver_response()Jinhui Guo
2025-12-18random: use offstack cpumask when necessaryArnd Bergmann
2025-10-18tpm_crb: Add idle support for the Arm FF-A start methodStuart Yoder
2025-10-14Merge tag 'for-linus-6.18-2' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2025-10-10tpm: Prevent local DOS via tpm/tpm0/ppi/*operationsDenis Aleksandrov
2025-10-10tpm: use a map for tpm2_calc_ordinal_duration()Jarkko Sakkinen
2025-10-10tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_singleGunnar Kudrjavets
2025-10-10tpm: Use HMAC-SHA256 library instead of open-coded HMACEric Biggers
2025-10-10tpm: Compare HMAC values in constant timeEric Biggers
2025-10-10tpm: Disable TPM2_TCG_HMAC by defaultJarkko Sakkinen
2025-10-07ipmi: Fix handling of messages with provided receive message pointerGuenter Roeck
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-10-04Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-10-04Merge tag 'sparc-for-6.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-01Merge tag 'for-linus-6.18-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2025-09-28hwrng: ks-sa - fix division by zero in ks_sa_rng_initNishanth Menon
2025-09-26sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth
2025-09-25tpm: loongson: Add bufsiz parameter to tpm_loongson_send()Nathan Chancellor
2025-09-16ipmi: Add Loongson-2K BMC supportBinbin Zhou
2025-09-13/dev/zero: try to align PMD_SIZE for private mappingZhang Qilong
2025-09-09char: hw_random: atmel: make it selectable for ARCH_MICROCHIPRobert Marko
2025-09-08ipmi:si: Gracefully handle if the BMC is non-functionalCorey Minyard
2025-09-08ipmi: Rename "user_data" to "recv_msg" in an SMI messageCorey Minyard
2025-09-08ipmi: Allow an SMI sender to return an errorCorey Minyard
2025-09-08ipmi:si: Move flags get start to its own functionCorey Minyard
2025-09-08ipmi:si: Merge some if statementsCorey Minyard
2025-09-08ipmi: Set a timer for maintenance modeCorey Minyard
2025-09-08ipmi: Add a maintenance mode sysfs fileCorey Minyard
2025-09-08ipmi: Disable sysfs access and requests in maintenance modeCorey Minyard