summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
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
2024-06-16tpm_tis: Do *not* flush uninitialized workJan Beulich
2024-06-12tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer bufferMatthew R. Ochs
2024-06-12ppdev: Add an error check in register_deviceHuai-Yuan Liu
2024-06-12ppdev: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-04-27random: handle creditable entropy from atomic process contextJason A. Donenfeld
2024-04-03tpm,tpm_tis: Avoid warning splat at shutdownLino Sanfilippo
2024-02-05hwrng: starfive - Fix dev_err_probe return errorJia Jie Ho
2024-01-31hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu
2023-11-28parisc/agp: Use 64-bit LE values in SBA IOMMU PDIR tableHelge Deller
2023-11-20hwrng: geode - fix accessing registersJonas Gorski
2023-11-20hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren
2023-09-13Merge tag 'tpmdd-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-09-12tpm: Fix typo in tpmrm class definitionJustin M. Forbes
2023-09-04tpm: Enable hwrng only for Pluton on AMD CPUsJarkko Sakkinen
2023-09-04tpm_crb: Fix an error handling path in crb_acpi_add()Christophe JAILLET
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-31parisc: sba: Fix compile warning wrt list of SBA devicesHelge Deller
2023-08-30Merge tag 'for-linus-6.6-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2023-08-30Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-08-28ipmi: Explicitly include correct DT includesRob Herring
2023-08-28tpm: Explicitly include correct DT includesRob Herring
2023-08-24drivers/char/mem.c: shrink character device's devlist[] arrayAlexey Dobriyan
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman
2023-08-18hwrng: iproc-rng200 - Implement suspend and resume callsFlorian Fainelli
2023-08-18hwrng: core - Remove duplicated includeGUO Zihua
2023-08-17tpm/tpm_tis_synquacer: Use module_platform_driver macro to simplify the codeLi Zetao
2023-08-17tpm: remove redundant variable lenColin Ian King