aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-06tpm: efi: Don't create binary_bios_measurements file for an empty logTyler Hicks1-0/+5
2020-11-06tpm_tis: Disable interrupts on ThinkPad T490sJerry Snitselaar1-2/+27
2020-10-02tpm_tis: Add a check for invalid statusJames Bottomley2-0/+12
2020-10-02tpm: use %*ph to print small bufferAndy Shevchenko1-21/+10
2020-10-02tpm: tis: add support for MMIO TPM on SynQuacerMasahisa Kojima3-0/+221
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-10/+60
2020-07-24tpm: Add support for event log pointer found in TPM2 ACPI tableStefan Berger1-21/+42
2020-07-24tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen4-19/+23
2020-07-13Merge tag 'optee-bus-for-v5.9' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/driversArnd Bergmann1-10/+60
2020-07-10tpm_ftpm_tee: register driver on TEE busMaxim Uvarov1-10/+60
2020-07-07Revert commit e918e570415c ("tpm_tis: Remove the HID IFX0102")Jarkko Sakkinen1-0/+8
2020-07-02tpm_tis: Remove the HID IFX0102Jarkko Sakkinen1-1/+0
2020-07-02tpm_tis_spi: Prefer async probeDouglas Anderson1-0/+1
2020-07-02tpm: ibmvtpm: Wait for ready buffer before probing for TPM2 attributesDavid Gibson1-7/+7
2020-07-02tpm/st33zp24: fix spelling mistake "drescription" -> "description"Binbin Zhou3-4/+4
2020-07-02tpm_tis: extra chip->ops check on error path in tpm_tis_core_initVasily Averin1-1/+1
2020-07-02tpm_tis_spi: Don't send anything during flow controlDouglas Anderson1-5/+4
2020-07-02tpm: Fix TIS locality timeout problemsJames Bottomley1-10/+9
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-18/+18
2020-05-22tpm: eventlog: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-7/+5
2020-05-22tpm/tpm_ftpm_tee: Use UUID API for exporting the UUIDAndy Shevchenko1-1/+1
2020-04-21tpm/tpm_tis: Free IRQ if probing failsJarkko Sakkinen1-1/+7
2020-04-21tpm: fix wrong return value in tpm_pcr_extendTianjia Zhang1-1/+1
2020-04-21tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()George Wilson1-63/+73
2020-04-21tpm: Export tpm2_get_cc_attrs_tbl for ibmvtpm driver as moduleStefan Berger1-0/+1
2020-04-05sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fnLinus Torvalds1-4/+4
2020-03-15tpm: ibmvtpm: Add support for TPM2Stefan Berger3-1/+10
2020-03-15tpm: ibmvtpm: Wait for buffer to be set before proceedingStefan Berger2-0/+10
2020-03-13tpm: of: Handle IBM,vtpm20 case when getting log parametersStefan Berger1-1/+2
2020-03-13tpm: tpm_tis_spi_cr50: use new structure for SPI transfer delaysSergiu Cuciurean1-1/+6
2020-03-13tpm_tis_spi: use new 'delay' structure for SPI transfer delaysAlexandru Ardelean1-1/+2
2020-03-13tpm: tpm2_bios_measurements_next should increase position indexVasily Averin1-1/+1
2020-03-13tpm: tpm1_bios_measurements_next should increase position indexVasily Averin1-1/+1
2020-03-13tpm: Don't make log failures fatalMatthew Garrett3-12/+6
2020-02-17tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LASTRoberto Sassu1-0/+2
2020-02-17tpm: Revert tpm_tis_spi_mod.ko to tpm_tis_spi.ko.Jarkko Sakkinen2-3/+5
2020-01-22tpm: Add tpm_version_major sysfs fileJerry Snitselaar1-7/+27
2020-01-08tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk2-2/+2
2020-01-06tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"Stefan Berger1-2/+0
2020-01-06tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger1-1/+0
2020-01-06tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"Jarkko Sakkinen1-18/+17
2019-12-19tpm/tpm_ftpm_tee: add shutdown call backPavel Tatashin1-4/+18
2019-12-17tpm: fix invalid locking in NONBLOCKING modeTadeusz Struk1-0/+8
2019-12-17security: keys: trusted: fix lost handle flushJames Bottomley2-1/+1
2019-12-17tpm_tis: reserve chip for duration of tpm_tis_core_initJerry Snitselaar1-17/+18
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-11/+1
2019-11-12tpm: Switch to platform_get_irq_optional()Hans de Goede1-1/+1
2019-11-12tpm_crb: fix fTPM on AMD Zen+ CPUsIvan Lazeev1-33/+90
2019-11-12KEYS: trusted: Move TPM2 trusted keys codeSumit Garg3-374/+0
2019-11-12tpm: Move tpm_buf code to include/linux/Sumit Garg1-212/+0