summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)Author
2025-10-19hwrng: ks-sa - fix division by zero in ks_sa_rng_initNishanth Menon
2025-08-28hwrng: mtk - handle devm_pm_runtime_enable errorsOvidiu Panait
2024-10-17hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resumeGaosheng Cui
2024-10-17hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_initGaosheng Cui
2024-10-17hwrng: mtk - Use devm_pm_runtime_enableGuoqing Jiang
2024-08-19hwrng: amd - Convert PCIBIOS_* return codes to errnosIlpo Järvinen
2024-02-23hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu
2023-11-20hwrng: geode - fix accessing registersJonas Gorski
2023-09-19hwrng: iproc-rng200 - Implement suspend and resume callsFlorian Fainelli
2023-09-19hwrng: pic32 - use devm_clk_get_enabledMartin Kaiser
2023-09-19hwrng: nomadik - keep clock enabled while hwrng is registeredMartin Kaiser
2023-07-23hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser
2023-07-23hwrng: st - keep clock enabled while hwrng is registeredMartin Kaiser
2023-07-23hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu
2023-07-23hwrng: virtio - always add a pending requestLaurent Vivier
2023-07-23hwrng: virtio - don't waste entropyLaurent Vivier
2023-07-23hwrng: virtio - don't wait on cleanupLaurent Vivier
2023-07-23hwrng: virtio - add an internal bufferLaurent Vivier
2022-12-31hwrng: geode - Fix PCI device refcount leakXiongfeng Wang
2022-12-31hwrng: amd - Fix PCI device refcount leakXiongfeng Wang
2022-10-26hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()Kshitiz Varshney
2022-10-26hwrng: arm-smccc-trng - fix NO_ENTROPY handlingJames Cowgill
2022-06-09hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resu...Yang Yingliang
2022-05-30random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld
2022-04-08hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin
2022-04-08hwrng: atmel - disable trng on failure pathClaudiu Beznea
2022-04-08hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDERGeert Uytterhoeven
2022-04-08hwrng: cavium - Check health status while reading random dataSunil Goutham
2021-11-18hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann
2021-08-06hwrng: Add Arm SMCCC TRNG based driverAndre Przywara
2021-07-16hwrng: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-17hw_random: ixp4xx: Add OF supportLinus Walleij
2021-06-17hw_random: ixp4xx: Turn into a moduleLinus Walleij
2021-06-17hw_random: ixp4xx: Use SPDX license tagLinus Walleij
2021-06-17hw_random: ixp4xx: enable compile-testingArnd Bergmann
2021-06-03hwrng: ks-sa - Use pm_runtime_resume_and_get() to replace open codingTian Tao
2021-06-03hwrng: omap - Use pm_runtime_resume_and_get() to replace open codingTian Tao
2021-06-03hwrng: exynos - Use pm_runtime_resume_and_get() to replace open codingTian Tao
2021-05-28hwrng: core - Use DEVICE_ATTR_<RW|RO> macroYueHaibing
2021-05-28hwrng: core - remove redundant initialization of variable errShaokun Zhang
2021-05-28hwrng: Kconfig - Remove leading spacesJuerg Haefliger
2021-05-23hwrng: omap - Enable driver for TI K3 familySuman Anna
2021-05-21char: hw_random: pseries-rng: Demote non-conformant kernel-doc headerLee Jones
2021-05-14hwrng: exynos - Fix runtime PM imbalance on errorŁukasz Stelmach
2021-05-14hwrng: amd - remove redundant initialization of variable errColin Ian King
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-04-02hwrng: omap - Use of_device_get_match_data() helperTian Tao
2021-03-26hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang