aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-09tpm: Add Upgrade/Reduced mode support for TPM2 modulesaxelj1-0/+3
2021-02-16tpm: add sysfs exports for all banks of PCR registersJames Bottomley1-0/+179
2020-10-02tpm: use %*ph to print small bufferAndy Shevchenko1-21/+10
2020-01-22tpm: Add tpm_version_major sysfs fileJerry Snitselaar1-7/+27
2019-11-12tpm: Remove duplicate code from caps_show() in tpm-sysfs.cJarkko Sakkinen1-22/+23
2019-09-02tpm: Remove a deprecated comments about implicit sysfs lockingJarkko Sakkinen1-7/+0
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: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen1-45/+78
2019-02-13tpm: remove @space from tpm_transmit()Jarkko Sakkinen1-3/+2
2019-02-13tpm: return 0 from pcrs_show() when tpm1_pcr_read() failsJarkko Sakkinen1-7/+6
2019-02-13tpm: fix invalid return value in pubek_show()Jarkko Sakkinen1-3/+2
2019-02-13tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen1-1/+1
2018-11-13tpm: use u32 instead of int for PCR indexTomas Winkler1-1/+1
2018-11-13tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler1-1/+1
2018-11-13tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler1-1/+1
2018-11-13tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler1-24/+24
2017-10-12tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen1-39/+48
2017-07-07tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen1-1/+2
2017-07-07tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman1-0/+3
2017-06-13tpm: move endianness conversion of ordinals to tpm_input_headerRoberto Sassu1-2/+2
2017-06-13tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu1-1/+1
2017-04-03tpm: infrastructure for TPM spacesJarkko Sakkinen1-1/+1
2017-01-23tpm: Check size of response before accessing dataStefan Berger1-9/+19
2016-11-28tpm: drop tpm1_chip_register(/unregister)Jarkko Sakkinen1-0/+3
2016-11-28tpm: sanitize constant expressionsJarkko Sakkinen1-2/+2
2016-09-15tpm: constify TPM 1.x header structuresJulia Lawall1-1/+1
2016-09-15tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen1-1/+1
2016-06-25tpm: Remove all uses of drvdata from the TPM CoreJason Gunthorpe1-36/+25
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard1-10/+10
2016-06-25tpm: Provide strong locking for device removalJason Gunthorpe1-0/+5
2016-06-25tpm: Get rid of chip->pdevJason Gunthorpe1-3/+3
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen1-3/+3
2015-01-17tpm: merge duplicate transmit_cmd() functionsJarkko Sakkinen1-21/+2
2014-01-06tpm/tpm-sysfs: active_show() can be staticFengguang Wu1-1/+1
2014-01-06tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe1-1/+1
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe1-31/+68
2014-01-06tpm: Move sysfs functions from tpm-interface to tpm-sysfsJason Gunthorpe1-0/+281