summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.h
Commit message (Expand)AuthorAgeFilesLines
* tpm, tpm_tis: startup chip before testing for interruptsLino Sanfilippo2023-04-241-0/+1
* tpm: disable hwrng for fTPM on some AMD designsMario Limonciello2023-03-121-0/+73
* tpm: Add upgrade/reduced mode support for TPM1.2 modulesStefan Mahnke-Hartmann2022-08-031-0/+1
* tpm: fix reference counting for struct tpm_chipLino Sanfilippo2022-03-081-0/+2
* KEYS: trusted: Reserve TPM for seal and unseal operationsJarkko Sakkinen2021-02-161-4/+0
* tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen2020-07-241-1/+4
* tpm: ibmvtpm: Add support for TPM2Stefan Berger2020-03-151-0/+1
* tpm: Don't make log failures fatalMatthew Garrett2020-03-131-1/+1
* security: keys: trusted: fix lost handle flushJames Bottomley2019-12-171-1/+0
* KEYS: trusted: Move TPM2 trusted keys codeSumit Garg2019-11-121-11/+0
* tpm: Move tpm_buf code to include/linux/Sumit Garg2019-11-121-212/+0
* tpm: use GFP_KERNEL instead of GFP_HIGHMEM for tpm_bufJames Bottomley2019-11-121-6/+3
* tpm: Add a flag to indicate TPM power is managed by firmwareStephen Boyd2019-11-121-0/+1
* tpm: Remove duplicate code from caps_show() in tpm-sysfs.cJarkko Sakkinen2019-11-121-13/+10
* tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain2019-08-051-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-6/+1
* tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu2019-02-131-1/+1
* tpm: move tpm_chip definition to include/linux/tpm.hRoberto Sassu2019-02-131-97/+4
* tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu2019-02-131-2/+3
* tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu2019-02-131-12/+1
* tpm: dynamically allocate the allocated_banks arrayRoberto Sassu2019-02-131-1/+2
* tpm: remove @flags from tpm_transmit()Jarkko Sakkinen2019-02-131-8/+5
* tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen2019-02-131-9/+0
* tpm: introduce tpm_chip_start() and tpm_chip_stop()Jarkko Sakkinen2019-02-131-0/+2
* tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen2019-02-131-6/+2
* tpm: remove @space from tpm_transmit()Jarkko Sakkinen2019-02-131-5/+5
* tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen2019-02-131-4/+5
* tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen2019-02-131-0/+1
* tpm: declare struct tpm_headerJarkko Sakkinen2019-02-131-16/+13
* tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen2019-02-131-3/+2
* tpm: use u32 instead of int for PCR indexTomas Winkler2018-11-131-5/+5
* tpm1: reimplement tpm1_continue_selftest() using tpm_bufTomas Winkler2018-11-131-9/+0
* tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler2018-11-131-1/+1
* tpm1: implement tpm1_pcr_read_dev() using tpm_buf structureTomas Winkler2018-11-131-16/+2
* tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structureTomas Winkler2018-11-131-11/+0
* tpm: add tpm_auto_startup() into tpm-interface.cTomas Winkler2018-11-131-0/+1
* tpm: factor out tpm_startup functionTomas Winkler2018-11-131-1/+0
* tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.cTomas Winkler2018-11-131-0/+2
* tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler2018-11-131-3/+2
* tpm: factor out tpm1_get_random into tpm1-cmd.cTomas Winkler2018-11-131-0/+1
* tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler2018-11-131-2/+2
* tpm: move tpm1_pcr_extend to tpm1-cmd.cTomas Winkler2018-11-131-0/+2
* tpm: factor out tpm_get_timeouts()Tomas Winkler2018-11-131-0/+3
* tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler2018-11-131-0/+1
* tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler2018-11-131-1/+1
* tpm2: add new tpm2 commands according to TCG 1.36Tomas Winkler2018-11-131-16/+25
* tpm: add support for nonblocking operationTadeusz Struk2018-10-051-0/+2
* tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen2018-07-281-7/+7
* tpm: rename tpm_chip_find_get() to tpm_find_get_ops()Stefan Berger2018-07-281-1/+1
* tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler2018-07-281-2/+10