summaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)AuthorFilesLines
2026-08-25tpm-buf: Add TPM buffer support header for standalone reuseRoss Philipson1-1/+2
2026-08-25tpm-buf: Memory-safe allocationsJarkko Sakkinen7-419/+417
2026-08-25tpm-buf: Remove chip parameter from tpm_buf_append_handle()Jarkko Sakkinen3-5/+8
2026-08-25tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOWJarkko Sakkinen1-6/+4
2026-08-25tpm: Move platform specific definitions to the new PTP headerRoss Philipson1-63/+1
2026-08-25tpm: Move TPM common base definitions to the command headerRoss Philipson1-1/+0
2026-08-25tpm: Move TPM2 specific definitions to the command headerRoss Philipson3-120/+0
2026-08-25tpm: Move TPM1 specific definitions to the command headerRoss Philipson2-107/+0
2026-08-25tpm: Initial step to reorganize TPM public headersRoss Philipson2-14/+1
2026-08-25tpm: st33zp24: Validate locality read resultRuoyu Wang1-2/+2
2026-08-25tpm: st33zp24: Return zero on status read failureRuoyu Wang1-1/+3
2026-08-25tpm: tpm_tis_spi: fix nodef CR50 tpm_tis_spi_resume is nullLi Jun1-2/+6
2026-08-25tpm: atmel: depend on X86Karl Mehltretter1-2/+1
2026-08-25tpm: Remove redundant dev_err()Pan Chuang3-9/+2
2026-08-25tpm: tpm_i2c_nuvoton: disable IRQ on wait timeoutMyeonghun Pak1-2/+4
2026-07-12tpm: Make the TPM character devices non-seekableJaewon Yang2-2/+2
2026-06-21tpm: fix event_size output in tpm1_binary_bios_measurements_showThorsten Blum1-2/+2
2026-06-21tpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-inYeoreum Yun1-15/+3
2026-06-21tpm: tpm2-sessions: wait for async KPP completion in tpm_buf_append_saltMichael Bommarito1-11/+34
2026-06-21tpm: tpm_tis: Add settle time for some TPMsJim Broadus2-0/+7
2026-06-21tpm: tpm_tis: store entire did_vidJim Broadus2-9/+15
2026-06-21tpm_crb: Check ACPI_COMPANION() against NULL during probeRafael J. Wysocki1-1/+5
2026-06-21tpm: tpm_tis_spi: Use wait_woken() in wait_for_tmp_stat()Jarkko Sakkinen1-14/+21
2026-06-21tpm: Initialize name_size_alg for non-NULL name in tpm_buf_append_name()Gunnar Kudrjavets1-4/+7
2026-06-21tpm: restore timeout for key creation commandsBaoli Zhang1-3/+3
2026-06-21tpm: svsm: constify tpm_chip_opsDavid Windsor1-1/+1
2026-04-21tpm: tpm_tis: stop transmit if retries are exhaustedJacqueline Wong1-1/+6
2026-04-21tpm: tpm_tis: add error logging for data transferJacqueline Wong1-0/+4
2026-04-21tpm: Use kfree_sensitive() to free auth session in tpm_dev_release()Gunnar Kudrjavets1-1/+1
2026-04-21tpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public()Gunnar Kudrjavets1-1/+4
2026-04-21tpm: Fix auth session leak in tpm2_get_random() error pathGunnar Kudrjavets1-4/+2
2026-04-21tpm: i2c: atmel: fix block comment formattingEthan Luna1-11/+23
2026-04-21tpm_crb: Convert ACPI driver to a platform oneRafael J. Wysocki1-19/+16
2026-04-21tpm: Make tcpci_pm_ops variable static constKrzysztof Kozlowski1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-8/+8
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-10Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+23
2026-02-10Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+2
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+5
2026-02-03tpm: st33zp24: Fix missing cleanup on get_burstcount() errorAlper Ak1-2/+4
2026-02-03tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount() failureAlper Ak1-2/+4
2026-02-01char: tpm: cr50: Remove IRQF_ONESHOTSebastian Andrzej Siewior2-3/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-15lib/crypto: aescfb: Use new AES library APIEric Biggers1-5/+5
2026-01-15tpm/tpm_ftpm_tee: Fix kdoc after function renamesUwe Kleine-König1-2/+2
2026-01-07tpm/tpm_ftpm_tee: Make use of tee bus methodsUwe Kleine-König1-7/+19
2026-01-07tpm/tpm_ftpm_tee: Make use of tee specific driver registrationUwe Kleine-König1-3/+2
2025-12-05tpm2-sessions: Open code tpm_buf_append_hmac_session()Jarkko Sakkinen1-3/+11
2025-12-05tpm2-sessions: Remove 'attributes' parameter from tpm_buf_append_authJarkko Sakkinen2-4/+3