summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* tpm_tis: extra chip->ops check on error path in tpm_tis_core_initVasily Averin2020-07-221-1/+1
* tpm: Fix TIS locality timeout problemsJames Bottomley2020-07-091-10/+9
* tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()George Wilson2020-04-291-63/+73
* tpm: fix wrong return value in tpm_pcr_extendTianjia Zhang2020-04-291-1/+1
* tpm/tpm_tis: Free IRQ if probing failsJarkko Sakkinen2020-04-291-1/+7
* tpm: tpm2_bios_measurements_next should increase position indexVasily Averin2020-04-171-1/+1
* tpm: tpm1_bios_measurements_next should increase position indexVasily Averin2020-04-171-1/+1
* tpm: Don't make log failures fatalMatthew Garrett2020-04-173-12/+6
* tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LASTRoberto Sassu2020-02-281-0/+2
* tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk2020-01-142-2/+2
* tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"Stefan Berger2020-01-141-2/+0
* tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger2020-01-141-1/+0
* tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"Jarkko Sakkinen2020-01-141-18/+17
* tpm/tpm_ftpm_tee: add shutdown call backPavel Tatashin2020-01-121-4/+18
* tpm: fix invalid locking in NONBLOCKING modeTadeusz Struk2019-12-311-0/+8
* tpm_tis: reserve chip for duration of tpm_tis_core_initJerry Snitselaar2019-12-311-17/+18
* tpm: Switch to platform_get_irq_optional()Hans de Goede2019-12-171-1/+1
* tpm: add check after commands attribs tab allocationTadeusz Struk2019-12-171-0/+4
* tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen2019-09-251-7/+2
* KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu2019-09-251-5/+9
* tpm/tpm_ftpm_tee: A driver for firmware TPM running inside TEESasha Levin2019-09-024-0/+396
* tpm: Remove a deprecated comments about implicit sysfs lockingJarkko Sakkinen2019-09-022-12/+2
* tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interruptsStefan Berger2019-09-021-0/+1
* tpm_tis_core: Turn on the TPM before probing IRQ'sStefan Berger2019-09-021-0/+2
* tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain2019-08-054-17/+47
* tpm: Fix null pointer dereference on chip register error pathMilan Broz2019-08-051-7/+16
* tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett2019-06-241-1/+10
* tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operationsVadim Sukhomlinov2019-06-241-3/+3
* tpm: Append the final event log to the TPM event logMatthew Garrett2019-06-241-7/+43
* tpm: Reserve the TPM final events tableMatthew Garrett2019-06-241-1/+1
* tpm: Abstract crypto agile event size calculationsMatthew Garrett2019-06-241-46/+1
* tpm: Actually fail on TPM errors during "get random"Kees Cook2019-06-242-4/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner2019-06-191-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-0522-124/+22
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-051-12/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-306-35/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-215-65/+5
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-071-1/+0
|\
| * Make anon_inodes unconditionalDavid Howells2019-04-191-1/+0
* | tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing2019-04-081-2/+2
* | tpm: fix an invalid condition in tpm_common_pollTadeusz Struk2019-04-081-1/+8
* | tpm: turn on TPM on suspend for TPM 1.xJarkko Sakkinen2019-04-081-8/+6
|/
* tpm/ppi: Enable submission of optional command parameter for PPI 1.3Stefan Berger2019-02-131-6/+16
* tpm/ppi: Possibly show command parameter if TPM PPI 1.3 is usedStefan Berger2019-02-131-2/+29
* tpm/ppi: Display up to 101 operations as define for version 1.3Stefan Berger2019-02-131-1/+1
* tpm/ppi: rename TPM_PPI_REVISION_ID to TPM_PPI_REVISION_ID_1Stefan Berger2019-02-131-10/+11
* tpm/ppi: pass function revision ID to tpm_eval_dsm()Stefan Berger2019-02-131-8/+8
* tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu2019-02-133-27/+15