summaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)AuthorFilesLines
6 daystpm: Cap the number of PCR banksJarkko Sakkinen3-11/+3
2025-10-19tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_singleGunnar Kudrjavets1-2/+2
2025-06-04tpm: tis: Double the timeout B to 4sMichal Suchanek1-1/+1
2025-03-13tpm: Change to kvalloc() in eventlog/acpi.cJarkko Sakkinen1-2/+13
2025-03-13tpm: Use managed allocation for bios event logEddie James4-10/+12
2024-10-17tpm: Clean up TPM space after command failureJonathan McDowell2-0/+5
2024-08-19char: tpm: Fix possible memory leak in tpm_bios_measurements_open()Joe Hattori1-0/+2
2023-09-23tpm_tis: Resend command to recover from data transfer errorsAlexander Steffen1-4/+11
2023-08-03tpm_tis: Explicitly check for error codeAlexander Steffen1-2/+8
2023-07-23tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creationJarkko Sakkinen1-23/+7
2023-06-28tpm, tpm_tis: Claim locality in interrupt handlerLino Sanfilippo1-0/+2
2023-06-09tpm, tpm_tis: Request threaded interrupt handlerLino Sanfilippo1-2/+5
2023-05-24tpm/tpm_tis: Disable interrupts for more Lenovo devicesJerry Snitselaar1-0/+16
2023-05-11tpm, tpm_tis: Claim locality when interrupts are reenabled on resumeLino Sanfilippo1-10/+9
2023-05-11tpm, tpm: Implement usage counter for localityLino Sanfilippo2-18/+47
2023-05-11tpm, tpm_tis: Claim locality before writing interrupt registersLino Sanfilippo1-9/+11
2023-05-11tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failedLino Sanfilippo1-11/+11
2023-05-11tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE registerLino Sanfilippo1-0/+4
2023-05-11tpm, tpm_tis: Do not skip reset of original interrupt vectorLino Sanfilippo1-18/+11
2023-03-17tpm/eventlog: Don't abort tpm_read_log on faulty ACPI addressMorten Linderud1-1/+5
2023-01-12tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-4/+5
2023-01-12tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-9/+20
2023-01-12tpm: acpi: Call acpi_put_table() to fix memory leakHanjun Guo1-3/+9
2022-12-31tpm/tpm_crb: Fix error message in __crb_relinquish_locality()Michael Kelley1-1/+1
2022-12-31tpm/tpm_ftpm_tee: Fix error handling in ftpm_mod_init()Yuan Can1-1/+7
2022-12-08char: tpm: Protect tpm_pm_suspend with locksJan Dabros1-2/+3
2022-06-09char: tpm: cr50_i2c: Suppress duplicated error message in .remove()Uwe Kleine-König1-2/+2
2022-06-06tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()Xiu Jianfeng1-0/+1
2022-06-06tpm: Fix buffer access in tpm2_get_tpm_pt()Stefan Mahnke-Hartmann1-1/+10
2022-04-08tpm: fix reference counting for struct tpm_chipLino Sanfilippo3-38/+75
2022-03-28tpm: use try_get_ops() in tpm-space.cJames Bottomley1-4/+4
2022-03-28tpm: Fix error handling in async workTadeusz Struk1-1/+7
2022-01-27tpm: fix NPE on probe for missing devicePatrick Williams1-2/+2
2022-01-27tpm: fix potential NULL pointer access in tpm_del_char_deviceLino Sanfilippo1-5/+13
2022-01-27tpm_tis: Fix an error handling path in 'tpm_tis_core_init()'Christophe Jaillet1-1/+1
2022-01-27tpm: add request_locality before write TPM_INT_ENABLEChen Jun1-0/+8
2021-11-18tpm_tis_spi: Add missing SPI IDMark Brown1-0/+1
2021-11-18tpm: fix Atmel TPM crash caused by too frequent queriesHao Wu2-8/+22
2021-11-18tpm: Check for integer overflow in tpm2_map_response_body()Dan Carpenter1-0/+3
2021-08-23tpm: ibmvtpm: Avoid error message when process gets signal while waitingStefan Berger2-12/+16
2021-08-23char: tpm: cr50_i2c: convert to new probe interfaceAdrian Ratiu1-10/+2
2021-08-23char: tpm: Kconfig: remove bad i2c cr50 selectAdrian Ratiu1-1/+0
2021-07-21tpm_ftpm_tee: Free and unregister TEE shared memory during kexecTyler Hicks1-4/+4
2021-06-23tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()Jarkko Sakkinen2-8/+20
2021-06-23tpm_tis: Use DEFINE_RES_MEM() to simplify codeZhen Lei1-5/+1
2021-06-23tpm: fix some doc warnings in tpm1-cmd.cYang Yingliang1-2/+2
2021-06-23tpm_tis_spi: add missing SPI device ID entriesJavier Martinez Canillas1-0/+2
2021-06-23tpm: add longer timeout for TPM2_CC_VERIFY_SIGNATUREAmir Mizinski1-1/+1
2021-06-23char: tpm: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao1-2/+2
2021-06-23tpm_tis_spi: set default probe function if device id not matchLiguang Zhang1-4/+8