summaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)Author
2024-06-05tpm: Switch to new Intel CPU model definesTony Luck
2024-06-05tpm_tis: Do *not* flush uninitialized workJan Beulich
2024-05-28tpm: Enable TCG_TPM2_HMAC by default only for X86_64Jarkko Sakkinen
2024-05-28tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it localJarkko Sakkinen
2024-05-28tpm: Open code tpm_buf_parameters()Jarkko Sakkinen
2024-05-28tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer bufferMatthew R. Ochs
2024-05-09tpm: disable the TPM if NULL name changesJames Bottomley
2024-05-09tpm: add the null key name as a sysfs exportJames Bottomley
2024-05-09tpm: add session encryption protection to tpm2_get_random()James Bottomley
2024-05-09tpm: add hmac checks to tpm2_pcr_extend()James Bottomley
2024-05-09tpm: Add the rest of the session HMAC APIJames Bottomley
2024-05-09tpm: Add HMAC session name/handle appendJames Bottomley
2024-05-09tpm: Add HMAC session start and end functionsJames Bottomley
2024-05-09tpm: Add TCG mandated Key Derivation Functions (KDFs)James Bottomley
2024-05-09tpm: Add NULL primary creationJames Bottomley
2024-05-09tpm: export the context save and load commandsJames Bottomley
2024-05-09tpm: add buffer function to point to returned parametersJames Bottomley
2024-05-09tpm: Add tpm_buf_read_{u8,u16,u32}Jarkko Sakkinen
2024-05-09tpm: TPM2B formatted buffersJarkko Sakkinen
2024-05-09tpm: Store the length of the tpm_buf data separately.Jarkko Sakkinen
2024-05-09tpm: Move buffer handling from static inlines to real functionsJames Bottomley
2024-05-09tpm: Remove tpm_send()Jarkko Sakkinen
2024-05-09char: tpm: Keep TPM_INF_IO_PORT define for HAS_IOPORT=nNiklas Schnelle
2024-05-09tpm/eventlog: remove redundant assignment to variabel retColin Ian King
2024-05-09char: tpm: handle HAS_IOPORT dependenciesNiklas Schnelle
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-13Merge tag 'tpmdd-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2024-03-12tpm: tis_i2c: Add compatible string nuvoton,npct75xLukas Wunner
2024-03-12tpm_tis: Add compatible string atmel,at97sc3204Lukas Wunner
2024-03-12tpm_tis_spi: Add compatible string atmel,attpm20pLukas Wunner
2024-03-12tpm,tpm_tis: Avoid warning splat at shutdownLino Sanfilippo
2024-03-12tpm/tpm_ftpm_tee: fix all kernel-doc warningsRandy Dunlap
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska
2024-02-08tpm_tis_spi: Follow renaming of SPI "master" to "controller"Uwe Kleine-König
2024-01-09tpm: cr50: fix kernel-doc warning and spellingRandy Dunlap
2024-01-09tpm: nuvoton: Use i2c_get_match_data()Rob Herring
2023-09-12tpm: Fix typo in tpmrm class definitionJustin M. Forbes
2023-09-04tpm: Enable hwrng only for Pluton on AMD CPUsJarkko Sakkinen
2023-09-04tpm_crb: Fix an error handling path in crb_acpi_add()Christophe JAILLET
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-30Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds
2023-08-28tpm: Explicitly include correct DT includesRob Herring
2023-08-17tpm/tpm_tis_synquacer: Use module_platform_driver macro to simplify the codeLi Zetao
2023-08-17tpm: remove redundant variable lenColin Ian King
2023-08-17tpm_tis: Resend command to recover from data transfer errorsAlexander Steffen
2023-08-17tpm_tis: Use responseRetry to recover from data transfer errorsAlexander Steffen
2023-08-17tpm_tis: Move CRC check to generic send routineAlexander Steffen
2023-08-17tpm_tis_spi: Add hardware wait pollingKrishna Yarlagadda
2023-08-17tpm_tis: Revert "tpm_tis: Disable interrupts on ThinkPad T490s"Jarkko Sakkinen
2023-08-12tpm_tis: Opt-in interruptsJarkko Sakkinen