summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | hwrng: st - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: pic32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: pasemi - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: omap - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: npcm - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: meson - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: ks-sa - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: hisi - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: exynos - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: bcm2835 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-4/+1
| * | hwrng: atmel - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
| * | hwrng: ka-sa - fix __iomem on registersBen Dooks2019-10-261-1/+1
| * | 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
|\ \ \ \