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