summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2023-05-11ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on itRandy Dunlap1-1/+2
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-11ipmi: fix SSIF not responding under certain cond.Zhang Yuchen1-2/+2
2023-05-11ipmi:ssif: Add send_retries incrementCorey Minyard1-1/+3
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-17ipmi:ssif: Add a timer between request retriesCorey Minyard1-7/+27
2023-03-17ipmi:ssif: Increase the message retry timeCorey Minyard1-1/+1
2023-03-17ipmi:ssif: Remove rtc_us_timerCorey Minyard1-9/+0
2023-03-13tpm: disable hwrng for fTPM on some AMD designsMario Limonciello2-1/+132
2023-03-10ipmi_ssif: Rename idle state and checkCorey Minyard1-23/+23
2023-03-10ipmi:ssif: resend_msg() cannot failCorey Minyard1-21/+7
2023-03-10ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms'Christophe JAILLET1-1/+1
2023-03-10applicom: Fix PCI device refcount leak in applicom_init()Xiongfeng Wang1-1/+4
2023-03-10Revert "char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in set_prot...Duoming Zhou1-2/+4
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2023-01-12tpm: Allow system suspend to continue when TPM suspend failsJason A. Donenfeld1-1/+3
2023-01-07ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter1-1/+3
2023-01-07ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen1-8/+19
2023-01-07random: add helpers for random numbers with given floor or rangeJason A. Donenfeld1-1/+17
2023-01-07random: use rejection sampling for uniform bounded random integersJason A. Donenfeld1-0/+22
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-31ipmi: fix memleak when unload ipmi driverZhang Yuchen1-2/+6
2022-12-31hwrng: geode - Fix PCI device refcount leakXiongfeng Wang1-8/+28
2022-12-31hwrng: amd - Fix PCI device refcount leakXiongfeng Wang1-5/+13
2022-12-31ipmi: kcs: Poll OBF briefly to reduce OBE latencyAndrew Jeffery1-3/+21
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-29random: use arch_get_random*_early() in random_init()Jean-Philippe Brucker1-2/+2
2022-10-17Merge tag 'v6.1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+1
2022-10-14hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax()Jason A. Donenfeld1-1/+1
2022-10-12prandom: remove unused functionsJason A. Donenfeld1-6/+5
2022-10-11Merge tag 'for-linus-6.1-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds7-33/+38
2022-10-10Merge tag 'tpmdd-next-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds3-69/+41
2022-10-10Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-60/+83
2022-10-08Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+2
2022-10-06random: clear new batches when bringing new CPUs onlineJason A. Donenfeld1-12/+16
2022-10-05char: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-10-02random: fix typos in get_random_bytes() commentWilliam Zijl1-5/+5