summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain2019-08-044-17/+47
* tpm: Fix null pointer dereference on chip register error pathMilan Broz2019-08-041-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/+1Star
* 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/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-0522-124/+22Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-051-12/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-306-35/+6Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-215-65/+5Star
* 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/+0Star
|\
| * Make anon_inodes unconditionalDavid Howells2019-04-191-1/+0Star
* | tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing2019-04-091-2/+2
* | tpm: fix an invalid condition in tpm_common_pollTadeusz Struk2019-04-091-1/+8
* | tpm: turn on TPM on suspend for TPM 1.xJarkko Sakkinen2019-04-091-8/+6Star
|/
* 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/+15Star
* tpm: move tpm_chip definition to include/linux/tpm.hRoberto Sassu2019-02-131-97/+4Star
* tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu2019-02-134-29/+81
* tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu2019-02-134-23/+12Star
* tpm: dynamically allocate the allocated_banks arrayRoberto Sassu2019-02-135-19/+44
* tpm: remove @flags from tpm_transmit()Jarkko Sakkinen2019-02-1310-90/+73Star
* tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen2019-02-136-37/+40
* tpm: introduce tpm_chip_start() and tpm_chip_stop()Jarkko Sakkinen2019-02-133-81/+116
* tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen2019-02-136-38/+17Star
* tpm: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen2019-02-131-45/+78
* tpm: remove @space from tpm_transmit()Jarkko Sakkinen2019-02-138-53/+43Star
* tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen2019-02-133-33/+34
* tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen2019-02-133-64/+66
* tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen2019-02-133-52/+45Star
* tpm: encapsulate tpm_dev_transmit()Jarkko Sakkinen2019-02-131-7/+18
* tpm: access command header through struct in tpm_try_transmit()Jarkko Sakkinen2019-02-131-2/+2
* tpm: declare struct tpm_headerJarkko Sakkinen2019-02-137-43/+34Star
* tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen2019-02-132-5/+6
* tpm: return 0 from pcrs_show() when tpm1_pcr_read() failsJarkko Sakkinen2019-02-131-7/+6Star
* tpm: fix invalid return value in pubek_show()Jarkko Sakkinen2019-02-131-3/+2Star
* tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen2019-02-137-80/+64Star
* tpm: don't return bool from update_timeoutsJerry Snitselaar2019-02-132-8/+10
* tpm: don't print error message in tpm_transmit_cmd when tpm still testingJerry Snitselaar2019-02-131-1/+1
* tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2Roberto Sassu2019-02-131-6/+6
* tpm: Fix off-by-one when reading binary_bios_measurementsJia Zhang2019-02-131-4/+4