summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | hwrng: core - explicit ordering of initcallsDominik Brodowski2022-02-051-1/+1
| * | hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDERGeert Uytterhoeven2022-01-311-1/+1
| |/
* / random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld2022-02-211-0/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\
| * hwrng: virtio - unregister device before resetMichael S. Tsirkin2022-01-141-1/+1
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* | Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-01-143-171/+0
|\ \
| * | MIPS: TXX9: Remove TX4939 SoC supportThomas Bogendoerfer2022-01-023-171/+0
| |/
* | hwrng: cn10k - Add random number generator supportSunil Goutham2021-12-243-0/+193
* | hwrng: cavium - Check health status while reading random dataSunil Goutham2021-11-203-17/+190
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-11-031-21/+65
|\
| * hwrng: virtio - always add a pending requestLaurent Vivier2021-11-011-14/+12
| * hwrng: virtio - don't waste entropyLaurent Vivier2021-11-011-17/+35
| * hwrng: virtio - don't wait on cleanupLaurent Vivier2021-11-011-1/+6
| * hwrng: virtio - add an internal bufferLaurent Vivier2021-11-011-10/+33
* | hwrng: s390 - replace snprintf in show functions with sysfs_emitQing Wang2021-10-221-2/+2
* | hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann2021-10-081-2/+7
* | hwrng: meson - Improve error handling for core clockUwe Kleine-König2021-10-011-2/+3
* | hwrng: ixp4xx - Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-171-3/+1
* | hwrng: Kconfig - Add helper dependency on COMPILE_TESTCai Huoqing2021-09-171-6/+6
|/