summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea2022-03-031-24/+25
| * | hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea2022-03-031-7/+7
| * | hwrng: atmel - disable trng on failure pathClaudiu Beznea2022-03-031-0/+1
| * | hwrng: atmel - add wait for ready support on readClaudiu Beznea2022-03-031-13/+30
| * | hwrng: core - introduce rng_quality sysfs attributeDominik Brodowski2022-02-181-1/+63
| * | hwrng: core - use per-rng quality value instead of global settingDominik Brodowski2022-02-181-13/+20
| * | hwrng: core - start and stop in-kernel rngd in separate functionDominik Brodowski2022-02-181-10/+14
| * | hwrng: core - do not bother to order list of devices by qualityDominik Brodowski2022-02-181-20/+16
| * | hwrng: core - credit entropy for low quality sources of randomnessDominik Brodowski2022-02-051-1/+10
| * | hwrng: core - break out of hwrng_fillfn if current rng is not trustedDominik Brodowski2022-02-051-0/+3
| * | hwrng: core - only set cur_rng_set_by_user if it is workingDominik Brodowski2022-02-051-1/+2
| * | hwrng: core - use rng_fillbuf in add_early_randomness()Dominik Brodowski2022-02-051-2/+2
| * | hwrng: core - read() callback must be called for size of 32 or more bytesDominik Brodowski2022-02-051-2/+1