summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
AgeCommit message (Expand)AuthorFilesLines
2022-03-03hwrng: atmel - add wait for ready support on readClaudiu Beznea1-13/+30
2022-02-21random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld1-0/+1
2022-02-18hwrng: core - introduce rng_quality sysfs attributeDominik Brodowski1-1/+63
2022-02-18hwrng: core - use per-rng quality value instead of global settingDominik Brodowski1-13/+20
2022-02-18hwrng: core - start and stop in-kernel rngd in separate functionDominik Brodowski1-10/+14
2022-02-18hwrng: core - do not bother to order list of devices by qualityDominik Brodowski1-20/+16
2022-02-16hwrng: optee-rng: use tee_shm_alloc_kernel_buf()Jens Wiklander1-3/+3
2022-02-05hwrng: core - credit entropy for low quality sources of randomnessDominik Brodowski1-1/+10
2022-02-05hwrng: core - break out of hwrng_fillfn if current rng is not trustedDominik Brodowski1-0/+3
2022-02-05hwrng: core - only set cur_rng_set_by_user if it is workingDominik Brodowski1-1/+2
2022-02-05hwrng: core - use rng_fillbuf in add_early_randomness()Dominik Brodowski1-2/+2
2022-02-05hwrng: core - read() callback must be called for size of 32 or more bytesDominik Brodowski1-2/+1
2022-02-05hwrng: core - explicit ordering of initcallsDominik Brodowski1-1/+1
2022-01-31hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDERGeert Uytterhoeven1-1/+1
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-14hwrng: virtio - unregister device before resetMichael S. Tsirkin1-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2022-01-14Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds3-171/+0
2022-01-02MIPS: TXX9: Remove TX4939 SoC supportThomas Bogendoerfer3-171/+0
2021-12-24hwrng: cn10k - Add random number generator supportSunil Goutham3-0/+193
2021-11-20hwrng: cavium - Check health status while reading random dataSunil Goutham3-17/+190
2021-11-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-21/+65
2021-11-01hwrng: virtio - always add a pending requestLaurent Vivier1-14/+12
2021-11-01hwrng: virtio - don't waste entropyLaurent Vivier1-17/+35
2021-11-01hwrng: virtio - don't wait on cleanupLaurent Vivier1-1/+6
2021-11-01hwrng: virtio - add an internal bufferLaurent Vivier1-10/+33
2021-10-22hwrng: s390 - replace snprintf in show functions with sysfs_emitQing Wang1-2/+2
2021-10-08hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann1-2/+7
2021-10-01hwrng: meson - Improve error handling for core clockUwe Kleine-König1-2/+3
2021-09-17hwrng: ixp4xx - Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-17hwrng: Kconfig - Add helper dependency on COMPILE_TESTCai Huoqing1-6/+6
2021-08-06hwrng: Add Arm SMCCC TRNG based driverAndre Przywara3-0/+138
2021-07-16hwrng: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap4-16/+16
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2-26/+29
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-06-17hw_random: ixp4xx: Add OF supportLinus Walleij1-0/+10
2021-06-17hw_random: ixp4xx: Turn into a moduleLinus Walleij1-20/+17
2021-06-17hw_random: ixp4xx: Use SPDX license tagLinus Walleij1-4/+1
2021-06-17hw_random: ixp4xx: enable compile-testingArnd Bergmann2-3/+2
2021-06-03hwrng: ks-sa - Use pm_runtime_resume_and_get() to replace open codingTian Tao1-2/+1
2021-06-03hwrng: omap - Use pm_runtime_resume_and_get() to replace open codingTian Tao1-4/+2
2021-06-03hwrng: exynos - Use pm_runtime_resume_and_get() to replace open codingTian Tao1-2/+1
2021-05-28hwrng: core - Use DEVICE_ATTR_<RW|RO> macroYueHaibing1-21/+15
2021-05-28hwrng: core - remove redundant initialization of variable errShaokun Zhang1-1/+1
2021-05-28hwrng: Kconfig - Remove leading spacesJuerg Haefliger1-4/+4
2021-05-23hwrng: omap - Enable driver for TI K3 familySuman Anna1-1/+1
2021-05-21char: hw_random: pseries-rng: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2021-05-14hwrng: exynos - Fix runtime PM imbalance on errorŁukasz Stelmach1-2/+2
2021-05-14hwrng: amd - remove redundant initialization of variable errColin Ian King1-1/+1
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds8-57/+31