summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
AgeCommit message (Expand)Author
2020-04-12tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger
2020-02-24tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk
2020-02-24tpm: fix invalid locking in NONBLOCKING modeTadeusz Struk
2020-01-31tpm: add check after commands attribs tab allocationTadeusz Struk
2019-10-05KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu
2019-10-05tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen
2019-10-05tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interruptsStefan Berger
2019-10-05tpm_tis_core: Turn on the TPM before probing IRQ'sStefan Berger
2019-08-25tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain
2019-08-06tpm: Fix null pointer dereference on chip register error pathMilan Broz
2019-07-14tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operationsVadim Sukhomlinov
2019-07-14tpm: Actually fail on TPM errors during "get random"Kees Cook
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2019-04-19Make anon_inodes unconditionalDavid Howells
2019-04-08tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing
2019-04-08tpm: fix an invalid condition in tpm_common_pollTadeusz Struk
2019-04-08tpm: turn on TPM on suspend for TPM 1.xJarkko Sakkinen
2019-02-13tpm/ppi: Enable submission of optional command parameter for PPI 1.3Stefan Berger
2019-02-13tpm/ppi: Possibly show command parameter if TPM PPI 1.3 is usedStefan Berger
2019-02-13tpm/ppi: Display up to 101 operations as define for version 1.3Stefan Berger
2019-02-13tpm/ppi: rename TPM_PPI_REVISION_ID to TPM_PPI_REVISION_ID_1Stefan Berger
2019-02-13tpm/ppi: pass function revision ID to tpm_eval_dsm()Stefan Berger
2019-02-13tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu
2019-02-13tpm: move tpm_chip definition to include/linux/tpm.hRoberto Sassu
2019-02-13tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu
2019-02-13tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu
2019-02-13tpm: dynamically allocate the allocated_banks arrayRoberto Sassu
2019-02-13tpm: remove @flags from tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: introduce tpm_chip_start() and tpm_chip_stop()Jarkko Sakkinen
2019-02-13tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen
2019-02-13tpm: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen
2019-02-13tpm: remove @space from tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen
2019-02-13tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen
2019-02-13tpm: encapsulate tpm_dev_transmit()Jarkko Sakkinen
2019-02-13tpm: access command header through struct in tpm_try_transmit()Jarkko Sakkinen
2019-02-13tpm: declare struct tpm_headerJarkko Sakkinen
2019-02-13tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen
2019-02-13tpm: return 0 from pcrs_show() when tpm1_pcr_read() failsJarkko Sakkinen
2019-02-13tpm: fix invalid return value in pubek_show()Jarkko Sakkinen
2019-02-13tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen