index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-01-18
1
-1
/
+1
|
\
|
*
hwrng: virtio - unregister device before reset
Michael S. Tsirkin
2022-01-15
1
-1
/
+1
|
*
virtio: wrap config->reset calls
Michael S. Tsirkin
2022-01-15
1
-1
/
+1
*
|
Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
2022-01-14
3
-171
/
+0
|
\
\
|
*
|
MIPS: TXX9: Remove TX4939 SoC support
Thomas Bogendoerfer
2022-01-02
3
-171
/
+0
|
|
/
*
|
hwrng: cn10k - Add random number generator support
Sunil Goutham
2021-12-24
3
-0
/
+193
*
|
hwrng: cavium - Check health status while reading random data
Sunil Goutham
2021-11-20
3
-17
/
+190
|
/
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2021-11-03
1
-21
/
+65
|
\
|
*
hwrng: virtio - always add a pending request
Laurent Vivier
2021-11-01
1
-14
/
+12
|
*
hwrng: virtio - don't waste entropy
Laurent Vivier
2021-11-01
1
-17
/
+35
|
*
hwrng: virtio - don't wait on cleanup
Laurent Vivier
2021-11-01
1
-1
/
+6
|
*
hwrng: virtio - add an internal buffer
Laurent Vivier
2021-11-01
1
-10
/
+33
*
|
hwrng: s390 - replace snprintf in show functions with sysfs_emit
Qing Wang
2021-10-22
1
-2
/
+2
*
|
hwrng: mtk - Force runtime pm ops for sleep ops
Markus Schneider-Pargmann
2021-10-08
1
-2
/
+7
*
|
hwrng: meson - Improve error handling for core clock
Uwe Kleine-König
2021-10-01
1
-2
/
+3
*
|
hwrng: ixp4xx - Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
2021-09-17
1
-3
/
+1
*
|
hwrng: Kconfig - Add helper dependency on COMPILE_TEST
Cai Huoqing
2021-09-17
1
-6
/
+6
|
/
*
hwrng: Add Arm SMCCC TRNG based driver
Andre Przywara
2021-08-06
3
-0
/
+138
*
hwrng: rename 'mod_init' & 'mod_exit' functions to be module-specific
Randy Dunlap
2021-07-16
4
-16
/
+16
*
Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
2021-07-10
2
-26
/
+29
|
\
|
*
hw_random: ixp4xx: Add OF support
Linus Walleij
2021-06-17
1
-0
/
+10
|
*
hw_random: ixp4xx: Turn into a module
Linus Walleij
2021-06-17
1
-20
/
+17
|
*
hw_random: ixp4xx: Use SPDX license tag
Linus Walleij
2021-06-17
1
-4
/
+1
|
*
hw_random: ixp4xx: enable compile-testing
Arnd Bergmann
2021-06-17
2
-3
/
+2
*
|
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-05
1
-1
/
+1
|
\
\
|
*
|
char: hw_random: pseries-rng: Demote non-conformant kernel-doc header
Lee Jones
2021-05-21
1
-1
/
+1
|
|
/
*
|
hwrng: ks-sa - Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
2021-06-03
1
-2
/
+1
*
|
hwrng: omap - Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
2021-06-03
1
-4
/
+2
*
|
hwrng: exynos - Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
2021-06-03
1
-2
/
+1
*
|
hwrng: core - Use DEVICE_ATTR_<RW|RO> macro
YueHaibing
2021-05-28
1
-21
/
+15
*
|
hwrng: core - remove redundant initialization of variable err
Shaokun Zhang
2021-05-28
1
-1
/
+1
*
|
hwrng: Kconfig - Remove leading spaces
Juerg Haefliger
2021-05-28
1
-4
/
+4
*
|
hwrng: omap - Enable driver for TI K3 family
Suman Anna
2021-05-23
1
-1
/
+1
*
|
hwrng: exynos - Fix runtime PM imbalance on error
Łukasz Stelmach
2021-05-14
1
-2
/
+2
*
|
hwrng: amd - remove redundant initialization of variable err
Colin Ian King
2021-05-14
1
-1
/
+1
|
/
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2021-04-26
8
-57
/
+31
|
\
|
*
hwrng: omap - Use of_device_get_match_data() helper
Tian Tao
2021-04-02
1
-7
/
+4
|
*
hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emit
Zihao Tang
2021-03-26
1
-1
/
+1
|
*
hwrng: intel - Fix included header from 'asm
Tian Tao
2021-03-26
1
-1
/
+1
|
*
hwrng: cctrng - delete redundant printing of return value
Wang Qing
2021-03-19
1
-3
/
+1
|
*
hwrng: ba431 - use devm_platform_ioremap_resource() to simplify
Tian Tao
2021-03-19
1
-3
/
+1
|
*
hwrng: cctrng - use devm_platform_ioremap_resource() to simplify
Tian Tao
2021-03-19
1
-11
/
+1
|
*
hwrng: bcm2835 - add reset support
Álvaro Fernández Rojas
2021-03-12
1
-0
/
+10
|
*
hwrng: pic32 - Use device-managed registration API
Tian Tao
2021-03-12
1
-2
/
+1
|
*
hwrng: cctrng - Use device-managed registration API
Tian Tao
2021-03-12
1
-3
/
+1
|
*
hwrng: omap - Fix included header from 'asm'
Tian Tao
2021-03-07
1
-2
/
+1
|
*
hwrng: bcm2835 - remove redundant null check
Tian Tao
2021-03-07
1
-10
/
+7
|
*
hwrng: xiphera-trng - use devm_platform_ioremap_resource() to simplify
Tian Tao
2021-03-07
1
-3
/
+1
|
*
hwrng: ba431 - Use device-managed registration
Tian Tao
2021-03-07
1
-11
/
+1
*
|
vio: make remove callback return void
Uwe Kleine-König
2021-03-02
1
-2
/
+1
|
/
[next]