summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)Author
2023-03-10hwrng: xgene - Simplify using dev_err_probe()Uwe Kleine-König
2023-02-03hwrng: starfive - Enable compile testingHerbert Xu
2023-01-27hwrng: starfive - Add TRNG driver for StarFive SoCJia Jie Ho
2022-12-20random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2022-12-09hwrng: geode - Fix PCI device refcount leakXiongfeng Wang
2022-12-09hwrng: amd - Fix PCI device refcount leakXiongfeng Wang
2022-11-18hwrng: stm32 - rename readl return valueTomas Marek
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld
2022-11-18hw_random: use add_hwgenerator_randomness() for early entropyJason A. Donenfeld
2022-10-21hwrng: stm32 - fix read of the last wordTomas Marek
2022-10-21hwrng: stm32 - fix number of returned bytes on readTomas Marek
2022-10-21hwrng: mtk - add mt7986 supportMingming.Su
2022-10-21hwrng: npcm - Add NPCM8XX supportTomer Maimon
2022-10-14hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax()Jason A. Donenfeld
2022-09-30hwrng: core - start hwrng kthread also for untrusted sourcesDominik Brodowski
2022-09-02hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()Kshitiz Varshney
2022-08-26hwrng: imx-rngc - use devres for hwrng registrationMartin Kaiser
2022-08-26hwrng: imx-rngc - use devm_clk_get_enabledMartin Kaiser
2022-08-19hwrng: imx-rngc - use KBUILD_MODNAME as driver nameMartin Kaiser
2022-08-19hwrng: arm-smccc-trng - fix NO_ENTROPY handlingJames Cowgill
2022-08-19hwrng: core - let sleep be interrupted when unregistering hwrngJason A. Donenfeld
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-08-02Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-07-28powerpc/powernv: rename remaining rng powernv_ functions to pnv_Jason A. Donenfeld
2022-07-22hwrng: via - Fix comment typoJason Wang
2022-07-19s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld
2022-07-12Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann
2022-07-10hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner
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