summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)Author
2025-10-15hwrng: ks-sa - fix division by zero in ks_sa_rng_initNishanth Menon
2025-10-15hwrng: nomadik - add ARM_AMBA dependencyArnd Bergmann
2025-08-15hwrng: 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-03hwrng: amd - Convert PCIBIOS_* return codes to errnosIlpo Järvinen
2024-01-31hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu
2023-11-20hwrng: geode - fix accessing registersJonas Gorski
2023-11-20hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren
2023-09-13hwrng: iproc-rng200 - Implement suspend and resume callsFlorian Fainelli
2023-09-13hwrng: pic32 - use devm_clk_get_enabledMartin Kaiser
2023-09-13hwrng: 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-19hwrng: st - keep clock enabled while hwrng is registeredMartin Kaiser
2023-07-19hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu
2022-12-31hwrng: geode - Fix PCI device refcount leakXiongfeng Wang
2022-12-31hwrng: amd - Fix PCI device refcount leakXiongfeng Wang
2022-10-14hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax()Jason A. Donenfeld
2022-09-30hwrng: core - start hwrng kthread also for untrusted sourcesDominik Brodowski
2022-09-02hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()Kshitiz Varshney
2022-08-26hwrng: imx-rngc - use devres for hwrng registrationMartin Kaiser
2022-08-26hwrng: imx-rngc - use devm_clk_get_enabledMartin Kaiser
2022-08-19hwrng: imx-rngc - use KBUILD_MODNAME as driver nameMartin Kaiser
2022-08-19hwrng: arm-smccc-trng - fix NO_ENTROPY handlingJames Cowgill
2022-08-19hwrng: core - let sleep be interrupted when unregistering hwrngJason A. Donenfeld
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-08-02Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-07-28powerpc/powernv: rename remaining rng powernv_ functions to pnv_Jason A. Donenfeld
2022-07-22hwrng: via - Fix comment typoJason Wang
2022-07-19s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld
2022-07-12Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann
2022-07-10hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner
2022-06-08virtio-rng: make device ready before making requestJason Wang
2022-05-20hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resu...Yang Yingliang
2022-05-06hwrng: cn10k - Enable compile testingHerbert Xu
2022-04-29hwrng: optee - remove redundant initialization to variable rng_sizeColin Ian King
2022-04-26Revert "hwrng: mpfs - Enable COMPILE_TEST"Herbert Xu
2022-04-21hwrng: mpfs - Enable COMPILE_TESTHerbert Xu
2022-04-21hwrng: cn10k - Make check_rng_health() return an error codeVladis Dronov
2022-04-21hwrng: cn10k - Optimize cn10k_rng_read()Vladis Dronov
2022-04-15hwrng: mpfs - add polarfire soc hwrng supportConor Dooley
2022-03-23Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-14hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin