summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
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
2023-01-04tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leakHanjun Guo
2023-01-04tpm: acpi: Call acpi_put_table() to fix memory leakHanjun Guo
2022-12-31ipmi: fix memleak when unload ipmi driverZhang Yuchen
2022-12-31hwrng: geode - Fix PCI device refcount leakXiongfeng Wang
2022-12-31hwrng: amd - Fix PCI device refcount leakXiongfeng Wang
2022-12-31ipmi: kcs: Poll OBF briefly to reduce OBE latencyAndrew Jeffery
2022-12-31tpm/tpm_crb: Fix error message in __crb_relinquish_locality()Michael Kelley
2022-12-31tpm/tpm_ftpm_tee: Fix error handling in ftpm_mod_init()Yuan Can
2022-12-31tpm: Add flag to use default cancellation policyEddie James
2022-12-31tpm: tis_i2c: Fix sanity check interrupt enable maskEddie James
2022-12-04char: tpm: Protect tpm_pm_suspend with locksJan Dabros
2022-10-29random: use arch_get_random*_early() in random_init()Jean-Philippe Brucker
2022-10-17Merge tag 'v6.1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2022-10-14hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax()Jason A. Donenfeld
2022-10-11prandom: remove unused functionsJason A. Donenfeld
2022-10-11Merge tag 'for-linus-6.1-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2022-10-10Merge tag 'tpmdd-next-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2022-10-10Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-10-06random: clear new batches when bringing new CPUs onlineJason A. Donenfeld
2022-10-05char: move from strlcpy with unused retval to strscpyWolfram Sang
2022-10-01random: fix typos in get_random_bytes() commentWilliam Zijl