aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_vtpm_proxy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-27tpm: vtpm_proxy: Check length to avoid compiler warningKees Cook1-1/+1
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-11/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-6/+1
2019-02-13tpm: remove @flags from tpm_transmit()Jarkko Sakkinen1-1/+1
2019-02-13tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen1-2/+1
2019-02-13tpm: remove @space from tpm_transmit()Jarkko Sakkinen1-1/+1
2019-02-13tpm: declare struct tpm_headerJarkko Sakkinen1-4/+4
2019-02-13tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen1-2/+1
2019-02-13tpm: Unify the send callback behaviourJarkko Sakkinen1-2/+1
2018-07-28tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-06-13tpm: vtpm_proxy: Prevent userspace from sending driver commandStefan Berger1-0/+33
2017-06-13tpm: vtpm_proxy: Implement request_locality function.Stefan Berger1-0/+36
2017-01-23tpm/vtpm: fix kdoc warningsWinkler, Tomas1-12/+36
2016-11-28tpm: vtpm_proxy: conditionally call tpm_chip_unregisterJason Gunthorpe1-7/+6
2016-11-28tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEVJarkko Sakkinen1-25/+47
2016-07-19tpm: Factor out common startup codeJason Gunthorpe1-8/+1
2016-06-25tpm_vtpm_proxy: fix address space of a user pointer in vtpmx_fops_ioctl()Jarkko Sakkinen1-1/+1
2016-06-25tpm: Proxy driver for supporting multiple emulated TPMsStefan Berger1-0/+644