aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-28tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen1-7/+7
2018-07-28tpm: rename tpm_chip_find_get() to tpm_find_get_ops()Stefan Berger1-1/+1
2018-07-28tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler1-2/+10
2018-07-28tpm: migrate tpm2_get_random() to use struct tpm_bufJarkko Sakkinen1-9/+10
2018-05-18tpm: reduce polling time to usecs for even finer granularityNayna Jain1-1/+3
2018-05-14tpm: reduce poll sleep time in tpm_transmit()Nayna Jain1-1/+2
2018-05-09tpm: Move eventlog declarations to its own headerThiebaud Weksteen1-29/+0
2018-05-09tpm: Move shared eventlog functions to common.cThiebaud Weksteen1-0/+2
2018-03-23tpm: fix intermittent failure with self testsJames Bottomley1-0/+1
2018-03-23tpm: add retry logicJames Bottomley1-0/+1
2018-03-23tpm2: add longer timeouts for creation commands.Tomas Winkler1-10/+18
2018-03-23tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas1-1/+1
2018-01-08tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas1-0/+5
2018-01-08tpm: Move Linux RNG connection to hwrngJason Gunthorpe1-0/+4
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen1-1/+1
2018-01-08tpm: parse TPM event logs based on EFI tableThiebaud Weksteen1-0/+8
2018-01-08tpm: move tpm_eventlog.h outside of drivers folderThiebaud Weksteen1-4/+23
2018-01-08tpm: use tpm_msleep() value as max delayNayna Jain1-2/+2
2017-12-16tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain1-2/+0
2017-10-18tpm: fix duplicate inline declaration specifierRuben Roy1-1/+1
2017-10-12tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen1-13/+0
2017-09-23tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak1-1/+8
2017-07-07tpm: do not suspend/resume if power stays onEnric Balletbo i Serra1-0/+1
2017-07-07tpm: consolidate the TPM startup codeJarkko Sakkinen1-5/+1
2017-07-07tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh1-0/+4
2017-06-13tpm: Introduce flag TPM_TRANSMIT_RAWStefan Berger1-0/+1
2017-06-13tpm: remove struct tpm_pcrextend_inJarkko Sakkinen1-6/+0
2017-06-13tpm: fix byte order related arithmetic inconsistency in tpm_getcap()Jarkko Sakkinen1-13/+0
2017-06-13tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu1-1/+1
2017-04-03tpm_crb: request and relinquish locality 0Jarkko Sakkinen1-0/+3
2017-04-03tpm2: add session handle context saving and restoring to the space codeJames Bottomley1-1/+3
2017-04-03tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley1-0/+4
2017-04-03tpm: infrastructure for TPM spacesJarkko Sakkinen1-4/+22
2017-04-03tpm: validate TPM 2.0 commandsJarkko Sakkinen1-0/+15
2017-04-03tpm: export tpm2_flush_context_cmdJarkko Sakkinen1-0/+2
2017-02-20tpm: declare tpm2_get_pcr_allocation() as staticJarkko Sakkinen1-1/+0
2017-02-03tpm: fix the type of owned field in cap_tStefan Berger1-1/+1
2017-02-03tpm: add securityfs support for TPM 2.0 firmware event logNayna Jain1-2/+5
2017-02-03tpm: enhance TPM 2.0 PCR extend to support multiple banksNayna Jain1-1/+8
2017-02-03tpm: implement TPM 2.0 capability to get active PCR banksNayna Jain1-0/+5
2017-02-03tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen1-0/+5
2017-02-03tpm: remove tpm_read_index and tpm_write_index from tpm.hJarkko Sakkinen1-11/+0
2017-01-23tpm: Check size of response before accessing dataStefan Berger1-3/+4
2016-11-28tpm: have event log use the tpm_chipNayna Jain1-0/+11
2016-11-28tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen1-1/+2
2016-11-28tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDJason Gunthorpe1-1/+0
2016-11-28tpm tis: Do not print timeout messages twiceJason Gunthorpe1-0/+1
2016-11-28tpm: sanitize constant expressionsJarkko Sakkinen1-13/+12
2016-09-15tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen1-2/+0
2016-09-15tpm: remove unnecessary externs from tpm.hJarkko Sakkinen1-18/+18