summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)Author
2020-04-17virtio-rng: pull in slab.hMichael S. Tsirkin
2020-04-10change email address for Pali RohárPali Rohár
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-03-24hwrng: via_rng: Convert to new X86 CPU match macrosThomas Gleixner
2020-03-12hwrng: imx-rngc - simplify interrupt mask/unmaskMartin Kaiser
2020-03-12hwrng: imx-rngc - check the rng typeMartin Kaiser
2020-03-12hwrng: imx-rngc - (trivial) simplify error printsMartin Kaiser
2020-03-12hwrng: imx-rngc - use automatic seedingMartin Kaiser
2020-03-12hwrng: imx-rngc - fix an error pathMartin Kaiser
2020-03-12hwrng: ks-sa - move TI Keystone driver into the config menu structureRandy Dunlap
2020-02-28hwrng: omap3-rom - Include linux/io.h for virt_to_physHerbert Xu
2020-02-22hwrng: imx-rngc - improve dependenciesUwe Kleine-König
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-11hwrng: iproc-rng200 - Add support for BCM2711Stefan Wahren
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2019-11-22hwrng: ks-sa - Enable COMPILE_TESTHerbert Xu
2019-11-21char: Fix Kconfig indentation, continuedKrzysztof Kozlowski
2019-11-20char: Fix Kconfig indentationKrzysztof Kozlowski
2019-11-17Revert "hwrng: core - Freeze khwrng thread during suspend"Herbert Xu
2019-11-17hwrng: ks-sa - Add minimum sleep time before ready-pollingAlexander Sverdlin
2019-11-15hwrng: atmel - add new platform support for sam9x60Codrin Ciubotariu
2019-11-08hwrng: hisi - add HiSilicon TRNG driver supportZaibo Xu
2019-11-01hwrng: omap3-rom - Fix unused function warningsArnd Bergmann
2019-10-26hwrng: xgene - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: tx4939 - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: st - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: pic32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: pasemi - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: omap - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: npcm - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: meson - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: ks-sa - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: hisi - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: exynos - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: bcm2835 - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: atmel - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: ka-sa - fix __iomem on registersBen Dooks
2019-10-26hwrng: omap - Fix RNG wait loop timeoutSumit Garg
2019-10-23hwrng: core - Fix use-after-free warning in hwrng_register()Laurent Vivier
2019-10-10hwrng: core - move add_early_randomness() out of rng_mutexLaurent Vivier
2019-10-05hwrng: mediatek - Use devm_platform_ioremap_resource() in mtk_rng_probe()Markus Elfring
2019-10-05hwrng: iproc-rng200 - Use devm_platform_ioremap_resource() in iproc_rng200_pr...Markus Elfring
2019-10-05hwrng: omap3-rom - Use devm hwrng and runtime PMTony Lindgren
2019-10-05hwrng: omap3-rom - Use runtime PM instead of custom functionsTony Lindgren
2019-10-05hwrng: omap3-rom - Update to use standard driver dataTony Lindgren
2019-10-05hwrng: omap3-rom - Initialize default quality to get dataTony Lindgren
2019-10-05hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren