summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
...
* tpm: Add tpm_version_major sysfs fileJerry Snitselaar2020-01-221-7/+27
* tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk2020-01-082-2/+2
* tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"Stefan Berger2020-01-061-2/+0
* tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger2020-01-061-1/+0
* tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"Jarkko Sakkinen2020-01-061-18/+17
* tpm/tpm_ftpm_tee: add shutdown call backPavel Tatashin2019-12-191-4/+18
* tpm: fix invalid locking in NONBLOCKING modeTadeusz Struk2019-12-171-0/+8
* security: keys: trusted: fix lost handle flushJames Bottomley2019-12-172-1/+1
* tpm_tis: reserve chip for duration of tpm_tis_core_initJerry Snitselaar2019-12-171-17/+18
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-11/+1
|\
| * compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-11/+1
* | tpm: Switch to platform_get_irq_optional()Hans de Goede2019-11-121-1/+1
* | tpm_crb: fix fTPM on AMD Zen+ CPUsIvan Lazeev2019-11-121-33/+90
* | KEYS: trusted: Move TPM2 trusted keys codeSumit Garg2019-11-123-374/+0
* | tpm: Move tpm_buf code to include/linux/Sumit Garg2019-11-121-212/+0
* | tpm: use GFP_KERNEL instead of GFP_HIGHMEM for tpm_bufJames Bottomley2019-11-121-6/+3
* | tpm: add check after commands attribs tab allocationTadeusz Struk2019-11-121-0/+4
* | tpm: tpm_tis_spi: Drop THIS_MODULE usage from driver structStephen Boyd2019-11-121-1/+0
* | tpm: tpm_tis_spi: Cleanup includesStephen Boyd2019-11-121-9/+5
* | tpm: tpm_tis_spi: Support cr50 devicesAndrey Pronin2019-11-125-32/+432
* | tpm: tpm_tis_spi: Introduce a flow control callbackStephen Boyd2019-11-121-21/+41
* | tpm: Add a flag to indicate TPM power is managed by firmwareStephen Boyd2019-11-122-1/+8
* | tpm_tis: override durations for STM tpm with firmware 1.2.8.28Jerry Snitselaar2019-11-121-0/+79
* | tpm: provide a way to override the chip returned durationsJerry Snitselaar2019-11-121-0/+15
* | tpm: Remove duplicate code from caps_show() in tpm-sysfs.cJarkko Sakkinen2019-11-122-35/+33
|/
* 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