aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tpm.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-09tpm: Add Upgrade/Reduced mode support for TPM2 modulesGravatar axelj 1-0/+10
2021-10-26tpm: fix Atmel TPM crash caused by too frequent queriesGravatar Hao Wu 1-0/+1
2021-04-14security: keys: trusted: Make sealed key properly interoperableGravatar James Bottomley 1-0/+2
2021-02-16KEYS: trusted: Reserve TPM for seal and unseal operationsGravatar Jarkko Sakkinen 1-1/+4
2021-02-16tpm: add sysfs exports for all banks of PCR registersGravatar James Bottomley 1-1/+8
2020-07-24tpm: Unify the mismatching TPM space buffer sizesGravatar Jarkko Sakkinen 1-0/+1
2019-12-17security: keys: trusted: fix lost handle flushGravatar James Bottomley 1-0/+1
2019-11-12KEYS: trusted: Move TPM2 trusted keys codeGravatar Sumit Garg 1-18/+18
2019-11-12tpm: Move tpm_buf code to include/linux/Gravatar Sumit Garg 1-0/+212
2019-11-12tpm: provide a way to override the chip returned durationsGravatar Jerry Snitselaar 1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-6/+1
2019-02-13tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Gravatar Roberto Sassu 1-2/+3
2019-02-13tpm: move tpm_chip definition to include/linux/tpm.hGravatar Roberto Sassu 1-0/+91
2019-02-13tpm: retrieve digest size of unknown algorithms with PCR readGravatar Roberto Sassu 1-2/+10
2019-02-13tpm: rename and export tpm2_digest and tpm2_algorithmsGravatar Roberto Sassu 1-0/+19
2019-02-13tpm: don't return bool from update_timeoutsGravatar Jerry Snitselaar 1-1/+1
2018-11-13tpm: use u32 instead of int for PCR indexGravatar Tomas Winkler 1-4/+7
2018-07-28tpm: Implement tpm_default_chip() to find a TPM chipGravatar Stefan Berger 1-0/+5
2018-07-28tpm: separate cmd_ready/go_idle from runtime_pmGravatar Tomas Winkler 1-0/+2
2018-03-23tpm: cmd_ready command can be issued only after granting localityGravatar Tomas Winkler 1-1/+1
2018-01-08tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Gravatar Azhar Shaikh 1-0/+1
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Gravatar Jarkko Sakkinen 1-19/+19
2017-04-03tpm_crb: request and relinquish locality 0Gravatar Jarkko Sakkinen 1-1/+2
2016-07-19tpm: Factor out common startup codeGravatar Jason Gunthorpe 1-0/+5
2015-10-19tpm: seal/unseal for TPM 2.0Gravatar Jarkko Sakkinen 1-0/+26
2014-07-29tpm: Provide a generic means to override the chip returned timeoutsGravatar Jason Gunthorpe 1-0/+3
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversGravatar Jason Gunthorpe 1-0/+12
2013-05-21tpm: move TPM_DIGEST_SIZE defintionGravatar Mimi Zohar 1-0/+2
2012-08-22tpm: Move tpm_get_random api into the TPM device driverGravatar Kent Yoder 1-0/+4
2010-11-29key: add tpm_send commandGravatar Mimi Zohar 1-0/+4
2009-10-29tpm: fix header for modular buildGravatar Randy Dunlap 1-1/+1
2009-10-28tpm add default function definitionsGravatar Mimi Zohar 1-0/+7
2009-02-03TPM: integrity interfaceGravatar Rajiv Andrade 1-0/+35