aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm-dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-6/+1
2018-10-05tpm: add support for nonblocking operationTadeusz Struk1-0/+1
2018-10-05tpm: add ptr to the tpm_space struct to file_privTadeusz Struk1-8/+2
2017-04-03tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.cJames Bottomley1-129/+14
2017-04-03tpm: infrastructure for TPM spacesJarkko Sakkinen1-1/+1
2017-02-03tpm: Begin the process to deprecate user_read_timerJason Gunthorpe1-1/+4
2016-09-15tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen1-1/+1
2016-06-25tpm: Provide strong locking for device removalJason Gunthorpe1-1/+10
2016-06-25tpm: Get rid of chip->pdevJason Gunthorpe1-3/+1
2015-01-17tpm: device class for tpmJarkko Sakkinen1-33/+3
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen1-5/+5
2014-01-06tpm: Make tpm-dev allocate a per-file structureJason Gunthorpe1-43/+57
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe1-0/+199