Age | Commit message (Expand) | Author | Files | Lines |
7 days | tpm: Change to kvalloc() in eventlog/acpi.c | Jarkko Sakkinen | 1 | -2/+13 |
7 days | tpm: Use managed allocation for bios event log | Eddie James | 4 | -10/+12 |
2024-10-17 | tpm: Clean up TPM space after command failure | Jonathan McDowell | 2 | -0/+5 |
2024-08-03 | char: tpm: Fix possible memory leak in tpm_bios_measurements_open() | Joe Hattori | 1 | -0/+2 |
2024-05-17 | timers: Get rid of del_singleshot_timer_sync() | Thomas Gleixner | 1 | -2/+2 |
2023-09-23 | tpm_tis: Resend command to recover from data transfer errors | Alexander Steffen | 1 | -3/+10 |
2023-09-19 | tpm_crb: Fix an error handling path in crb_acpi_add() | Christophe JAILLET | 1 | -2/+3 |
2023-09-13 | tpm: Enable hwrng only for Pluton on AMD CPUs | Jarkko Sakkinen | 1 | -25/+8 |
2023-08-16 | tpm: Add a helper for checking hwrng enabled | Mario Limonciello | 1 | -5/+14 |
2023-08-16 | tpm: Disable RNG for all AMD fTPMs | Mario Limonciello | 2 | -66/+32 |
2023-08-03 | tpm_tis: Explicitly check for error code | Alexander Steffen | 1 | -2/+7 |
2023-07-23 | tpm: return false from tpm_amd_is_rng_defective on non-x86 platforms | Jerry Snitselaar | 1 | -0/+7 |
2023-07-23 | tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes | Alexander Sverdlin | 1 | -7/+15 |
2023-07-23 | tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes | Alexander Sverdlin | 1 | -15/+22 |
2023-07-23 | tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation | Jarkko Sakkinen | 1 | -23/+7 |
2023-07-23 | tpm: Do not remap from ACPI resources again for Pluton TPM | Valentin David | 1 | -8/+11 |
2023-06-28 | tpm_crb: Add support for CRB devices based on Pluton | Matthew Garrett | 1 | -10/+90 |
2023-06-28 | tpm, tpm_tis: Claim locality in interrupt handler | Lino Sanfilippo | 1 | -0/+2 |
2023-06-09 | tpm, tpm_tis: Request threaded interrupt handler | Lino Sanfilippo | 1 | -2/+5 |
2023-06-09 | tpm, tpm_tis: correct tpm_tis_flags enumeration values | Lino Sanfilippo | 1 | -4/+4 |
2023-05-30 | tpm: Prevent hwrng from activating during resume | Jarkko Sakkinen | 2 | -0/+14 |
2023-05-30 | tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers | Jarkko Sakkinen | 3 | -5/+21 |
2023-05-30 | tpm, tpm_tis: startup chip before testing for interrupts | Lino Sanfilippo | 3 | -14/+30 |
2023-05-30 | tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume | Jarkko Sakkinen | 1 | -24/+19 |
2023-05-30 | tpm, tpm_tis: Only handle supported interrupts | Lino Sanfilippo | 2 | -48/+73 |
2023-05-30 | tpm, tpm_tis: Avoid cache incoherency in test for interrupts | Lino Sanfilippo | 3 | -12/+13 |
2023-05-24 | tpm/tpm_tis: Disable interrupts for more Lenovo devices | Jerry Snitselaar | 1 | -0/+16 |
2023-05-11 | tpm, tpm_tis: Claim locality when interrupts are reenabled on resume | Lino Sanfilippo | 1 | -10/+9 |
2023-05-11 | tpm, tpm: Implement usage counter for locality | Lino Sanfilippo | 2 | -18/+47 |
2023-05-11 | tpm, tpm_tis: Claim locality before writing interrupt registers | Lino Sanfilippo | 1 | -9/+11 |
2023-05-11 | tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed | Lino Sanfilippo | 1 | -11/+11 |
2023-05-11 | tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register | Lino Sanfilippo | 1 | -0/+4 |
2023-05-11 | tpm, tpm_tis: Do not skip reset of original interrupt vector | Lino Sanfilippo | 1 | -18/+11 |
2023-05-11 | tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call site | Jarkko Sakkinen | 1 | -1/+2 |
2023-03-17 | tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address | Morten Linderud | 1 | -1/+5 |
2023-03-13 | tpm: disable hwrng for fTPM on some AMD designs | Mario Limonciello | 2 | -1/+132 |
2023-01-12 | tpm: Allow system suspend to continue when TPM suspend fails | Jason A. Donenfeld | 1 | -1/+3 |
2023-01-04 | tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leak | Hanjun Guo | 1 | -4/+5 |
2023-01-04 | tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak | Hanjun Guo | 1 | -9/+20 |
2023-01-04 | tpm: acpi: Call acpi_put_table() to fix memory leak | Hanjun Guo | 1 | -3/+9 |
2022-12-31 | tpm/tpm_crb: Fix error message in __crb_relinquish_locality() | Michael Kelley | 1 | -1/+1 |
2022-12-31 | tpm/tpm_ftpm_tee: Fix error handling in ftpm_mod_init() | Yuan Can | 1 | -1/+7 |
2022-12-31 | tpm: Add flag to use default cancellation policy | Eddie James | 3 | -8/+14 |
2022-12-31 | tpm: tis_i2c: Fix sanity check interrupt enable mask | Eddie James | 1 | -1/+1 |
2022-12-04 | char: tpm: Protect tpm_pm_suspend with locks | Jan Dabros | 1 | -2/+3 |
2022-10-10 | Merge tag 'tpmdd-next-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2022-10-05 | char: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 6 | -16/+7 |
2022-08-03 | tpm: Add check for Failure mode for TPM2 modules | Mårten Lindahl | 1 | -0/+6 |
2022-08-03 | tpm: fix platform_no_drv_owner.cocci warning | Yang Li | 1 | -1/+0 |