summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai2020-03-181-2/+2
* ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard2020-03-051-3/+7
* tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LASTRoberto Sassu2020-02-281-0/+2
* char: hpet: Fix out-of-bounds read bugGustavo A. R. Silva2020-02-241-1/+1
* char/random: silence a lockdep splat with printk()Sergey Senozhatsky2020-02-241-2/+3
* drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds writeColin Ian King2020-02-191-1/+1
* ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan2020-02-051-6/+9
* hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren2020-01-261-2/+15
* ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost2020-01-261-1/+4
* tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk2020-01-142-2/+2
* tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"Stefan Berger2020-01-141-2/+0
* tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger2020-01-141-1/+0
* tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"Jarkko Sakkinen2020-01-141-18/+17
* tpm/tpm_ftpm_tee: add shutdown call backPavel Tatashin2020-01-121-4/+18
* tpm: fix invalid locking in NONBLOCKING modeTadeusz Struk2019-12-311-0/+8
* tpm_tis: reserve chip for duration of tpm_tis_core_initJerry Snitselaar2019-12-311-17/+18
* 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: Switch to platform_get_irq_optional()Hans de Goede2019-12-171-1/+1
* tpm: add check after commands attribs tab allocationTadeusz Struk2019-12-171-0/+4
* lp: fix sparc64 LPSETTIMEOUT ioctlArnd Bergmann2019-12-131-0/+4
* virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier2019-11-191-15/+13
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-11-162-7/+2
|\
| * Revert "hwrng: core - Freeze khwrng thread during suspend"Herbert Xu2019-11-172-7/+2
* | char/random: Add a newline at the end of the fileBorislav Petkov2019-10-021-1/+1
* | Merge branch 'entropy'Linus Torvalds2019-09-291-1/+61
|\ \
| * | random: try to actively add entropy rather than passively wait for itLinus Torvalds2019-09-291-1/+61
* | | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-2/+5
|\ \ \
| * | | lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked downMatthew Garrett2019-08-191-2/+5
* | | | tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen2019-09-251-7/+2
* | | | KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu2019-09-251-5/+9
* | | | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-1/+0
|\ \ \ \
| * | | | PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2019-08-281-1/+0
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-231-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | hwrng: core - don't wait on add_early_randomness()Laurent Vivier2019-09-201-1/+1
* | | | | Merge tag 'for-linus-5.4-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-09-1911-159/+260
|\ \ \ \ \
| * | | | | ipmi_si_intf: Fix race in timer shutdown handlingJes Sorensen2019-09-121-2/+1
| * | | | | ipmi: move message error checking to avoid deadlockTony Camuso2019-08-221-57/+57
| * | | | | ipmi_ssif: avoid registering duplicate ssif interfaceKamlakant Patel2019-08-221-1/+77
| * | | | | ipmi: Free receive messages when in an oopsCorey Minyard2019-08-161-2/+5
| * | | | | ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard2019-08-051-5/+19
| * | | | | ipmi_si: Remove ipmi_ from the device attr namesCorey Minyard2019-08-021-16/+16
| * | | | | ipmi_si: Convert device attr permissions to octalCorey Minyard2019-08-021-4/+4
| * | | | | ipmi_si: Rework some include filesCorey Minyard2019-08-0210-59/+68
| * | | | | ipmi_si: Convert timespec64 to timespecCorey Minyard2019-07-311-16/+16
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-1814-46/+20
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | random: Use wait_event_freezable() in add_hwgenerator_randomness()Stephen Boyd2019-09-091-7/+5
| * | | | | hwrng: timeriomem - relax check on memory resource sizeDaniel Mack2019-09-051-2/+2