summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2021-07-20virtio_console: Assure used length from device is limitedXie Yongji
2021-07-19ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu
2021-07-14tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()Jarkko Sakkinen
2021-07-14char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol()Yu Kuai
2021-07-14tpm_tis_spi: add missing SPI device ID entriesJavier Martinez Canillas
2021-07-14hwrng: exynos - Fix runtime PM imbalance on errorŁukasz Stelmach
2021-06-03char: hpet: add checks after calling ioremapTom Seewald
2021-06-03Revert "char: hpet: fix a missing check of ioremap"Greg Kroah-Hartman
2021-05-19tpm, tpm_tis: Reserve locality in tpm_tis_resume()Jarkko Sakkinen
2021-05-19tpm, tpm_tis: Extend locality handling to TPM2 in tpm_tis_gen_interrupt()Jarkko Sakkinen
2021-05-19tpm: fix error return code in tpm2_get_cc_attrs_tbl()Zhen Lei
2021-05-14ttyprintk: Add TTY hangup callback.Tetsuo Handa
2021-05-14char: tpm: fix error return code in tpm_cr50_i2c_tis_recv()Zhihao Cheng
2021-05-12tpm: vtpm_proxy: Avoid reading host log when using a virtual deviceStefan Berger
2021-05-12tpm: efi: Use local variable for calculating final log sizeStefan Berger
2021-05-12random: initialize ChaCha20 constants with correct endiannessEric Biggers
2021-05-12tpm: acpi: Check eventlog signature before using itStefan Berger
2021-04-06parisc: parisc-agp requires SBA IOMMU driverHelge Deller
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-03-07Merge tag 'powerpc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-03-04Merge tag 'tpmdd-next-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-03-03tpm: Remove unintentional dump_stack() callJarkko Sakkinen
2021-03-02vio: make remove callback return voidUwe Kleine-König
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-24tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality()Lukasz Majczak
2021-02-24tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality()Jarkko Sakkinen
2021-02-22Merge tag 'for-linus-5.12-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2021-02-22Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...Linus Torvalds
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-02-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-02-21Merge tag 'tpmdd-next-v5.12-rc1-v2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-02-21Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-02-16KEYS: trusted: Reserve TPM for seal and unseal operationsJarkko Sakkinen
2021-02-16tpm/ppi: Constify static struct attribute_groupRikard Falkeborn
2021-02-16tpm: add sysfs exports for all banks of PCR registersJames Bottomley
2021-02-16tpm: Remove tpm_dev_wq_lockSebastian Andrzej Siewior
2021-02-16char: tpm: add i2c driver for cr50Duncan Laurie
2021-02-16tpm: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-02-16tpm_tis: Clean up locality releaseJames Bottomley
2021-02-16tpm_tis: Fix check_locality for correct locality acquisitionJames Bottomley
2021-02-10hwrng: timeriomem - Use device-managed registration APITian Tao
2021-02-10hwrng: optee - Use device-managed registration APITian Tao
2021-02-10hwrng: timeriomem - Fix cooldown period calculationJan Henrik Weinstock
2021-02-05Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...Greg Kroah-Hartman
2021-02-04random: fix the RNDRESEEDCRNG ioctlEric Biggers
2021-02-02amba: Make the remove callback return voidUwe Kleine-König
2021-01-28ipmi: remove open coded version of SMBus block writeWolfram Sang
2021-01-27MIPS: mm:remove function __uncached_access()Yanteng Si
2021-01-21random: avoid arch_get_random_seed_long() when collecting IRQ randomnessArd Biesheuvel