index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2021-11-04
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
2021-03-26
hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emit
Zihao Tang
1
-1
/
+1
2021-03-26
hwrng: intel - Fix included header from 'asm
Tian Tao
1
-1
/
+1
2021-03-19
hwrng: cctrng - delete redundant printing of return value
Wang Qing
1
-3
/
+1
2021-03-19
hwrng: ba431 - use devm_platform_ioremap_resource() to simplify
Tian Tao
1
-3
/
+1
2021-03-19
hwrng: cctrng - use devm_platform_ioremap_resource() to simplify
Tian Tao
1
-11
/
+1
2021-03-12
hwrng: bcm2835 - add reset support
Álvaro Fernández Rojas
1
-0
/
+10
2021-03-12
hwrng: pic32 - Use device-managed registration API
Tian Tao
1
-2
/
+1
2021-03-12
hwrng: cctrng - Use device-managed registration API
Tian Tao
1
-3
/
+1
2021-03-07
hwrng: omap - Fix included header from 'asm'
Tian Tao
1
-2
/
+1
2021-03-07
hwrng: bcm2835 - remove redundant null check
Tian Tao
1
-10
/
+7
2021-03-07
hwrng: xiphera-trng - use devm_platform_ioremap_resource() to simplify
Tian Tao
1
-3
/
+1
2021-03-07
hwrng: ba431 - Use device-managed registration
Tian Tao
1
-11
/
+1
2021-03-02
vio: make remove callback return void
Uwe Kleine-König
1
-2
/
+1
2021-02-23
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-2
/
+1
2021-02-10
hwrng: timeriomem - Use device-managed registration API
Tian Tao
1
-2
/
+1
2021-02-10
hwrng: optee - Use device-managed registration API
Tian Tao
1
-2
/
+1
2021-02-10
hwrng: timeriomem - Fix cooldown period calculation
Jan Henrik Weinstock
1
-1
/
+1
2021-02-02
amba: Make the remove callback return void
Uwe Kleine-König
1
-2
/
+1
2021-01-03
hwrng: ingenic - Fix a resource leak in an error handling path
Christophe JAILLET
1
-1
/
+5
2021-01-03
hwrng: iproc-rng200 - Move enable/disable in separate function
Matthias Brugger
1
-19
/
+16
[next]