summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)AuthorFilesLines
2025-10-19hwrng: ks-sa - fix division by zero in ks_sa_rng_initNishanth Menon1-0/+4
2025-08-28hwrng: mtk - handle devm_pm_runtime_enable errorsOvidiu Panait1-1/+3
2024-10-17hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resumeGaosheng Cui1-0/+1
2024-10-17hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_initGaosheng Cui1-1/+3
2024-10-17hwrng: mtk - Use devm_pm_runtime_enableGuoqing Jiang1-1/+1
2024-08-19hwrng: amd - Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-1/+3
2024-02-23hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu1-13/+21
2023-11-20hwrng: geode - fix accessing registersJonas Gorski1-2/+4
2023-09-19hwrng: iproc-rng200 - Implement suspend and resume callsFlorian Fainelli1-0/+25
2023-09-19hwrng: pic32 - use devm_clk_get_enabledMartin Kaiser1-14/+5
2023-09-19hwrng: nomadik - keep clock enabled while hwrng is registeredMartin Kaiser1-9/+3
2023-07-23hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser1-4/+2
2023-07-23hwrng: st - keep clock enabled while hwrng is registeredMartin Kaiser1-20/+1
2023-07-23hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu1-5/+5
2023-07-23hwrng: virtio - always add a pending requestLaurent Vivier1-14/+12
2023-07-23hwrng: virtio - don't waste entropyLaurent Vivier1-17/+35
2023-07-23hwrng: virtio - don't wait on cleanupLaurent Vivier1-1/+6
2023-07-23hwrng: virtio - add an internal bufferLaurent Vivier1-10/+33
2022-12-31hwrng: geode - Fix PCI device refcount leakXiongfeng Wang1-8/+28
2022-12-31hwrng: amd - Fix PCI device refcount leakXiongfeng Wang1-5/+13
2022-10-26hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()Kshitiz Varshney1-7/+7
2022-10-26hwrng: arm-smccc-trng - fix NO_ENTROPY handlingJames Cowgill1-2/+2
2022-06-09hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resu...Yang Yingliang1-1/+1
2022-05-30random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld1-0/+1
2022-04-08hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin1-2/+2
2022-04-08hwrng: atmel - disable trng on failure pathClaudiu Beznea1-0/+1
2022-04-08hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDERGeert Uytterhoeven1-1/+1
2022-04-08hwrng: cavium - Check health status while reading random dataSunil Goutham3-17/+190
2021-11-18hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann1-2/+7
2021-08-06hwrng: Add Arm SMCCC TRNG based driverAndre Przywara3-0/+138
2021-07-16hwrng: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap4-16/+16
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2-26/+29
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-06-17hw_random: ixp4xx: Add OF supportLinus Walleij1-0/+10
2021-06-17hw_random: ixp4xx: Turn into a moduleLinus Walleij1-20/+17
2021-06-17hw_random: ixp4xx: Use SPDX license tagLinus Walleij1-4/+1
2021-06-17hw_random: ixp4xx: enable compile-testingArnd Bergmann2-3/+2
2021-06-03hwrng: ks-sa - Use pm_runtime_resume_and_get() to replace open codingTian Tao1-2/+1
2021-06-03hwrng: omap - Use pm_runtime_resume_and_get() to replace open codingTian Tao1-4/+2
2021-06-03hwrng: exynos - Use pm_runtime_resume_and_get() to replace open codingTian Tao1-2/+1
2021-05-28hwrng: core - Use DEVICE_ATTR_<RW|RO> macroYueHaibing1-21/+15
2021-05-28hwrng: core - remove redundant initialization of variable errShaokun Zhang1-1/+1
2021-05-28hwrng: Kconfig - Remove leading spacesJuerg Haefliger1-4/+4
2021-05-23hwrng: omap - Enable driver for TI K3 familySuman Anna1-1/+1
2021-05-21char: hw_random: pseries-rng: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2021-05-14hwrng: exynos - Fix runtime PM imbalance on errorŁukasz Stelmach1-2/+2
2021-05-14hwrng: amd - remove redundant initialization of variable errColin Ian King1-1/+1
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds8-57/+31
2021-04-02hwrng: omap - Use of_device_get_match_data() helperTian Tao1-7/+4
2021-03-26hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang1-1/+1