summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm2-space.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1Star
* tpm: remove @flags from tpm_transmit()Jarkko Sakkinen2019-02-131-8/+8
* tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen2019-02-131-1/+4
* tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen2019-02-131-9/+6Star
* tpm: remove @space from tpm_transmit()Jarkko Sakkinen2019-02-131-4/+2Star
* tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen2019-02-131-6/+6
* tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen2019-02-131-5/+46
* tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen2019-02-131-1/+1
* tpm: declare struct tpm_headerJarkko Sakkinen2019-02-131-4/+4
* tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen2019-02-131-3/+6
* tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen2019-02-131-2/+2
* tpm: tpm-space.c remove unneeded semicolonTomas Winkler2018-11-131-1/+1
* tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen2018-07-281-10/+6Star
* tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler2018-07-281-6/+10
* tpm: fix use after free in tpm2_load_context()Tadeusz Struk2018-05-141-1/+2
* tpm: fix type of a local variable in tpm2_map_command()Jarkko Sakkinen2017-10-181-2/+2
* tpm2: add session handle context saving and restoring to the space codeJames Bottomley2017-04-031-9/+106
* tpm: infrastructure for TPM spacesJarkko Sakkinen2017-04-031-0/+431