index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-21
random: pull add_hwgenerator_randomness() declaration into random.h
Jason A. Donenfeld
1
-0
/
+1
2022-02-18
hwrng: core - introduce rng_quality sysfs attribute
Dominik Brodowski
1
-1
/
+63
2022-02-18
hwrng: core - use per-rng quality value instead of global setting
Dominik Brodowski
1
-13
/
+20
2022-02-18
hwrng: core - start and stop in-kernel rngd in separate function
Dominik Brodowski
1
-10
/
+14
2022-02-18
hwrng: core - do not bother to order list of devices by quality
Dominik Brodowski
1
-20
/
+16
2022-02-16
hwrng: optee-rng: use tee_shm_alloc_kernel_buf()
Jens Wiklander
1
-3
/
+3
2022-02-05
hwrng: core - credit entropy for low quality sources of randomness
Dominik Brodowski
1
-1
/
+10
2022-02-05
hwrng: core - break out of hwrng_fillfn if current rng is not trusted
Dominik Brodowski
1
-0
/
+3
2022-02-05
hwrng: core - only set cur_rng_set_by_user if it is working
Dominik Brodowski
1
-1
/
+2
2022-02-05
hwrng: core - use rng_fillbuf in add_early_randomness()
Dominik Brodowski
1
-2
/
+2
2022-02-05
hwrng: core - read() callback must be called for size of 32 or more bytes
Dominik Brodowski
1
-2
/
+1
2022-02-05
hwrng: core - explicit ordering of initcalls
Dominik Brodowski
1
-1
/
+1
2022-01-31
hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDER
Geert Uytterhoeven
1
-1
/
+1
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2022-01-14
hwrng: virtio - unregister device before reset
Michael S. Tsirkin
1
-1
/
+1
2022-01-14
virtio: wrap config->reset calls
Michael S. Tsirkin
1
-1
/
+1
2022-01-14
Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
3
-171
/
+0
2022-01-02
MIPS: TXX9: Remove TX4939 SoC support
Thomas Bogendoerfer
3
-171
/
+0
2021-12-24
hwrng: cn10k - Add random number generator support
Sunil Goutham
3
-0
/
+193
2021-11-20
hwrng: cavium - Check health status while reading random data
Sunil Goutham
3
-17
/
+190
2021-11-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-21
/
+65
2021-11-01
hwrng: virtio - always add a pending request
Laurent Vivier
1
-14
/
+12
2021-11-01
hwrng: virtio - don't waste entropy
Laurent Vivier
1
-17
/
+35
2021-11-01
hwrng: virtio - don't wait on cleanup
Laurent Vivier
1
-1
/
+6
2021-11-01
hwrng: virtio - add an internal buffer
Laurent Vivier
1
-10
/
+33
2021-10-22
hwrng: s390 - replace snprintf in show functions with sysfs_emit
Qing Wang
1
-2
/
+2
2021-10-08
hwrng: mtk - Force runtime pm ops for sleep ops
Markus Schneider-Pargmann
1
-2
/
+7
2021-10-01
hwrng: meson - Improve error handling for core clock
Uwe Kleine-König
1
-2
/
+3
2021-09-17
hwrng: ixp4xx - Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-17
hwrng: Kconfig - Add helper dependency on COMPILE_TEST
Cai Huoqing
1
-6
/
+6
2021-08-06
hwrng: Add Arm SMCCC TRNG based driver
Andre Przywara
3
-0
/
+138
2021-07-16
hwrng: rename 'mod_init' & 'mod_exit' functions to be module-specific
Randy Dunlap
4
-16
/
+16
2021-07-10
Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
2
-26
/
+29
2021-07-05
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2021-06-17
hw_random: ixp4xx: Add OF support
Linus Walleij
1
-0
/
+10
2021-06-17
hw_random: ixp4xx: Turn into a module
Linus Walleij
1
-20
/
+17
2021-06-17
hw_random: ixp4xx: Use SPDX license tag
Linus Walleij
1
-4
/
+1
2021-06-17
hw_random: ixp4xx: enable compile-testing
Arnd Bergmann
2
-3
/
+2
2021-06-03
hwrng: ks-sa - Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
1
-2
/
+1
2021-06-03
hwrng: omap - Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
1
-4
/
+2
2021-06-03
hwrng: exynos - Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
1
-2
/
+1
2021-05-28
hwrng: core - Use DEVICE_ATTR_<RW|RO> macro
YueHaibing
1
-21
/
+15
2021-05-28
hwrng: core - remove redundant initialization of variable err
Shaokun Zhang
1
-1
/
+1
2021-05-28
hwrng: Kconfig - Remove leading spaces
Juerg Haefliger
1
-4
/
+4
2021-05-23
hwrng: omap - Enable driver for TI K3 family
Suman Anna
1
-1
/
+1
2021-05-21
char: hw_random: pseries-rng: Demote non-conformant kernel-doc header
Lee Jones
1
-1
/
+1
2021-05-14
hwrng: exynos - Fix runtime PM imbalance on error
Łukasz Stelmach
1
-2
/
+2
2021-05-14
hwrng: amd - remove redundant initialization of variable err
Colin Ian King
1
-1
/
+1
2021-04-26
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
8
-57
/
+31
2021-04-02
hwrng: omap - Use of_device_get_match_data() helper
Tian Tao
1
-7
/
+4
[prev]
[next]