Age | Commit message (Expand) | Author |
2023-08-12 | tpm_tis: Opt-in interrupts | Jarkko Sakkinen |
2023-08-12 | tpm: tpm_tis: Fix UPX-i11 DMI_MATCH condition | Peter Ujfalusi |
2023-08-09 | tpm: Add a helper for checking hwrng enabled | Mario Limonciello |
2023-08-07 | tpm/tpm_tis: Disable interrupts for Lenovo P620 devices | Jonathan McDowell |
2023-08-07 | tpm: Disable RNG for all AMD fTPMs | Mario Limonciello |
2023-08-07 | tpm/tpm_tis: Disable interrupts for TUXEDO InfinityBook S 15/17 Gen7 | Takashi Iwai |
2023-07-28 | tpm_tis: Explicitly check for error code | Alexander Steffen |
2023-07-28 | tpm: Switch i2c drivers back to use .probe() | Uwe Kleine-König |
2023-07-17 | tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQs | Lino Sanfilippo |
2023-07-17 | tpm/tpm_tis: Disable interrupts for Lenovo L590 devices | Florian Bezdeka |
2023-07-17 | tpm: Do not remap from ACPI resources again for Pluton TPM | Valentin David |
2023-07-17 | tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 13th gen | Christian Hesse |
2023-07-17 | tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 12th gen | Christian Hesse |
2023-07-17 | tpm: return false from tpm_amd_is_rng_defective on non-x86 platforms | Jerry Snitselaar |
2023-07-17 | tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes | Alexander Sverdlin |
2023-07-17 | tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes | Alexander Sverdlin |
2023-07-17 | tpm_tis_spi: Release chip select when flow control fails | Peijie Shao |
2023-07-17 | tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11 | Peter Ujfalusi |
2023-07-17 | tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation | Jarkko Sakkinen |
2023-06-02 | tpm, tpm_tis: correct tpm_tis_flags enumeration values | Lino Sanfilippo |
2023-05-24 | tpm: tpm_tis: Disable interrupts for AEON UPX-i11 | Peter Ujfalusi |
2023-05-16 | tpm/tpm_tis: Disable interrupts for more Lenovo devices | Jerry Snitselaar |
2023-05-16 | tpm: Prevent hwrng from activating during resume | Jarkko Sakkinen |
2023-05-16 | tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume | Jarkko Sakkinen |
2023-05-01 | Merge tag 'tpmdd-v6.4-rc1-fix-v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-04-28 | tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers | Jarkko Sakkinen |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-25 | Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds |
2023-04-24 | tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call site | Jarkko Sakkinen |
2023-04-24 | tpm_tis: fix stall after iowrite*()s | Haris Okanovic |
2023-04-24 | tpm/tpm_tis_synquacer: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-04-24 | tpm/tpm_tis: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-04-24 | tpm/tpm_ftpm_tee: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-04-24 | tpm: tpm_tis_spi: Mark ACPI and OF related data as maybe unused | Krzysztof Kozlowski |
2023-04-24 | tpm: st33zp24: Mark ACPI and OF related data as maybe unused | Krzysztof Kozlowski |
2023-04-24 | tpm, tpm_tis: Enable interrupt test | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: startup chip before testing for interrupts | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Claim locality when interrupts are reenabled on resume | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Claim locality in interrupt handler | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Request threaded interrupt handler | Lino Sanfilippo |
2023-04-24 | tpm, tpm: Implement usage counter for locality | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: do not check for the active locality in interrupt handler | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Move interrupt mask checks into own function | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Only handle supported interrupts | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Claim locality before writing interrupt registers | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Do not skip reset of original interrupt vector | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register | Lino Sanfilippo |
2023-04-24 | tpm, tpm_tis: Avoid cache incoherency in test for interrupts | Lino Sanfilippo |
2023-04-24 | tpm: remove unnecessary (void*) conversions | Yu Zhe |