aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
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
2022-10-01random: schedule jitter credit for next jiffy, not in two jiffiesJason A. Donenfeld
2022-09-30hwrng: core - start hwrng kthread also for untrusted sourcesDominik Brodowski
2022-09-29random: add 8-bit and 16-bit batchesJason A. Donenfeld
2022-09-29random: use init_utsname() instead of utsname()Jason A. Donenfeld
2022-09-29random: split initialization into early step and later stepJason A. Donenfeld
2022-09-28random: use expired timer rather than wq for mixing fast poolJason A. Donenfeld
2022-09-28random: avoid reading two cache lines on irq randomnessJason A. Donenfeld
2022-09-28ipmi: Remove unused struct watcher_entryYuan Can
2022-09-23random: clamp credited irq bits to maximum mixedJason A. Donenfeld
2022-09-23random: throttle hwrng writes if no entropy is creditedJason A. Donenfeld