aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
AgeCommit message (Expand)Author
2023-09-23tpm_tis: Resend command to recover from data transfer errorsAlexander Steffen
2023-08-11tpm_tis: Explicitly check for error codeAlexander Steffen
2023-07-27tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creationJarkko Sakkinen
2023-05-30tpm/tpm_tis: Disable interrupts for more Lenovo devicesJerry Snitselaar
2023-05-17tpm, tpm_tis: Do not skip reset of original interrupt vectorLino Sanfilippo
2023-01-18tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leakHanjun Guo
2023-01-18tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leakHanjun Guo
2023-01-18tpm/tpm_crb: Fix error message in __crb_relinquish_locality()Michael Kelley
2022-12-08char: tpm: Protect tpm_pm_suspend with locksJan Dabros
2022-06-06tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()Xiu Jianfeng
2022-06-06tpm: Fix buffer access in tpm2_get_tpm_pt()Stefan Mahnke-Hartmann
2022-04-15tpm: fix reference counting for struct tpm_chipLino Sanfilippo
2022-03-28tpm: use try_get_ops() in tpm-space.cJames Bottomley
2022-03-28tpm: Fix error handling in async workTadeusz Struk
2022-01-27tpm: add request_locality before write TPM_INT_ENABLEChen Jun
2021-11-17tpm: Check for integer overflow in tpm2_map_response_body()Dan Carpenter
2021-08-12tpm_ftpm_tee: Free and unregister TEE shared memory during kexecTyler Hicks
2021-05-19tpm, tpm_tis: Reserve locality in tpm_tis_resume()Jarkko Sakkinen
2021-05-19tpm, tpm_tis: Extend locality handling to TPM2 in tpm_tis_gen_interrupt()Jarkko Sakkinen
2021-05-19tpm: fix error return code in tpm2_get_cc_attrs_tbl()Zhen Lei
2021-05-11tpm: vtpm_proxy: Avoid reading host log when using a virtual deviceStefan Berger
2021-05-11tpm: efi: Use local variable for calculating final log sizeStefan Berger
2021-03-09tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality()Jarkko Sakkinen
2021-03-09tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality()Lukasz Majczak
2021-03-04tpm_tis: Clean up locality releaseJames Bottomley
2021-03-04tpm_tis: Fix check_locality for correct locality acquisitionJames Bottomley
2020-11-18tpm_tis: Disable interrupts on ThinkPad T490sJerry Snitselaar
2020-11-18tpm: efi: Don't create binary_bios_measurements file for an empty logTyler Hicks
2020-10-01tpm: ibmvtpm: Wait for buffer to be set before proceedingStefan Berger
2020-10-01tpm_crb: fix fTPM on AMD Zen+ CPUsIvan Lazeev
2020-08-19tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen
2020-07-22tpm_tis: extra chip->ops check on error path in tpm_tis_core_initVasily Averin
2020-07-09tpm: Fix TIS locality timeout problemsJames Bottomley
2020-04-29tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()George Wilson
2020-04-29tpm: fix wrong return value in tpm_pcr_extendTianjia Zhang
2020-04-29tpm/tpm_tis: Free IRQ if probing failsJarkko Sakkinen
2020-04-17tpm: tpm2_bios_measurements_next should increase position indexVasily Averin
2020-04-17tpm: tpm1_bios_measurements_next should increase position indexVasily Averin
2020-04-17tpm: Don't make log failures fatalMatthew Garrett
2020-02-28tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LASTRoberto Sassu
2020-01-14tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk
2020-01-14tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"Stefan Berger
2020-01-14tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger
2020-01-14tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"Jarkko Sakkinen
2020-01-12tpm/tpm_ftpm_tee: add shutdown call backPavel Tatashin
2019-12-31tpm: fix invalid locking in NONBLOCKING modeTadeusz Struk
2019-12-31tpm_tis: reserve chip for duration of tpm_tis_core_initJerry Snitselaar
2019-12-17tpm: Switch to platform_get_irq_optional()Hans de Goede
2019-12-17tpm: add check after commands attribs tab allocationTadeusz Struk
2019-09-25tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen