index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
Age
Commit message (
Expand
)
Author
2023-01-07
hwrng: geode - Fix PCI device refcount leak
Xiongfeng Wang
2023-01-07
hwrng: amd - Fix PCI device refcount leak
Xiongfeng Wang
2022-06-25
random: pull add_hwgenerator_randomness() declaration into random.h
Jason A. Donenfeld
2022-06-25
hwrng: remember rng chosen by user
Harald Freudenberger
2022-06-25
hwrng: use rng source with best quality
Harald Freudenberger
2022-06-25
hwrng: core - remove unused PFX macro
Corentin LABBE
2022-06-25
hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.h
Corentin LABBE
2022-06-25
hwrng: core - Rewrite the header
Corentin LABBE
2022-06-25
hwrng: core - rewrite better comparison to NULL
Corentin LABBE
2022-06-25
hwrng: core - do not use multiple blank lines
Corentin LABBE
2020-01-04
hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idled
Tony Lindgren
2019-12-05
hwrng: stm32 - fix unbalanced pm_runtime_enable
Lionel Debieve
2019-10-05
hwrng: core - don't wait on add_early_randomness()
Laurent Vivier
2019-04-05
hwrng: virtio - Avoid repeated init of completion
David Tolnay
2018-05-30
hwrng: stm32 - add reset during probe
lionel.debieve@st.com
2018-02-22
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
2017-03-30
hwrng: geode - Revert managed API changes
Prarit Bhargava
2017-03-30
hwrng: amd - Revert managed API changes
Prarit Bhargava
2016-10-19
hwrng: core - Don't use a stack buffer in add_early_randomness()
Andrew Lutomirski
2016-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2016-09-22
hwrng: omap - Only fail if pm_runtime_get_sync returns < 0
Dave Gerlach
2016-09-22
hwrng: geode - fix return value check in mod_init()
Wei Yongjun
2016-09-22
hwrng: amd - Fix return value check in mod_init()
Wei Yongjun
2016-09-13
hwrng: geode - Use linux/io.h instead of asm/io.h
PrasannaKumar Muralidharan
2016-09-13
hwrng: geode - Migrate to managed API
PrasannaKumar Muralidharan
2016-09-13
hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()
Wei Yongjun
2016-09-13
hwrng: amd - Migrate to managed API
PrasannaKumar Muralidharan
2016-09-13
hwrng: core - Allocate memory during module init
PrasannaKumar Muralidharan
2016-09-13
hwrng: pasemi - Use linux/io.h instead of asm/io.h
PrasannaKumar Muralidharan
2016-09-07
hwrng: pasemi - Migrate to managed API
PrasannaKumar Muralidharan
2016-09-07
hwrng: bcm2835 - handle of_iomap failures
Arvind Yadav
2016-08-31
hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_register
PrasannaKumar Muralidharan
2016-08-31
hwrng: Remove check for max less than 4 bytes
PrasannaKumar Muralidharan
2016-08-31
hwrng: amd - Convert to new hwrng read() API
Corentin LABBE
2016-08-31
hwrng: amd - Access hardware via ioread32/iowrite32
Corentin LABBE
2016-08-31
hwrng: amd - Replace global variable with private struct
Corentin LABBE
2016-08-31
hwrng: amd - release_region must be called after hwrng_unregister
Corentin LABBE
2016-08-31
hwrng: amd - Remove asm/io.h
Corentin LABBE
2016-08-31
hwrng: amd - Be consitent with the driver name
Corentin LABBE
2016-08-31
hwrng: amd - use the BIT macro
Corentin LABBE
2016-08-31
hwrng: amd - Fix style problem with blank line
Corentin LABBE
2016-08-31
hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.
Omer Khaliq
2016-08-24
hwrng: omap3-rom - Remove obsoleted functions
PrasannaKumar Muralidharan
2016-08-24
hwrng: mxc-rnga - Fix Kconfig dependency
Fabian Frederick
2016-08-16
hwrng: pic32 - Delete unnecessary assignment for the field "owner"
Markus Elfring
2016-06-27
hwrng: omap - Fix assumption that runtime_get_sync will always succeed
Nishanth Menon
2016-06-24
hwrng: bcm2835 - Add support for Broadcom BCM5301x
Florian Fainelli
2016-06-13
hwrng: meson - Add Amlogic Meson Hardware Random Generator
Neil Armstrong
2016-06-13
hwrng: exynos - fixup IO accesors
Ben Dooks
2016-05-31
hwrng: bcm2835 - Read as much data as available
Yendapally Reddy Dhananjaya Reddy
[next]