summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.h
Commit message (Expand)AuthorAgeFilesLines
* tpm: fix intermittent failure with self testsJames Bottomley2018-03-231-0/+1
* tpm: add retry logicJames Bottomley2018-03-231-0/+1
* tpm2: add longer timeouts for creation commands.Tomas Winkler2018-03-231-10/+18
* tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas2018-03-231-1/+1
* tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas2018-01-081-0/+5
* tpm: Move Linux RNG connection to hwrngJason Gunthorpe2018-01-081-0/+4
* tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen2018-01-081-1/+1
* tpm: parse TPM event logs based on EFI tableThiebaud Weksteen2018-01-081-0/+8
* tpm: move tpm_eventlog.h outside of drivers folderThiebaud Weksteen2018-01-081-4/+23
* tpm: use tpm_msleep() value as max delayNayna Jain2018-01-081-2/+2
* tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain2017-12-161-2/+0
* tpm: fix duplicate inline declaration specifierRuben Roy2017-10-181-1/+1
* tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen2017-10-121-13/+0
* tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak2017-09-231-1/+8
* tpm: do not suspend/resume if power stays onEnric Balletbo i Serra2017-07-071-0/+1
* tpm: consolidate the TPM startup codeJarkko Sakkinen2017-07-071-5/+1
* tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh2017-07-071-0/+4
* tpm: Introduce flag TPM_TRANSMIT_RAWStefan Berger2017-06-131-0/+1
* tpm: remove struct tpm_pcrextend_inJarkko Sakkinen2017-06-131-6/+0
* tpm: fix byte order related arithmetic inconsistency in tpm_getcap()Jarkko Sakkinen2017-06-131-13/+0
* tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu2017-06-131-1/+1
* tpm_crb: request and relinquish locality 0Jarkko Sakkinen2017-04-031-0/+3
* tpm2: add session handle context saving and restoring to the space codeJames Bottomley2017-04-031-1/+3
* tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley2017-04-031-0/+4
* tpm: infrastructure for TPM spacesJarkko Sakkinen2017-04-031-4/+22
* tpm: validate TPM 2.0 commandsJarkko Sakkinen2017-04-031-0/+15
* tpm: export tpm2_flush_context_cmdJarkko Sakkinen2017-04-031-0/+2
* tpm: declare tpm2_get_pcr_allocation() as staticJarkko Sakkinen2017-02-201-1/+0
* tpm: fix the type of owned field in cap_tStefan Berger2017-02-031-1/+1
* tpm: add securityfs support for TPM 2.0 firmware event logNayna Jain2017-02-031-2/+5
* tpm: enhance TPM 2.0 PCR extend to support multiple banksNayna Jain2017-02-031-1/+8
* tpm: implement TPM 2.0 capability to get active PCR banksNayna Jain2017-02-031-0/+5
* tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen2017-02-031-0/+5
* tpm: remove tpm_read_index and tpm_write_index from tpm.hJarkko Sakkinen2017-02-031-11/+0
* tpm: Check size of response before accessing dataStefan Berger2017-01-231-3/+4
* tpm: have event log use the tpm_chipNayna Jain2016-11-281-0/+11
* tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen2016-11-281-1/+2
* tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDJason Gunthorpe2016-11-281-1/+0
* tpm tis: Do not print timeout messages twiceJason Gunthorpe2016-11-281-0/+1
* tpm: sanitize constant expressionsJarkko Sakkinen2016-11-281-13/+12
* tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen2016-09-151-2/+0
* tpm: remove unnecessary externs from tpm.hJarkko Sakkinen2016-09-151-18/+18
* tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen2016-09-151-4/+8
* tpm: Factor out common startup codeJason Gunthorpe2016-07-191-2/+2
* tpm: Add include guards in tpm.hChristophe Ricard2016-06-251-0/+5
* tpm: Introduce TPM_CHIP_FLAG_VIRTUALStefan Berger2016-06-251-0/+1
* tpm: Remove all uses of drvdata from the TPM CoreJason Gunthorpe2016-06-251-5/+5
* tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard2016-06-251-9/+0
* tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard2016-06-251-4/+7
* tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard2016-06-251-1/+0