aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)AuthorFilesLines
11 daystpm: Switch to new Intel CPU model definesGravatar Tony Luck 2-2/+2
12 daystpm_tis: Do *not* flush uninitialized workGravatar Jan Beulich 1-1/+2
2024-05-28tpm: Enable TCG_TPM2_HMAC by default only for X86_64Gravatar Jarkko Sakkinen 1-1/+1
2024-05-28tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it localGravatar Jarkko Sakkinen 1-2/+19
2024-05-28tpm: Open code tpm_buf_parameters()Gravatar Jarkko Sakkinen 2-27/+9
2024-05-28tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer bufferGravatar Matthew R. Ochs 1-1/+2
2024-05-09tpm: disable the TPM if NULL name changesGravatar James Bottomley 3-16/+67
2024-05-09tpm: add the null key name as a sysfs exportGravatar James Bottomley 1-0/+18
2024-05-09tpm: add session encryption protection to tpm2_get_random()Gravatar James Bottomley 1-4/+17
2024-05-09tpm: add hmac checks to tpm2_pcr_extend()Gravatar James Bottomley 1-17/+10
2024-05-09tpm: Add the rest of the session HMAC APIGravatar James Bottomley 1-0/+400
2024-05-09tpm: Add HMAC session name/handle appendGravatar James Bottomley 1-0/+129
2024-05-09tpm: Add HMAC session start and end functionsGravatar James Bottomley 4-0/+291
2024-05-09tpm: Add TCG mandated Key Derivation Functions (KDFs)Gravatar James Bottomley 2-0/+106
2024-05-09tpm: Add NULL primary creationGravatar James Bottomley 5-0/+349
2024-05-09tpm: export the context save and load commandsGravatar James Bottomley 2-4/+8
2024-05-09tpm: add buffer function to point to returned parametersGravatar James Bottomley 1-0/+28
2024-05-09tpm: Add tpm_buf_read_{u8,u16,u32}Gravatar Jarkko Sakkinen 1-1/+78
2024-05-09tpm: TPM2B formatted buffersGravatar Jarkko Sakkinen 1-3/+35
2024-05-09tpm: Store the length of the tpm_buf data separately.Gravatar Jarkko Sakkinen 2-11/+39
2024-05-09tpm: Move buffer handling from static inlines to real functionsGravatar James Bottomley 2-0/+88
2024-05-09tpm: Remove tpm_send()Gravatar Jarkko Sakkinen 1-25/+0
2024-05-09char: tpm: Keep TPM_INF_IO_PORT define for HAS_IOPORT=nGravatar Niklas Schnelle 2-3/+1
2024-05-09tpm/eventlog: remove redundant assignment to variabel retGravatar Colin Ian King 1-1/+0
2024-05-09char: tpm: handle HAS_IOPORT dependenciesGravatar Niklas Schnelle 3-15/+21
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 10-10/+10
2024-03-13Merge tag 'tpmdd-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 5-5/+8
2024-03-12tpm: tis_i2c: Add compatible string nuvoton,npct75xGravatar Lukas Wunner 1-0/+2
2024-03-12tpm_tis: Add compatible string atmel,at97sc3204Gravatar Lukas Wunner 1-0/+1
2024-03-12tpm_tis_spi: Add compatible string atmel,attpm20pGravatar Lukas Wunner 1-0/+1
2024-03-12tpm,tpm_tis: Avoid warning splat at shutdownGravatar Lino Sanfilippo 1-2/+1
2024-03-12tpm/tpm_ftpm_tee: fix all kernel-doc warningsGravatar Randy Dunlap 1-3/+3
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Gravatar Ahelenia Ziemiańska 10-10/+10
2024-02-08tpm_tis_spi: Follow renaming of SPI "master" to "controller"Gravatar Uwe Kleine-König 1-2/+2
2024-01-09tpm: cr50: fix kernel-doc warning and spellingGravatar Randy Dunlap 1-2/+1
2024-01-09tpm: nuvoton: Use i2c_get_match_data()Gravatar Rob Herring 1-11/+4
2023-09-12tpm: Fix typo in tpmrm class definitionGravatar Justin M. Forbes 1-1/+1
2023-09-04tpm: Enable hwrng only for Pluton on AMD CPUsGravatar Jarkko Sakkinen 1-25/+8
2023-09-04tpm_crb: Fix an error handling path in crb_acpi_add()Gravatar Christophe JAILLET 1-2/+3
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-18/+20
2023-08-30Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 4-4/+1
2023-08-28tpm: Explicitly include correct DT includesGravatar Rob Herring 4-4/+1
2023-08-17tpm/tpm_tis_synquacer: Use module_platform_driver macro to simplify the codeGravatar Li Zetao 1-17/+1
2023-08-17tpm: remove redundant variable lenGravatar Colin Ian King 1-2/+1
2023-08-17tpm_tis: Resend command to recover from data transfer errorsGravatar Alexander Steffen 1-3/+10
2023-08-17tpm_tis: Use responseRetry to recover from data transfer errorsGravatar Alexander Steffen 2-8/+30
2023-08-17tpm_tis: Move CRC check to generic send routineGravatar Alexander Steffen 1-6/+6
2023-08-17tpm_tis_spi: Add hardware wait pollingGravatar Krishna Yarlagadda 1-2/+89
2023-08-17tpm_tis: Revert "tpm_tis: Disable interrupts on ThinkPad T490s"Gravatar Jarkko Sakkinen 1-91/+2
2023-08-12tpm_tis: Opt-in interruptsGravatar Jarkko Sakkinen 1-1/+1