summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* drivers: char: tlclk.c: Avoid data race between init and interrupt handlerMadhuparna Bhowmik2020-10-011-7/+10
* tpm: ibmvtpm: Wait for buffer to be set before proceedingStefan Berger2020-10-012-0/+10
* random: fix data races at timer_rand_stateQian Cai2020-10-011-6/+6
* tpm_crb: fix fTPM on AMD Zen+ CPUsIvan Lazeev2020-10-011-33/+90
* tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen2020-09-034-19/+24
* agp/intel: Fix a memory leak on module initialisation failureQiushi Wu2020-08-191-1/+3
* random32: update the net random state on interrupt and activityWilly Tarreau2020-08-071-0/+1
* virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serialAlexander Lobakin2020-07-221-1/+2
* tpm_tis: extra chip->ops check on error path in tpm_tis_core_initVasily Averin2020-07-221-1/+1
* hwrng: ks-sa - Fix runtime PM imbalance on errorDinghao Liu2020-06-301-0/+1
* ipmi: use vzalloc instead of kmalloc for user creationFeng Tang2020-06-251-3/+4
* pci:ipmi: Move IPMI PCI class id defines to pci_ids.hCorey Minyard2020-06-221-5/+0
* agp/intel: Reinforce the barrier after GTT updatesChris Wilson2020-06-221-1/+3
* tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()George Wilson2020-04-291-63/+73
* tpm/tpm_tis: Free IRQ if probing failsJarkko Sakkinen2020-04-291-1/+7
* ipmi: fix hung processes in __get_guid()Wen Yang2020-04-171-2/+2
* tpm: tpm2_bios_measurements_next should increase position indexVasily Averin2020-04-171-1/+1
* tpm: tpm1_bios_measurements_next should increase position indexVasily Averin2020-04-171-1/+1
* tpm: Don't make log failures fatalMatthew Garrett2020-04-173-12/+6
* hwrng: imx-rngc - fix an error pathMartin Kaiser2020-04-131-1/+3
* random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld2020-04-131-16/+4
* ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard2020-03-051-3/+7
* Revert "char/random: silence a lockdep splat with printk()"Greg Kroah-Hartman2020-02-281-3/+2
* char/random: silence a lockdep splat with printk()Sergey Senozhatsky2020-02-241-2/+3
* ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan2020-02-051-6/+9
* random: try to actively add entropy rather than passively wait for itLinus Torvalds2020-02-011-1/+61
* hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren2020-01-271-2/+15
* hwrng: bcm2835 - fix probe as platform deviceJonas Gorski2020-01-271-8/+10
* ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire2020-01-271-2/+3
* ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost2020-01-271-1/+4
* ipmi: Don't allow device module unload when in useCorey Minyard2019-12-311-7/+16
* hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren2019-12-311-1/+2
* ppdev: fix PPGETTIME/PPSETTIME ioctlsArnd Bergmann2019-12-171-4/+12
* hwrng: omap - Fix RNG wait loop timeoutSumit Garg2019-12-171-1/+8
* tpm: add check after commands attribs tab allocationTadeusz Struk2019-12-171-0/+4
* lp: fix sparc64 LPSETTIMEOUT ioctlArnd Bergmann2019-12-131-0/+4
* hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve2019-12-051-0/+8
* virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier2019-12-011-15/+13
* crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2019-11-201-12/+12
* ipmi: fix return value of ipmi_set_my_LUNYueHaibing2019-11-201-1/+1
* ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base addressCorey Minyard2019-11-201-0/+4
* ipmi_si: fix potential integer overflow on large shiftColin Ian King2019-11-201-1/+1
* ipmi_si_pci: fix NULL device in ipmi_si error messageMeelis Roos2019-11-201-2/+2
* ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard2019-10-071-5/+19
* tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operationsVadim Sukhomlinov2019-10-071-2/+3
* tpm: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen2019-10-071-51/+83
* hwrng: core - don't wait on add_early_randomness()Laurent Vivier2019-10-051-1/+1
* /dev/mem: Bail out upon SIGKILL.Tetsuo Handa2019-10-051-0/+21
* tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen2019-09-165-20/+19
* hpet: Fix division by zero in hpet_time_div()Kefeng Wang2019-07-311-2/+1