summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | hwrng: omap - Fix RNG wait loop timeoutSumit Garg2019-10-261-1/+8
| * | hwrng: core - Fix use-after-free warning in hwrng_register()Laurent Vivier2019-10-231-17/+16
| * | hwrng: core - move add_early_randomness() out of rng_mutexLaurent Vivier2019-10-101-16/+44
| * | hwrng: mediatek - Use devm_platform_ioremap_resource() in mtk_rng_probe()Markus Elfring2019-10-051-8/+1
| * | hwrng: iproc-rng200 - Use devm_platform_ioremap_resource() in iproc_rng200_pr...Markus Elfring2019-10-051-8/+1
| * | hwrng: omap3-rom - Use devm hwrng and runtime PMTony Lindgren2019-10-051-26/+16
| * | hwrng: omap3-rom - Use runtime PM instead of custom functionsTony Lindgren2019-10-051-53/+73
| * | hwrng: omap3-rom - Update to use standard driver dataTony Lindgren2019-10-051-15/+30
| * | hwrng: omap3-rom - Initialize default quality to get dataTony Lindgren2019-10-051-0/+1
| * | hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren2019-10-051-1/+2
| * | hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren2019-10-051-2/+15
| * | hwrng: npcm - add NPCM RNG driverTomer Maimon2019-10-053-0/+200
* | | Merge tag 'tpmdd-next-20191112' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-11-2513-715/+701
|\ \ \
| * | | tpm: Switch to platform_get_irq_optional()Hans de Goede2019-11-121-1/+1
| * | | tpm_crb: fix fTPM on AMD Zen+ CPUsIvan Lazeev2019-11-121-33/+90
| * | | KEYS: trusted: Move TPM2 trusted keys codeSumit Garg2019-11-123-374/+0
| * | | tpm: Move tpm_buf code to include/linux/Sumit Garg2019-11-121-212/+0
| * | | tpm: use GFP_KERNEL instead of GFP_HIGHMEM for tpm_bufJames Bottomley2019-11-121-6/+3
| * | | tpm: add check after commands attribs tab allocationTadeusz Struk2019-11-121-0/+4
| * | | tpm: tpm_tis_spi: Drop THIS_MODULE usage from driver structStephen Boyd2019-11-121-1/+0
| * | | tpm: tpm_tis_spi: Cleanup includesStephen Boyd2019-11-121-9/+5
| * | | tpm: tpm_tis_spi: Support cr50 devicesAndrey Pronin2019-11-125-32/+432
| * | | tpm: tpm_tis_spi: Introduce a flow control callbackStephen Boyd2019-11-121-21/+41
| * | | tpm: Add a flag to indicate TPM power is managed by firmwareStephen Boyd2019-11-122-1/+8
| * | | tpm_tis: override durations for STM tpm with firmware 1.2.8.28Jerry Snitselaar2019-11-121-0/+79
| * | | tpm: provide a way to override the chip returned durationsJerry Snitselaar2019-11-121-0/+15
| * | | tpm: Remove duplicate code from caps_show() in tpm-sysfs.cJarkko Sakkinen2019-11-122-35/+33
| | |/ | |/|
* | | 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