aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm2-space.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-10tpm: use try_get_ops() in tpm-space.cJames Bottomley1-4/+4
2022-03-08tpm: fix reference counting for struct tpm_chipLino Sanfilippo1-0/+65
2021-10-26tpm: Check for integer overflow in tpm2_map_response_body()Dan Carpenter1-0/+3
2020-07-24tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen1-10/+16
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-02-13tpm: remove @flags from tpm_transmit()Jarkko Sakkinen1-8/+8
2019-02-13tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen1-1/+4
2019-02-13tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen1-9/+6
2019-02-13tpm: remove @space from tpm_transmit()Jarkko Sakkinen1-4/+2
2019-02-13tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen1-6/+6
2019-02-13tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen1-5/+46
2019-02-13tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen1-1/+1
2019-02-13tpm: declare struct tpm_headerJarkko Sakkinen1-4/+4
2019-02-13tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen1-3/+6
2019-02-13tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen1-2/+2
2018-11-13tpm: tpm-space.c remove unneeded semicolonTomas Winkler1-1/+1
2018-07-28tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen1-10/+6
2018-07-28tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler1-6/+10
2018-05-14tpm: fix use after free in tpm2_load_context()Tadeusz Struk1-1/+2
2017-10-18tpm: fix type of a local variable in tpm2_map_command()Jarkko Sakkinen1-2/+2
2017-04-03tpm2: add session handle context saving and restoring to the space codeJames Bottomley1-9/+106
2017-04-03tpm: infrastructure for TPM spacesJarkko Sakkinen1-0/+431