summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2020-07-09tpm: Fix TIS locality timeout problemsJames Bottomley1-10/+9
2020-06-30hwrng: ks-sa - Fix runtime PM imbalance on errorDinghao Liu1-0/+1
2020-06-24/dev/mem: Revoke mappings when a driver claims the regionDan Williams1-2/+99
2020-06-24ipmi: use vzalloc instead of kmalloc for user creationFeng Tang1-3/+4
2020-06-17agp/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: fix wrong return value in tpm_pcr_extendTianjia Zhang1-1/+1
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-18ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai1-2/+2
2020-03-05ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard1-3/+7
2020-02-28tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LASTRoberto Sassu1-0/+2
2020-02-24char: hpet: Fix out-of-bounds read bugGustavo A. R. Silva1-1/+1
2020-02-24char/random: silence a lockdep splat with printk()Sergey Senozhatsky1-2/+3
2020-02-19drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds writeColin Ian King1-1/+1
2020-02-06ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan1-6/+9
2020-01-26hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren1-2/+15
2020-01-26ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost1-1/+4
2020-01-14tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk2-2/+2
2020-01-14tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"Stefan Berger1-2/+0
2020-01-14tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger1-1/+0
2020-01-14tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"Jarkko Sakkinen1-18/+17
2020-01-12tpm/tpm_ftpm_tee: add shutdown call backPavel Tatashin1-4/+18
2019-12-31tpm: fix invalid locking in NONBLOCKING modeTadeusz Struk1-0/+8
2019-12-31tpm_tis: reserve chip for duration of tpm_tis_core_initJerry Snitselaar1-17/+18
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: Switch to platform_get_irq_optional()Hans de Goede1-1/+1
2019-12-17tpm: add check after commands attribs tab allocationTadeusz Struk1-0/+4
2019-12-13lp: fix sparc64 LPSETTIMEOUT ioctlArnd Bergmann1-0/+4
2019-11-19virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier1-15/+13
2019-11-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-7/+2
2019-11-17Revert "hwrng: core - Freeze khwrng thread during suspend"Herbert Xu2-7/+2
2019-10-02char/random: Add a newline at the end of the fileBorislav Petkov1-1/+1
2019-09-30Merge branch 'entropy'Linus Torvalds1-1/+61
2019-09-30random: try to actively add entropy rather than passively wait for itLinus Torvalds1-1/+61
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+5
2019-09-25tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen1-7/+2
2019-09-25KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu1-5/+9
2019-09-24Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2019-09-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2019-09-20hwrng: core - don't wait on add_early_randomness()Laurent Vivier1-1/+1
2019-09-20Merge tag 'for-linus-5.4-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds11-159/+260