summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)Author
2020-09-03tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen
2020-08-19agp/intel: Fix a memory leak on module initialisation failureQiushi Wu
2020-08-07random32: update the net random state on interrupt and activityWilly Tarreau
2020-07-22virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serialAlexander Lobakin
2020-07-22tpm_tis: extra chip->ops check on error path in tpm_tis_core_initVasily Averin
2020-06-30hwrng: ks-sa - Fix runtime PM imbalance on errorDinghao Liu
2020-06-25ipmi: use vzalloc instead of kmalloc for user creationFeng Tang
2020-06-22pci:ipmi: Move IPMI PCI class id defines to pci_ids.hCorey Minyard
2020-06-22agp/intel: Reinforce the barrier after GTT updatesChris Wilson
2020-04-29tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()George Wilson
2020-04-29tpm/tpm_tis: Free IRQ if probing failsJarkko Sakkinen
2020-04-17ipmi: fix hung processes in __get_guid()Wen Yang
2020-04-17tpm: tpm2_bios_measurements_next should increase position indexVasily Averin
2020-04-17tpm: tpm1_bios_measurements_next should increase position indexVasily Averin
2020-04-17tpm: Don't make log failures fatalMatthew Garrett
2020-04-13hwrng: imx-rngc - fix an error pathMartin Kaiser
2020-04-13random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld
2020-03-05ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard
2020-02-28Revert "char/random: silence a lockdep splat with printk()"Greg Kroah-Hartman
2020-02-24char/random: silence a lockdep splat with printk()Sergey Senozhatsky
2020-02-05ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan
2020-02-01random: try to actively add entropy rather than passively wait for itLinus Torvalds
2020-01-27hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren
2020-01-27hwrng: bcm2835 - fix probe as platform deviceJonas Gorski
2020-01-27ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire
2020-01-27ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost
2019-12-31ipmi: Don't allow device module unload when in useCorey Minyard
2019-12-31hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren
2019-12-17ppdev: fix PPGETTIME/PPSETTIME ioctlsArnd Bergmann
2019-12-17hwrng: omap - Fix RNG wait loop timeoutSumit Garg
2019-12-17tpm: add check after commands attribs tab allocationTadeusz Struk
2019-12-13lp: fix sparc64 LPSETTIMEOUT ioctlArnd Bergmann
2019-12-05hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve
2019-12-01virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier
2019-11-20crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers
2019-11-20ipmi: fix return value of ipmi_set_my_LUNYueHaibing
2019-11-20ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base addressCorey Minyard
2019-11-20ipmi_si: fix potential integer overflow on large shiftColin Ian King
2019-11-20ipmi_si_pci: fix NULL device in ipmi_si error messageMeelis Roos
2019-10-07ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard
2019-10-07tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operationsVadim Sukhomlinov
2019-10-07tpm: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen
2019-10-05hwrng: core - don't wait on add_early_randomness()Laurent Vivier
2019-10-05/dev/mem: Bail out upon SIGKILL.Tetsuo Handa
2019-09-16tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen
2019-07-31hpet: Fix division by zero in hpet_time_div()Kefeng Wang
2019-05-31hwrng: omap - Set default qualityRouven Czerwinski
2019-05-31virtio_console: initialize vtermno value for portsPankaj Gupta
2019-05-31random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior
2019-05-31random: fix CRNG initialization when random.trust_cpu=1Jon DeVree