summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm-dev-common.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-24timers: Get rid of del_singleshot_timer_sync()Thomas Gleixner1-2/+2
2022-03-08tpm: Fix error handling in async workTadeusz Struk1-1/+7
2021-02-16tpm: Remove tpm_dev_wq_lockSebastian Andrzej Siewior1-1/+0
2020-07-02tpm: Fix TIS locality timeout problemsJames Bottomley1-10/+9
2020-01-08tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk1-1/+1
2019-12-17tpm: fix invalid locking in NONBLOCKING modeTadeusz Struk1-0/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-6/+1
2019-04-08tpm: fix an invalid condition in tpm_common_pollTadeusz Struk1-1/+8
2019-02-13tpm: remove @flags from tpm_transmit()Jarkko Sakkinen1-1/+1
2019-02-13tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen1-6/+3
2019-02-13tpm: remove @space from tpm_transmit()Jarkko Sakkinen1-1/+1
2019-02-13tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen1-3/+25
2019-02-13tpm: encapsulate tpm_dev_transmit()Jarkko Sakkinen1-7/+18
2018-12-17tpm: add support for partial readsTadeusz Struk1-16/+36
2018-10-05tpm: add support for nonblocking operationTadeusz Struk1-36/+105
2018-10-05tpm: add ptr to the tpm_space struct to file_privTadeusz Struk1-3/+5
2018-05-30tpm: fix race condition in tpm_common_write()Tadeusz Struk1-22/+18
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-10-18tpm-dev-common: Reject too short writesAlexander Steffen1-0/+6
2017-04-03tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.cJames Bottomley1-0/+148