summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2024-02-23hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu1-13/+21
2023-11-20hwrng: geode - fix accessing registersJonas Gorski1-2/+4
2023-10-10parisc: sba: Fix compile warning wrt list of SBA devicesHelge Deller1-2/+0
2023-09-23tpm_tis: Resend command to recover from data transfer errorsAlexander Steffen1-4/+11
2023-09-19ipmi_si: fix a memleak in try_smi_init()Yi Yang1-0/+5
2023-09-19ipmi:ssif: Fix a memory leak when scanning for an adapterCorey Minyard1-1/+1
2023-09-19ipmi:ssif: Add check for kstrdupJiasheng Jiang1-0/+5
2023-09-19hwrng: iproc-rng200 - Implement suspend and resume callsFlorian Fainelli1-0/+25
2023-09-19hwrng: nomadik - keep clock enabled while hwrng is registeredMartin Kaiser1-9/+3
2023-08-11tpm_tis: Explicitly check for error codeAlexander Steffen1-2/+8
2023-07-27hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser1-4/+2
2023-07-27tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creationJarkko Sakkinen1-23/+7
2023-07-27tpm, tpm_tis: Claim locality in interrupt handlerLino Sanfilippo1-0/+2
2023-07-27hwrng: st - keep clock enabled while hwrng is registeredMartin Kaiser1-20/+1
2023-07-27hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu1-5/+5
2023-07-27hwrng: virtio - always add a pending requestLaurent Vivier1-14/+12
2023-07-27hwrng: virtio - don't waste entropyLaurent Vivier1-17/+35
2023-07-27hwrng: virtio - don't wait on cleanupLaurent Vivier1-1/+6
2023-07-27hwrng: virtio - add an internal bufferLaurent Vivier1-10/+33
2023-06-21parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory()Helge Deller1-1/+14
2023-06-09tpm, tpm_tis: Request threaded interrupt handlerLino Sanfilippo1-2/+5
2023-05-30tpm/tpm_tis: Disable interrupts for more Lenovo devicesJerry Snitselaar1-0/+16
2023-05-17ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on itRandy Dunlap1-1/+2
2023-05-17tpm, tpm_tis: Claim locality when interrupts are reenabled on resumeLino Sanfilippo1-10/+9
2023-05-17tpm, tpm: Implement usage counter for localityLino Sanfilippo2-18/+47
2023-05-17tpm, tpm_tis: Claim locality before writing interrupt registersLino Sanfilippo1-9/+11
2023-05-17tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failedLino Sanfilippo1-11/+11
2023-05-17tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE registerLino Sanfilippo1-0/+4
2023-05-17tpm, tpm_tis: Do not skip reset of original interrupt vectorLino Sanfilippo1-18/+11
2023-05-17ipmi: fix SSIF not responding under certain cond.Zhang Yuchen1-2/+2
2023-05-17ipmi:ssif: Add send_retries incrementCorey Minyard1-1/+3
2023-04-05ipmi:ssif: Add a timer between request retriesCorey Minyard1-7/+27
2023-04-05ipmi:ssif: resend_msg() cannot failCorey Minyard1-21/+7
2023-04-05ipmi:ssif: Increase the message retry timeCorey Minyard1-1/+1
2023-04-05ipmi:ssif: make ssif_i2c_send() voidLiguang Zhang1-61/+20
2023-03-17ipmi:watchdog: Set panic count to proper value on a panicCorey Minyard1-4/+4
2023-03-17ipmi/watchdog: replace atomic_add() and atomic_sub()Yejune Deng1-4/+4
2023-03-17tpm/eventlog: Don't abort tpm_read_log on faulty ACPI addressMorten Linderud1-1/+5
2023-03-11ipmi_ssif: Rename idle state and checkCorey Minyard1-23/+23
2023-01-14ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter1-1/+3
2023-01-14ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen1-8/+19
2023-01-14tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-4/+5
2023-01-14tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-9/+20
2023-01-14tpm: acpi: Call acpi_put_table() to fix memory leakHanjun Guo1-3/+9
2023-01-14ipmi: fix memleak when unload ipmi driverZhang Yuchen1-2/+6
2023-01-14hwrng: geode - Fix PCI device refcount leakXiongfeng Wang1-8/+28
2023-01-14hwrng: amd - Fix PCI device refcount leakXiongfeng Wang1-5/+13
2023-01-14tpm/tpm_crb: Fix error message in __crb_relinquish_locality()Michael Kelley1-1/+1
2023-01-14tpm/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