summaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)AuthorFilesLines
7 daystpm: Change to kvalloc() in eventlog/acpi.cJarkko Sakkinen1-2/+13
7 daystpm: 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-03char: tpm: Fix possible memory leak in tpm_bios_measurements_open()Joe Hattori1-0/+2
2024-05-17timers: Get rid of del_singleshot_timer_sync()Thomas Gleixner1-2/+2
2023-09-23tpm_tis: Resend command to recover from data transfer errorsAlexander Steffen1-3/+10
2023-09-19tpm_crb: Fix an error handling path in crb_acpi_add()Christophe JAILLET1-2/+3
2023-09-13tpm: Enable hwrng only for Pluton on AMD CPUsJarkko Sakkinen1-25/+8
2023-08-16tpm: Add a helper for checking hwrng enabledMario Limonciello1-5/+14
2023-08-16tpm: Disable RNG for all AMD fTPMsMario Limonciello2-66/+32
2023-08-03tpm_tis: Explicitly check for error codeAlexander Steffen1-2/+7
2023-07-23tpm: return false from tpm_amd_is_rng_defective on non-x86 platformsJerry Snitselaar1-0/+7
2023-07-23tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytesAlexander Sverdlin1-7/+15
2023-07-23tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytesAlexander Sverdlin1-15/+22
2023-07-23tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creationJarkko Sakkinen1-23/+7
2023-07-23tpm: Do not remap from ACPI resources again for Pluton TPMValentin David1-8/+11
2023-06-28tpm_crb: Add support for CRB devices based on PlutonMatthew Garrett1-10/+90
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-06-09tpm, tpm_tis: correct tpm_tis_flags enumeration valuesLino Sanfilippo1-4/+4
2023-05-30tpm: Prevent hwrng from activating during resumeJarkko Sakkinen2-0/+14
2023-05-30tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM driversJarkko Sakkinen3-5/+21
2023-05-30tpm, tpm_tis: startup chip before testing for interruptsLino Sanfilippo3-14/+30
2023-05-30tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resumeJarkko Sakkinen1-24/+19
2023-05-30tpm, tpm_tis: Only handle supported interruptsLino Sanfilippo2-48/+73
2023-05-30tpm, tpm_tis: Avoid cache incoherency in test for interruptsLino Sanfilippo3-12/+13
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-05-11tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call siteJarkko Sakkinen1-1/+2
2023-03-17tpm/eventlog: Don't abort tpm_read_log on faulty ACPI addressMorten Linderud1-1/+5
2023-03-13tpm: disable hwrng for fTPM on some AMD designsMario Limonciello2-1/+132
2023-01-12tpm: Allow system suspend to continue when TPM suspend failsJason A. Donenfeld1-1/+3
2023-01-04tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-4/+5
2023-01-04tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-9/+20
2023-01-04tpm: 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-31tpm: Add flag to use default cancellation policyEddie James3-8/+14
2022-12-31tpm: tis_i2c: Fix sanity check interrupt enable maskEddie James1-1/+1
2022-12-04char: tpm: Protect tpm_pm_suspend with locksJan Dabros1-2/+3
2022-10-10Merge tag 'tpmdd-next-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-10-05char: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König6-16/+7
2022-08-03tpm: Add check for Failure mode for TPM2 modulesMårten Lindahl1-0/+6
2022-08-03tpm: fix platform_no_drv_owner.cocci warningYang Li1-1/+0