summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)AuthorFilesLines
2023-11-20hwrng: geode - fix accessing registersJonas Gorski1-2/+4
2023-11-20hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren2-1/+7
2023-09-13hwrng: iproc-rng200 - Implement suspend and resume callsFlorian Fainelli1-0/+25
2023-09-13hwrng: pic32 - use devm_clk_get_enabledMartin Kaiser1-14/+5
2023-09-13hwrng: 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-19hwrng: st - keep clock enabled while hwrng is registeredMartin Kaiser1-20/+1
2023-07-19hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu1-5/+5
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-14hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax()Jason A. Donenfeld1-1/+1
2022-09-30hwrng: core - start hwrng kthread also for untrusted sourcesDominik Brodowski1-26/+10
2022-09-02hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()Kshitiz Varshney1-7/+7
2022-08-26hwrng: imx-rngc - use devres for hwrng registrationMartin Kaiser1-11/+1
2022-08-26hwrng: imx-rngc - use devm_clk_get_enabledMartin Kaiser1-19/+6
2022-08-19hwrng: imx-rngc - use KBUILD_MODNAME as driver nameMartin Kaiser1-1/+1
2022-08-19hwrng: arm-smccc-trng - fix NO_ENTROPY handlingJames Cowgill1-2/+2
2022-08-19hwrng: core - let sleep be interrupted when unregistering hwrngJason A. Donenfeld1-4/+15
2022-08-07Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+1
2022-08-07Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-8/+1
2022-08-03Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2022-08-03Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+0
2022-07-28powerpc/powernv: rename remaining rng powernv_ functions to pnv_Jason A. Donenfeld1-1/+1
2022-07-22hwrng: via - Fix comment typoJason Wang1-1/+1
2022-07-19s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens1-1/+1
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld1-9/+0
2022-07-12Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann1-1/+1
2022-07-11hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang1-1/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner1-8/+1
2022-06-08virtio-rng: make device ready before making requestJason Wang1-0/+2
2022-05-20hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resu...Yang Yingliang1-1/+1
2022-05-06hwrng: cn10k - Enable compile testingHerbert Xu1-1/+1
2022-04-29hwrng: optee - remove redundant initialization to variable rng_sizeColin Ian King1-1/+1
2022-04-26Revert "hwrng: mpfs - Enable COMPILE_TEST"Herbert Xu1-1/+1
2022-04-21hwrng: mpfs - Enable COMPILE_TESTHerbert Xu1-1/+1
2022-04-21hwrng: cn10k - Make check_rng_health() return an error codeVladis Dronov1-8/+7
2022-04-21hwrng: cn10k - Optimize cn10k_rng_read()Vladis Dronov1-6/+10
2022-04-15hwrng: mpfs - add polarfire soc hwrng supportConor Dooley3-0/+118
2022-03-24Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2022-03-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-101/+216
2022-03-14hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin1-2/+2
2022-03-03hwrng: cavium - fix NULL but dereferenced coccicheck errorWan Jiabing1-1/+1
2022-03-03hwrng: atmel - remove extra lineClaudiu Beznea1-1/+0
2022-03-03hwrng: atmel - add runtime pm supportClaudiu Beznea1-12/+32
2022-03-03hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea1-8/+4
2022-03-03hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea1-24/+25
2022-03-03hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea1-7/+7
2022-03-03hwrng: atmel - disable trng on failure pathClaudiu Beznea1-0/+1
2022-03-03hwrng: atmel - add wait for ready support on readClaudiu Beznea1-13/+30