summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* hwrng: starfive - Enable compile testingHerbert Xu2023-02-031-2/+1
* hwrng: starfive - Add TRNG driver for StarFive SoCJia Jie Ho2023-01-273-0/+405
* random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld2022-12-202-0/+2
* Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-12-1412-36/+62
|\
| * hwrng: geode - Fix PCI device refcount leakXiongfeng Wang2022-12-091-8/+28
| * hwrng: amd - Fix PCI device refcount leakXiongfeng Wang2022-12-091-5/+13
| * hwrng: stm32 - rename readl return valueTomas Marek2022-11-181-3/+3
| * hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld2022-11-188-14/+3
| * hwrng: stm32 - fix read of the last wordTomas Marek2022-10-211-1/+1
| * hwrng: stm32 - fix number of returned bytes on readTomas Marek2022-10-211-2/+4
| * hwrng: mtk - add mt7986 supportMingming.Su2022-10-211-2/+3
| * hwrng: npcm - Add NPCM8XX supportTomer Maimon2022-10-211-4/+10
* | hw_random: use add_hwgenerator_randomness() for early entropyJason A. Donenfeld2022-11-181-3/+5
* | hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax()Jason A. Donenfeld2022-10-141-1/+1
|/
* hwrng: core - start hwrng kthread also for untrusted sourcesDominik Brodowski2022-09-301-26/+10
* hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()Kshitiz Varshney2022-09-021-7/+7
* hwrng: imx-rngc - use devres for hwrng registrationMartin Kaiser2022-08-261-11/+1
* hwrng: imx-rngc - use devm_clk_get_enabledMartin Kaiser2022-08-261-19/+6
* hwrng: imx-rngc - use KBUILD_MODNAME as driver nameMartin Kaiser2022-08-191-1/+1
* hwrng: arm-smccc-trng - fix NO_ENTROPY handlingJames Cowgill2022-08-191-2/+2
* hwrng: core - let sleep be interrupted when unregistering hwrngJason A. Donenfeld2022-08-191-4/+15
* Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-08-061-1/+1
|\
| * s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens2022-07-191-1/+1
* | Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-061-1/+1
|\ \
| * | powerpc/powernv: rename remaining rng powernv_ functions to pnv_Jason A. Donenfeld2022-07-281-1/+1
| |/
* | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-8/+1
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-101-8/+1
* | | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-08-021-1/+1
|\ \ \
| * | | hwrng: via - Fix comment typoJason Wang2022-07-221-1/+1
| |/ /
* | | Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-021-9/+0
|\ \ \
| * | | random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld2022-07-181-9/+0
| | |/ | |/|
* | | Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann2022-07-121-1/+1
|\ \ \ | |/ / |/| |
| * | hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang2022-07-101-1/+1
| |/
* / virtio-rng: make device ready before making requestJason Wang2022-06-081-0/+2
|/
* hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resu...Yang Yingliang2022-05-201-1/+1
* hwrng: cn10k - Enable compile testingHerbert Xu2022-05-061-1/+1
* hwrng: optee - remove redundant initialization to variable rng_sizeColin Ian King2022-04-291-1/+1
* Revert "hwrng: mpfs - Enable COMPILE_TEST"Herbert Xu2022-04-261-1/+1
* hwrng: mpfs - Enable COMPILE_TESTHerbert Xu2022-04-211-1/+1
* hwrng: cn10k - Make check_rng_health() return an error codeVladis Dronov2022-04-211-8/+7
* hwrng: cn10k - Optimize cn10k_rng_read()Vladis Dronov2022-04-211-6/+10
* hwrng: mpfs - add polarfire soc hwrng supportConor Dooley2022-04-153-0/+118
* Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-3/+3
|\
| * hwrng: optee-rng: use tee_shm_alloc_kernel_buf()Jens Wiklander2022-02-161-3/+3
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-215-101/+216
|\ \
| * | hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin2022-03-141-2/+2
| * | hwrng: cavium - fix NULL but dereferenced coccicheck errorWan Jiabing2022-03-031-1/+1
| * | hwrng: atmel - remove extra lineClaudiu Beznea2022-03-031-1/+0
| * | hwrng: atmel - add runtime pm supportClaudiu Beznea2022-03-031-12/+32
| * | hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea2022-03-031-8/+4