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-08-11tpm: 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-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-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-01-27tpm: add request_locality before write TPM_INT_ENABLEChen Jun
2021-11-26tpm: Check for integer overflow in tpm2_map_response_body()Dan Carpenter
2021-05-22tpm: fix error return code in tpm2_get_cc_attrs_tbl()Zhen Lei
2021-05-22tpm: vtpm_proxy: Avoid reading host log when using a virtual deviceStefan Berger
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-09-03tpm: 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-04-29tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()George Wilson
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
2019-12-17tpm: add check after commands attribs tab allocationTadeusz Struk
2019-10-07tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operationsVadim Sukhomlinov
2019-10-07tpm: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen
2019-09-16tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen
2019-04-27tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing
2019-04-27tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen
2019-03-23tpm: Unify the send callback behaviourJarkko Sakkinen
2019-03-23tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen
2019-01-09tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler
2019-01-09tpm: tpm_try_transmit() refactor error flow.Tomas Winkler
2018-11-13tpm: fix response size validation in tpm_get_random()Jarkko Sakkinen
2018-11-13tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein
2018-11-13tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas
2018-07-28tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen
2018-07-28tpm: Convert tpm_find_get_ops() to use tpm_default_chip()Stefan Berger
2018-07-28tpm: Implement tpm_default_chip() to find a TPM chipStefan Berger
2018-07-28tpm: rename tpm_chip_find_get() to tpm_find_get_ops()Stefan Berger
2018-07-28tpm: Allow tpm_tis drivers to set hwrng quality.Louis Collard
2018-07-28tpm: Return the actual size when receiving an unsupported commandRicardo Schwarzmeier
2018-07-28tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler
2018-07-28tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin
2018-07-28tpm_tis_spi: Pass the SPI IRQ down to the driverLinus Walleij
2018-07-28tpm: migrate tpm2_get_random() to use struct tpm_bufJarkko Sakkinen