index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-23
hwrng: imx-rngc - switch to DEFINE_SIMPLE_DEV_PM_OPS
Martin Kaiser
1
-4
/
+4
2023-06-23
hwrng: st - keep clock enabled while hwrng is registered
Martin Kaiser
1
-20
/
+1
2023-06-23
hwrng: st - support compile-testing
Martin Kaiser
1
-1
/
+1
2023-06-23
hwrng: imx-rngc - fix the timeout for init and self check
Martin Kaiser
1
-4
/
+2
2023-06-02
hwrng: cn10k - Add extended trng register support
Bharat Bhushan
1
-4
/
+59
2023-05-24
hwrng: imx-rngc - don't init of_device_id's data
Martin Kaiser
1
-1
/
+1
2023-05-24
hwrng: imx-rngc - mark the probe function as __init
Martin Kaiser
1
-1
/
+1
2023-05-24
hwrng: imx-rngc - use BIT(x) for register bit defines
Martin Kaiser
1
-10
/
+10
2023-05-24
hwrng: imx-rngc - use bitfield macros to read rng type
Martin Kaiser
1
-2
/
+2
2023-05-24
hwrng: imx-rngc - simpler check for available random bytes
Martin Kaiser
1
-8
/
+3
2023-05-12
hwrng: virtio - Fix race on data_avail and actual data
Herbert Xu
1
-5
/
+5
2023-05-12
hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.c
David Yang
3
-0
/
+185
2023-05-12
hwrng: Kconfig - Add HAS_IOMEM dependencies for exynos/meson/mtk/npcm
Herbert Xu
1
-6
/
+8
2023-03-24
hwrng: xgene - remove unnecessary (void*) conversions
Yu Zhe
1
-1
/
+1
2023-03-14
hwrng: meson - remove not needed call to platform_set_drvdata
Heiner Kallweit
1
-2
/
+0
2023-03-14
hwrng: meson - use devm_clk_get_optional_enabled
Heiner Kallweit
1
-20
/
+4
2023-03-14
hwrng: meson - remove unused member of struct meson_rng_data
Heiner Kallweit
1
-3
/
+0
2023-03-14
hwrng: xgene - Improve error reporting for problems during .remove()
Uwe Kleine-König
1
-1
/
+1
2023-03-10
hwrng: xgene - Simplify using devm_clk_get_optional_enabled()
Uwe Kleine-König
1
-21
/
+6
2023-03-10
hwrng: xgene - Simplify using dev_err_probe()
Uwe Kleine-König
1
-14
/
+7
2023-02-03
hwrng: starfive - Enable compile testing
Herbert Xu
1
-2
/
+1
2023-01-27
hwrng: starfive - Add TRNG driver for StarFive SoC
Jia Jie Ho
3
-0
/
+405
2022-12-20
random: do not include <asm/archrandom.h> from random.h
Jason A. Donenfeld
2
-0
/
+2
2022-12-14
Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
12
-36
/
+62
2022-12-09
hwrng: geode - Fix PCI device refcount leak
Xiongfeng Wang
1
-8
/
+28
2022-12-09
hwrng: amd - Fix PCI device refcount leak
Xiongfeng Wang
1
-5
/
+13
2022-11-18
hwrng: stm32 - rename readl return value
Tomas Marek
1
-3
/
+3
2022-11-18
hwrng: core - treat default_quality as a maximum and default to 1024
Jason A. Donenfeld
8
-14
/
+3
2022-11-18
hw_random: use add_hwgenerator_randomness() for early entropy
Jason A. Donenfeld
1
-3
/
+5
2022-10-21
hwrng: stm32 - fix read of the last word
Tomas Marek
1
-1
/
+1
2022-10-21
hwrng: stm32 - fix number of returned bytes on read
Tomas Marek
1
-2
/
+4
2022-10-21
hwrng: mtk - add mt7986 support
Mingming.Su
1
-2
/
+3
2022-10-21
hwrng: npcm - Add NPCM8XX support
Tomer Maimon
1
-4
/
+10
2022-10-14
hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax()
Jason A. Donenfeld
1
-1
/
+1
2022-09-30
hwrng: core - start hwrng kthread also for untrusted sources
Dominik Brodowski
1
-26
/
+10
2022-09-02
hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()
Kshitiz Varshney
1
-7
/
+7
2022-08-26
hwrng: imx-rngc - use devres for hwrng registration
Martin Kaiser
1
-11
/
+1
2022-08-26
hwrng: imx-rngc - use devm_clk_get_enabled
Martin Kaiser
1
-19
/
+6
2022-08-19
hwrng: imx-rngc - use KBUILD_MODNAME as driver name
Martin Kaiser
1
-1
/
+1
2022-08-19
hwrng: arm-smccc-trng - fix NO_ENTROPY handling
James Cowgill
1
-2
/
+2
2022-08-19
hwrng: core - let sleep be interrupted when unregistering hwrng
Jason A. Donenfeld
1
-4
/
+15
2022-08-07
Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-1
/
+1
2022-08-07
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+1
2022-08-04
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-8
/
+1
2022-08-03
Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+1
2022-08-03
Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-9
/
+0
2022-07-28
powerpc/powernv: rename remaining rng powernv_ functions to pnv_
Jason A. Donenfeld
1
-1
/
+1
2022-07-22
hwrng: via - Fix comment typo
Jason Wang
1
-1
/
+1
2022-07-19
s390/cpufeature: rework to allow more than only hwcap bits
Heiko Carstens
1
-1
/
+1
2022-07-18
random: remove CONFIG_ARCH_RANDOM
Jason A. Donenfeld
1
-9
/
+0
[next]