aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+0
2024-04-26hwrng: stm32 - repair clock handlingMarek Vasut1-0/+9
2024-04-26hwrng: stm32 - put IP into RPM suspend on failureMarek Vasut1-2/+5
2024-04-26hwrng: stm32 - use logical OR in conditionalMarek Vasut1-1/+1
2024-04-18ARM: 9377/1: hwrng: nomadik: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-04-02hwrng: mxc-rnga - Drop usage of platform_driver_probe()Uwe Kleine-König1-4/+5
2024-04-02hwrng: core - Convert sprintf/snprintf to sysfs_emitLi Zhijian1-1/+1
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-4/+2
2024-03-08hwrng: hisi - use dev_err_probeMartin Kaiser1-4/+2
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska1-1/+1
2023-12-22hwrng: starfive - Add runtime pm opsJia Jie Ho1-2/+6
2023-12-15hwrng: xgene - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15hwrng: timeriomem - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15hwrng: stm32 - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15hwrng: omap - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15hwrng: npcm - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15hwrng: n2 - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15hwrng: mxc - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15hwrng: ks-sa - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15hwrng: ingenic - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15hwrng: exynos - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15hwrng: cctrng - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15hwrng: atmel - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15hwrng: virtio - Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2023-12-08hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu1-13/+21
2023-12-08hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init()Yang Yingliang1-0/+1
2023-12-01hwrng: starfive - Fix dev_err_probe return errorJia Jie Ho1-1/+1
2023-11-17hwrng: virtio - remove #ifdef guards for PM functionsMartin Kaiser1-6/+2
2023-11-17hwrng: ingenic - Replace of_device.h with explicit of.h includeRob Herring1-1/+1
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds15-131/+537
2023-10-13hwrng: n2 - Use device_get_match_data()Rob Herring1-7/+3
2023-10-05hwrng: meson - add support for S4Alexey Romanov1-3/+77
2023-10-01hwrng: stm32 - rework power management sequencesGatien Chevallier1-11/+97
2023-10-01hwrng: stm32 - support RNG configuration locking mechanismGatien Chevallier1-0/+5
2023-10-01hwrng: stm32 - restrain RNG noise source clockGatien Chevallier1-2/+32
2023-10-01hwrng: stm32 - rework error handling in stm32_rng_read()Gatien Chevallier1-12/+41
2023-10-01hwrng: stm32 - implement error concealmentGatien Chevallier1-4/+110
2023-10-01hwrng: stm32 - implement STM32MP13x supportGatien Chevallier1-64/+158
2023-10-01hwrng: stm32 - use devm_platform_get_and_ioremap_resource() APIGatien Chevallier1-7/+2
2023-09-20hwrng: imx-rngc - reasonable timeout for initial seedMartin Kaiser1-3/+3
2023-09-20hwrng: imx-rngc - reasonable timeout for selftestMartin Kaiser1-1/+3
2023-09-15hwrng: geode - fix accessing registersJonas Gorski1-2/+4
2023-09-15hwrng: octeon - Fix warnings on 32-bit platformsHerbert Xu1-3/+3
2023-09-15hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren2-1/+7
2023-09-15hwrng: xiphera - removed unnneded platform_set_drvdata()Andrei Coardos1-2/+0
2023-09-15hwrng: xgene - removed unneeded call to platform_set_drvdata()Andrei Coardos1-1/+0
2023-09-15hwrng: mpfs - removed unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-09-15hwrng: st - add MODULE_DESCRIPTIONMartin Kaiser1-0/+1
2023-09-15hwrng: nomadik - add MODULE_DESCRIPTIONMartin Kaiser1-0/+1
2023-09-15hwrng: ks-sa - use dev_err_probeMartin Kaiser1-6/+3
2023-09-15hwrng: ks-sa - remove dev from struct ks_sa_rngMartin Kaiser1-2/+0
2023-09-15hwrng: ks-sa - access private data via struct hwrngMartin Kaiser1-11/+4
2023-09-15hwrng: hisi - removed unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-09-15hwrng: bcm2835 - removed call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-1/+1
2023-08-18hwrng: iproc-rng200 - Implement suspend and resume callsFlorian Fainelli1-0/+25
2023-08-18hwrng: core - Remove duplicated includeGUO Zihua1-2/+1
2023-08-05hwrng: xgene: Add explicit io.h includeRob Herring1-0/+1
2023-08-04hwrng: Enable COMPILE_TEST for more driversRob Herring3-16/+19
2023-08-04hwrng: Explicitly include correct DT includesRob Herring12-21/+12
2023-07-28hwrng: cn10k - use dev_err_probeMartin Kaiser1-8/+4
2023-07-28hwrng: cn10k - delete empty remove functionMartin Kaiser1-6/+0
2023-07-28hwrng: cctrng - use dev_err_probe in error pathsMartin Kaiser1-20/+10
2023-07-28hwrng: cctrng - merge cc_trng_clk_init into its only callerMartin Kaiser1-20/+4
2023-07-28hwrng: cctrng - let devres enable the clockMartin Kaiser1-24/+5
2023-07-28hwrng: cctrng - don't open code init and exit functionsMartin Kaiser1-15/+5
2023-07-22hwrng: arm-smccc-trng - don't set drvdataMartin Kaiser1-2/+0
2023-07-22hwrng: ba431 - use dev_err_probe after failed registrationMartin Kaiser1-4/+2
2023-07-22hwrng: ba431 - don't init of_device_id's dataMartin Kaiser1-1/+1
2023-07-22hwrng: ba431 - do not set drvdataMartin Kaiser1-2/+0
2023-07-22hwrng: ingenic - switch to device managed registrationMartin Kaiser1-11/+1
2023-07-22hwrng: ingenic - don't disable the rng in ingenic_trng_removeMartin Kaiser1-5/+0
2023-07-22hwrng: ingenic - use dev_err_probe in error pathsMartin Kaiser1-12/+8
2023-07-22hwrng: ingenic - use devm_clk_get_enabledMartin Kaiser1-18/+6
2023-07-22hwrng: ingenic - remove dead assignmentsMartin Kaiser1-2/+0
2023-07-22hwrng: ingenic - remove two unused definesMartin Kaiser1-2/+0
2023-07-22hwrng: ingenic - enable compile testingMartin Kaiser1-2/+1
2023-07-20hwrng: timeriomem - Use devm_platform_get_and_ioremap_resource()Yangtao Li1-15/+10
2023-07-20hwrng: pic32 - enable TRNG only while it's usedMartin Kaiser1-22/+19
2023-07-20hwrng: pic32 - remove unused definesMartin Kaiser1-10/+3
2023-07-20hwrng: pic32 - use devm_clk_get_enabledMartin Kaiser1-14/+5
2023-07-20hwrng: pic32 - enable compile-testingMartin Kaiser1-1/+1
2023-07-20hwrng: exynos - switch to DEFINE_SIMPLE_DEV_PM_OPSMartin Kaiser1-4/+4
2023-07-20hwrng: imx-rngc - use dev_err_probeMartin Kaiser1-16/+8
2023-07-20hwrng: nomadik - use dev_err_probeMartin Kaiser1-5/+2
2023-07-20hwrng: nomadik - keep clock enabled while hwrng is registeredMartin Kaiser1-9/+3
2023-06-23hwrng: imx-rngc - switch to DEFINE_SIMPLE_DEV_PM_OPSMartin Kaiser1-4/+4
2023-06-23hwrng: st - keep clock enabled while hwrng is registeredMartin Kaiser1-20/+1
2023-06-23hwrng: st - support compile-testingMartin Kaiser1-1/+1
2023-06-23hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser1-4/+2
2023-06-02hwrng: cn10k - Add extended trng register supportBharat Bhushan1-4/+59
2023-05-24hwrng: imx-rngc - don't init of_device_id's dataMartin Kaiser1-1/+1
2023-05-24hwrng: imx-rngc - mark the probe function as __initMartin Kaiser1-1/+1
2023-05-24hwrng: imx-rngc - use BIT(x) for register bit definesMartin Kaiser1-10/+10
2023-05-24hwrng: imx-rngc - use bitfield macros to read rng typeMartin Kaiser1-2/+2
2023-05-24hwrng: imx-rngc - simpler check for available random bytesMartin Kaiser1-8/+3
2023-05-12hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu1-5/+5
2023-05-12hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cDavid Yang3-0/+185
2023-05-12hwrng: Kconfig - Add HAS_IOMEM dependencies for exynos/meson/mtk/npcmHerbert Xu1-6/+8
2023-03-24hwrng: xgene - remove unnecessary (void*) conversionsYu Zhe1-1/+1
2023-03-14hwrng: meson - remove not needed call to platform_set_drvdataHeiner Kallweit1-2/+0
2023-03-14hwrng: meson - use devm_clk_get_optional_enabledHeiner Kallweit1-20/+4
2023-03-14hwrng: meson - remove unused member of struct meson_rng_dataHeiner Kallweit1-3/+0
2023-03-14hwrng: xgene - Improve error reporting for problems during .remove()Uwe Kleine-König1-1/+1
2023-03-10hwrng: xgene - Simplify using devm_clk_get_optional_enabled()Uwe Kleine-König1-21/+6
2023-03-10hwrng: xgene - Simplify using dev_err_probe()Uwe Kleine-König1-14/+7
2023-02-03hwrng: starfive - Enable compile testingHerbert Xu1-2/+1
2023-01-27hwrng: starfive - Add TRNG driver for StarFive SoCJia Jie Ho3-0/+405
2022-12-20random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld2-0/+2
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds12-36/+62
2022-12-09hwrng: geode - Fix PCI device refcount leakXiongfeng Wang1-8/+28
2022-12-09hwrng: amd - Fix PCI device refcount leakXiongfeng Wang1-5/+13
2022-11-18hwrng: stm32 - rename readl return valueTomas Marek1-3/+3
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld8-14/+3
2022-11-18hw_random: use add_hwgenerator_randomness() for early entropyJason A. Donenfeld1-3/+5
2022-10-21hwrng: stm32 - fix read of the last wordTomas Marek1-1/+1
2022-10-21hwrng: stm32 - fix number of returned bytes on readTomas Marek1-2/+4
2022-10-21hwrng: mtk - add mt7986 supportMingming.Su1-2/+3
2022-10-21hwrng: npcm - Add NPCM8XX supportTomer Maimon1-4/+10
2022-10-14hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax()Jason A. Donenfeld1-1/+1
2022-09-30hwrng: core - start hwrng kthread also for untrusted sourcesDominik Brodowski1-26/+10
2022-09-02hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()Kshitiz Varshney1-7/+7
2022-08-26hwrng: imx-rngc - use devres for hwrng registrationMartin Kaiser1-11/+1
2022-08-26hwrng: imx-rngc - use devm_clk_get_enabledMartin Kaiser1-19/+6
2022-08-19hwrng: imx-rngc - use KBUILD_MODNAME as driver nameMartin Kaiser1-1/+1
2022-08-19hwrng: arm-smccc-trng - fix NO_ENTROPY handlingJames Cowgill1-2/+2
2022-08-19hwrng: core - let sleep be interrupted when unregistering hwrngJason A. Donenfeld1-4/+15
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+1
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-8/+1
2022-08-02Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+0
2022-07-28powerpc/powernv: rename remaining rng powernv_ functions to pnv_Jason A. Donenfeld1-1/+1
2022-07-22hwrng: via - Fix comment typoJason Wang1-1/+1
2022-07-19s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens1-1/+1
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld1-9/+0
2022-07-12Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann1-1/+1
2022-07-10hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang1-1/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner1-8/+1
2022-06-08virtio-rng: make device ready before making requestJason Wang1-0/+2
2022-05-20hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resu...Yang Yingliang1-1/+1
2022-05-06hwrng: cn10k - Enable compile testingHerbert Xu1-1/+1
2022-04-29hwrng: optee - remove redundant initialization to variable rng_sizeColin Ian King1-1/+1
2022-04-26Revert "hwrng: mpfs - Enable COMPILE_TEST"Herbert Xu1-1/+1
2022-04-21hwrng: mpfs - Enable COMPILE_TESTHerbert Xu1-1/+1
2022-04-21hwrng: cn10k - Make check_rng_health() return an error codeVladis Dronov1-8/+7
2022-04-21hwrng: cn10k - Optimize cn10k_rng_read()Vladis Dronov1-6/+10
2022-04-15hwrng: mpfs - add polarfire soc hwrng supportConor Dooley3-0/+118
2022-03-23Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-101/+216
2022-03-14hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin1-2/+2
2022-03-03hwrng: cavium - fix NULL but dereferenced coccicheck errorWan Jiabing1-1/+1
2022-03-03hwrng: atmel - remove extra lineClaudiu Beznea1-1/+0
2022-03-03hwrng: atmel - add runtime pm supportClaudiu Beznea1-12/+32
2022-03-03hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea1-8/+4
2022-03-03hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea1-24/+25
2022-03-03hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea1-7/+7
2022-03-03hwrng: atmel - disable trng on failure pathClaudiu Beznea1-0/+1
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