summary refs log tree commit diff
path: root/drivers/char
AgeCommit message (Expand)Author
2023-08-16tpm: Add a helper for checking hwrng enabledMario Limonciello
2023-08-16tpm: Disable RNG for all AMD fTPMsMario Limonciello
2023-08-03tpm_tis: Explicitly check for error codeAlexander Steffen
2023-07-23hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser
2023-07-23tpm: return false from tpm_amd_is_rng_defective on non-x86 platformsJerry Snitselaar
2023-07-23tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytesAlexander Sverdlin
2023-07-23tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytesAlexander Sverdlin
2023-07-23tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creationJarkko Sakkinen
2023-07-23tpm: Do not remap from ACPI resources again for Pluton TPMValentin David
2023-07-19hwrng: st - keep clock enabled while hwrng is registeredMartin Kaiser
2023-07-19hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu
2023-06-28tpm_crb: Add support for CRB devices based on PlutonMatthew Garrett
2023-06-28tpm, tpm_tis: Claim locality in interrupt handlerLino Sanfilippo
2023-06-21parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory()Helge Deller
2023-06-09tpm, tpm_tis: Request threaded interrupt handlerLino Sanfilippo
2023-06-09tpm, tpm_tis: correct tpm_tis_flags enumeration valuesLino Sanfilippo
2023-05-30tpm: Prevent hwrng from activating during resumeJarkko Sakkinen
2023-05-30tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM driversJarkko Sakkinen
2023-05-30tpm, tpm_tis: startup chip before testing for interruptsLino Sanfilippo
2023-05-30tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resumeJarkko Sakkinen
2023-05-30tpm, tpm_tis: Only handle supported interruptsLino Sanfilippo
2023-05-30tpm, tpm_tis: Avoid cache incoherency in test for interruptsLino Sanfilippo
2023-05-24tpm/tpm_tis: Disable interrupts for more Lenovo devicesJerry Snitselaar
2023-05-11ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on itRandy Dunlap
2023-05-11tpm, tpm_tis: Claim locality when interrupts are reenabled on resumeLino Sanfilippo
2023-05-11tpm, tpm: Implement usage counter for localityLino Sanfilippo
2023-05-11tpm, tpm_tis: Claim locality before writing interrupt registersLino Sanfilippo
2023-05-11tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failedLino Sanfilippo
2023-05-11tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE registerLino Sanfilippo
2023-05-11tpm, tpm_tis: Do not skip reset of original interrupt vectorLino Sanfilippo
2023-05-11ipmi: fix SSIF not responding under certain cond.Zhang Yuchen
2023-05-11ipmi:ssif: Add send_retries incrementCorey Minyard
2023-05-11tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call siteJarkko Sakkinen
2023-03-17tpm/eventlog: Don't abort tpm_read_log on faulty ACPI addressMorten Linderud
2023-03-17ipmi:ssif: Add a timer between request retriesCorey Minyard
2023-03-17ipmi:ssif: Increase the message retry timeCorey Minyard
2023-03-17ipmi:ssif: Remove rtc_us_timerCorey Minyard
2023-03-13tpm: disable hwrng for fTPM on some AMD designsMario Limonciello
2023-03-10ipmi_ssif: Rename idle state and checkCorey Minyard
2023-03-10ipmi:ssif: resend_msg() cannot failCorey Minyard
2023-03-10ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms'Christophe JAILLET
2023-03-10applicom: Fix PCI device refcount leak in applicom_init()Xiongfeng Wang
2023-03-10Revert "char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in set_prot...Duoming Zhou
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-01-12tpm: Allow system suspend to continue when TPM suspend failsJason A. Donenfeld
2023-01-07ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter
2023-01-07ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen
2023-01-07random: add helpers for random numbers with given floor or rangeJason A. Donenfeld
2023-01-07random: use rejection sampling for uniform bounded random integersJason A. Donenfeld
2023-01-04tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leakHanjun Guo