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