summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-05tpm: Switch to new Intel CPU model definesTony Luck1-1/+1
2024-05-09tpm: Add NULL primary creationJames Bottomley1-0/+10
2024-05-09tpm: export the context save and load commandsJames Bottomley1-0/+4
2023-08-05tpm: make all 'class' structures constIvan Orlov1-2/+2
2023-05-01Merge tag 'tpmdd-v6.4-rc1-fix-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-04-28tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM driversJarkko Sakkinen1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2023-04-24tpm, tpm_tis: startup chip before testing for interruptsLino Sanfilippo1-0/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+73
2023-03-17tpm: fix up the tpm_class shutdown_pre pointer when createdGreg Kroah-Hartman1-0/+1
2023-03-13tpm: disable hwrng for fTPM on some AMD designsMario Limonciello1-0/+73
2022-08-03tpm: Add upgrade/reduced mode support for TPM1.2 modulesStefan Mahnke-Hartmann1-0/+1
2022-03-08tpm: fix reference counting for struct tpm_chipLino Sanfilippo1-0/+2
2021-02-16KEYS: trusted: Reserve TPM for seal and unseal operationsJarkko Sakkinen1-4/+0
2020-07-24tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen1-1/+4
2020-03-15tpm: ibmvtpm: Add support for TPM2Stefan Berger1-0/+1
2020-03-13tpm: Don't make log failures fatalMatthew Garrett1-1/+1
2019-12-17security: keys: trusted: fix lost handle flushJames Bottomley1-1/+0
2019-11-12KEYS: trusted: Move TPM2 trusted keys codeSumit Garg1-11/+0
2019-11-12tpm: Move tpm_buf code to include/linux/Sumit Garg1-212/+0
2019-11-12tpm: use GFP_KERNEL instead of GFP_HIGHMEM for tpm_bufJames Bottomley1-6/+3
2019-11-12tpm: Add a flag to indicate TPM power is managed by firmwareStephen Boyd1-0/+1
2019-11-12tpm: Remove duplicate code from caps_show() in tpm-sysfs.cJarkko Sakkinen1-13/+10
2019-08-05tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-6/+1
2019-02-13tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu1-1/+1
2019-02-13tpm: move tpm_chip definition to include/linux/tpm.hRoberto Sassu1-97/+4
2019-02-13tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu1-2/+3
2019-02-13tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu1-12/+1
2019-02-13tpm: dynamically allocate the allocated_banks arrayRoberto Sassu1-1/+2
2019-02-13tpm: remove @flags from tpm_transmit()Jarkko Sakkinen1-8/+5
2019-02-13tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen1-9/+0
2019-02-13tpm: introduce tpm_chip_start() and tpm_chip_stop()Jarkko Sakkinen1-0/+2
2019-02-13tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen1-6/+2
2019-02-13tpm: remove @space from tpm_transmit()Jarkko Sakkinen1-5/+5
2019-02-13tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen1-4/+5
2019-02-13tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen1-0/+1
2019-02-13tpm: declare struct tpm_headerJarkko Sakkinen1-16/+13
2019-02-13tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen1-3/+2
2018-11-13tpm: use u32 instead of int for PCR indexTomas Winkler1-5/+5
2018-11-13tpm1: reimplement tpm1_continue_selftest() using tpm_bufTomas Winkler1-9/+0
2018-11-13tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler1-1/+1
2018-11-13tpm1: implement tpm1_pcr_read_dev() using tpm_buf structureTomas Winkler1-16/+2
2018-11-13tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structureTomas Winkler1-11/+0
2018-11-13tpm: add tpm_auto_startup() into tpm-interface.cTomas Winkler1-0/+1
2018-11-13tpm: factor out tpm_startup functionTomas Winkler1-1/+0
2018-11-13tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.cTomas Winkler1-0/+2
2018-11-13tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler1-3/+2
2018-11-13tpm: factor out tpm1_get_random into tpm1-cmd.cTomas Winkler1-0/+1
2018-11-13tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler1-2/+2