index
:
kernel/git/stable/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
Age
Commit message (
Expand
)
Author
5 days
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
2026-06-17
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2026-06-16
Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2026-06-12
hwrng: jh7110 - fix refcount leak in starfive_trng_read()
Wentao Liang
2026-06-12
hwrng: xilinx - Move xilinx-rng into drivers/char/hw_random/
Eric Biggers
2026-06-11
hwrng: hisi-trng - Move hisi-trng into drivers/char/hw_random/
Eric Biggers
2026-06-04
hwrng: virtio: clamp device-reported used.len at copy_data()
Michael Bommarito
2026-06-03
s390/trng: Replace __get_free_page() with kmalloc()
Mike Rapoport (Microsoft)
2026-05-15
hwrng: core - use sysfs_emit_at in rng_available_show
Thorsten Blum
2026-05-15
hwrng: core - use MAX to simplify RNG_BUFFER_SIZE
Thorsten Blum
2026-05-15
hwrng: core - use bool for wait parameter in rng_get_data
Thorsten Blum
2026-05-15
hwrng: core - drop unnecessary forward declarations
Thorsten Blum
2026-05-15
hwrng: drivers - Drop unused assignment to pci driver_data
Uwe Kleine-König (The Capable Hub)
2026-05-07
hwrng: mtk - add support for hw access via SMCC
Daniel Golle
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-13
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2026-02-10
Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-02-06
hwrng: core - use RCU and work_struct to fix race condition
Lianjie Wang
2026-02-06
hwrng: optee - simplify OP-TEE context match
Rouven Czerwinski
2026-01-23
hwrng: airoha - set rng quality to 900
Aleksander Jan Bajkowski
2026-01-08
virtio-rng: fix DMA alignment for data buffer
Michael S. Tsirkin
2026-01-07
hwrng: optee - Make use of tee bus methods
Uwe Kleine-König
2026-01-07
hwrng: optee - Make use of module_tee_client_driver()
Uwe Kleine-König
2025-12-03
Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2025-11-24
s390: Remove KMSG_COMPONENT macro
Heiko Carstens
2025-11-24
hwrng: core - use min3() instead of nested min_t()
David Laight
2025-11-14
hwrng: bcm2835 - Simplify with of_device_get_match_data()
Krzysztof Kozlowski
2025-11-14
hwrng: bcm2835 - Move MODULE_DEVICE_TABLE() to table definition
Krzysztof Kozlowski
2025-10-17
hwrng: core - Allow runtime disabling of the HW RNG
Jonathan McDowell
2025-10-04
Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2025-10-04
Merge tag 'sparc-for-6.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-09-28
hwrng: ks-sa - fix division by zero in ks_sa_rng_init
Nishanth Menon
2025-09-26
sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
Thomas Huth
2025-09-09
char: hw_random: atmel: make it selectable for ARCH_MICROCHIP
Robert Marko
2025-08-30
hwrng: cn10k - Remove the use of dev_err_probe()
Liao Yuanhong
2025-08-16
hwrng: timeriomem - Use us_to_ktime() where appropriate
Xichao Zhao
2025-08-16
hwrng: nomadik - add ARM_AMBA dependency
Arnd Bergmann
2025-07-18
hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
2025-07-18
hwrng: mtk - handle devm_pm_runtime_enable errors
Ovidiu Panait
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-05-05
hwrng: rockchip - add support for RK3576's RNG
Nicolas Frattaroli
2025-04-16
hwrng: npcm - Add struct device pointer to device context struct
Sakari Ailus
2025-04-16
hwrng: mtk - Add struct device pointer to device context struct
Sakari Ailus
2025-04-16
hwrng: atmel - Add struct device pointer to device context struct
Sakari Ailus
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-03-29
Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2025-03-02
hwrng: Kconfig - Fix indentation of HW_RANDOM_CN10K help text
Geert Uytterhoeven
2025-02-22
hwrng: rockchip - add support for rk3588's standalone TRNG
Nicolas Frattaroli
2025-02-22
hwrng: rockchip - eliminate some unnecessary dereferences
Nicolas Frattaroli
[next]