summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.h
Commit message (Expand)AuthorAgeFilesLines
* tpm: Switch to new Intel CPU model definesTony Luck2024-06-051-1/+1
* tpm: Add NULL primary creationJames Bottomley2024-05-091-0/+10
* tpm: export the context save and load commandsJames Bottomley2024-05-091-0/+4
* tpm: make all 'class' structures constIvan Orlov2023-08-051-2/+2
* Merge tag 'tpmdd-v6.4-rc1-fix-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-011-1/+1
|\
| * tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM driversJarkko Sakkinen2023-04-281-1/+1
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-0/+1
|\ \ | |/ |/|
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-0/+73
| |\
| * | tpm: fix up the tpm_class shutdown_pre pointer when createdGreg Kroah-Hartman2023-03-171-0/+1
* | | 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