summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm2-space.c
AgeCommit message (Expand)Author
2023-08-05tpm: make all 'class' structures constIvan Orlov
2022-03-10tpm: use try_get_ops() in tpm-space.cJames Bottomley
2022-03-08tpm: fix reference counting for struct tpm_chipLino Sanfilippo
2021-10-26tpm: Check for integer overflow in tpm2_map_response_body()Dan Carpenter
2020-07-24tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-02-13tpm: remove @flags from tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen
2019-02-13tpm: remove @space from tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen
2019-02-13tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen
2019-02-13tpm: declare struct tpm_headerJarkko Sakkinen
2019-02-13tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen
2019-02-13tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen
2018-11-13tpm: tpm-space.c remove unneeded semicolonTomas Winkler
2018-07-28tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen
2018-07-28tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler
2018-05-14tpm: fix use after free in tpm2_load_context()Tadeusz Struk
2017-10-18tpm: fix type of a local variable in tpm2_map_command()Jarkko Sakkinen
2017-04-03tpm2: add session handle context saving and restoring to the space codeJames Bottomley
2017-04-03tpm: infrastructure for TPM spacesJarkko Sakkinen