aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)Author
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
2022-03-03hwrng: cavium - fix NULL but dereferenced coccicheck errorWan Jiabing
2022-03-03hwrng: atmel - remove extra lineClaudiu Beznea
2022-03-03hwrng: atmel - add runtime pm supportClaudiu Beznea
2022-03-03hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea
2022-03-03hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea
2022-03-03hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea
2022-03-03hwrng: atmel - disable trng on failure pathClaudiu Beznea
2022-03-03hwrng: atmel - add wait for ready support on readClaudiu Beznea
2022-02-21random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld
2022-02-18hwrng: core - introduce rng_quality sysfs attributeDominik Brodowski
2022-02-18hwrng: core - use per-rng quality value instead of global settingDominik Brodowski
2022-02-18hwrng: core - start and stop in-kernel rngd in separate functionDominik Brodowski
2022-02-18hwrng: core - do not bother to order list of devices by qualityDominik Brodowski
2022-02-16hwrng: optee-rng: use tee_shm_alloc_kernel_buf()Jens Wiklander
2022-02-05hwrng: core - credit entropy for low quality sources of randomnessDominik Brodowski
2022-02-05hwrng: core - break out of hwrng_fillfn if current rng is not trustedDominik Brodowski
2022-02-05hwrng: core - only set cur_rng_set_by_user if it is workingDominik Brodowski
2022-02-05hwrng: core - use rng_fillbuf in add_early_randomness()Dominik Brodowski
2022-02-05hwrng: core - read() callback must be called for size of 32 or more bytesDominik Brodowski
2022-02-05hwrng: core - explicit ordering of initcallsDominik Brodowski
2022-01-31hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDERGeert Uytterhoeven
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-14hwrng: virtio - unregister device before resetMichael S. Tsirkin
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2022-01-14Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2022-01-02MIPS: TXX9: Remove TX4939 SoC supportThomas Bogendoerfer
2021-12-24hwrng: cn10k - Add random number generator supportSunil Goutham
2021-11-20hwrng: cavium - Check health status while reading random dataSunil Goutham
2021-11-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-11-01hwrng: virtio - always add a pending requestLaurent Vivier
2021-11-01hwrng: virtio - don't waste entropyLaurent Vivier
2021-11-01hwrng: virtio - don't wait on cleanupLaurent Vivier
2021-11-01hwrng: virtio - add an internal bufferLaurent Vivier
2021-10-22hwrng: s390 - replace snprintf in show functions with sysfs_emitQing Wang
2021-10-08hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann
2021-10-01hwrng: meson - Improve error handling for core clockUwe Kleine-König
2021-09-17hwrng: ixp4xx - Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing
2021-09-17hwrng: Kconfig - Add helper dependency on COMPILE_TESTCai Huoqing