summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2021-03-04tpm_tis: Clean up locality releaseJames Bottomley1-46/+1
2021-03-04tpm_tis: Fix check_locality for correct locality acquisitionJames Bottomley1-1/+2
2021-03-04hwrng: timeriomem - Fix cooldown period calculationJan Henrik Weinstock1-1/+1
2021-03-04random: fix the RNDRESEEDCRNG ioctlEric Biggers1-1/+1
2020-11-18random32: make prandom_u32() output unpredictableGeorge Spelvin1-1/+0
2020-11-18tpm_tis: Disable interrupts on ThinkPad T490sJerry Snitselaar1-2/+27
2020-11-18tpm: efi: Don't create binary_bios_measurements file for an empty logTyler Hicks1-0/+5
2020-10-01drivers: char: tlclk.c: Avoid data race between init and interrupt handlerMadhuparna Bhowmik1-7/+10
2020-10-01tpm: ibmvtpm: Wait for buffer to be set before proceedingStefan Berger2-0/+10
2020-10-01random: fix data races at timer_rand_stateQian Cai1-6/+6
2020-10-01tpm_crb: fix fTPM on AMD Zen+ CPUsIvan Lazeev1-33/+90
2020-09-03tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen4-19/+24
2020-08-19agp/intel: Fix a memory leak on module initialisation failureQiushi Wu1-1/+3
2020-08-07random32: update the net random state on interrupt and activityWilly Tarreau1-0/+1
2020-07-22virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serialAlexander Lobakin1-1/+2
2020-07-22tpm_tis: extra chip->ops check on error path in tpm_tis_core_initVasily Averin1-1/+1
2020-07-01hwrng: ks-sa - Fix runtime PM imbalance on errorDinghao Liu1-0/+1
2020-06-25ipmi: use vzalloc instead of kmalloc for user creationFeng Tang1-3/+4
2020-06-22pci:ipmi: Move IPMI PCI class id defines to pci_ids.hCorey Minyard1-5/+0
2020-06-22agp/intel: Reinforce the barrier after GTT updatesChris Wilson1-1/+3
2020-04-29tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()George Wilson1-63/+73
2020-04-29tpm/tpm_tis: Free IRQ if probing failsJarkko Sakkinen1-1/+7
2020-04-17ipmi: fix hung processes in __get_guid()Wen Yang1-2/+2
2020-04-17tpm: tpm2_bios_measurements_next should increase position indexVasily Averin1-1/+1
2020-04-17tpm: tpm1_bios_measurements_next should increase position indexVasily Averin1-1/+1
2020-04-17tpm: Don't make log failures fatalMatthew Garrett3-12/+6
2020-04-13hwrng: imx-rngc - fix an error pathMartin Kaiser1-1/+3
2020-04-13random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld1-16/+4
2020-03-05ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard1-3/+7
2020-02-28Revert "char/random: silence a lockdep splat with printk()"Greg Kroah-Hartman1-3/+2
2020-02-24char/random: silence a lockdep splat with printk()Sergey Senozhatsky1-2/+3
2020-02-05ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan1-6/+9
2020-02-01random: try to actively add entropy rather than passively wait for itLinus Torvalds1-1/+61
2020-01-27hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren1-2/+15
2020-01-27hwrng: bcm2835 - fix probe as platform deviceJonas Gorski1-8/+10
2020-01-27ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire1-2/+3
2020-01-27ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost1-1/+4
2019-12-31ipmi: Don't allow device module unload when in useCorey Minyard1-7/+16
2019-12-31hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren1-1/+2
2019-12-17ppdev: fix PPGETTIME/PPSETTIME ioctlsArnd Bergmann1-4/+12
2019-12-17hwrng: omap - Fix RNG wait loop timeoutSumit Garg1-1/+8
2019-12-17tpm: add check after commands attribs tab allocationTadeusz Struk1-0/+4
2019-12-13lp: fix sparc64 LPSETTIMEOUT ioctlArnd Bergmann1-0/+4
2019-12-05hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve1-0/+8
2019-12-01virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier1-15/+13
2019-11-20crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers1-12/+12
2019-11-20ipmi: fix return value of ipmi_set_my_LUNYueHaibing1-1/+1
2019-11-20ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base addressCorey Minyard1-0/+4
2019-11-20ipmi_si: fix potential integer overflow on large shiftColin Ian King1-1/+1
2019-11-20ipmi_si_pci: fix NULL device in ipmi_si error messageMeelis Roos1-2/+2