index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-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-13
hwrng: bcm2835 - add reset support
Álvaro Fernández Rojas
1
-0
/
+10
2021-03-13
hwrng: pic32 - Use device-managed registration API
Tian Tao
1
-2
/
+1
2021-03-13
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-22
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
2021-01-03
hwrng: iproc-rng200 - Fix disable of the block.
Matthias Brugger
1
-3
/
+0
2020-12-17
Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-8
/
+8
2020-12-14
Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-3
/
+4
2020-12-13
um: random: Register random as hwrng-core device
Christopher Obbard
1
-8
/
+8
2020-12-04
hwrng: ks-sa - Add dependency on IOMEM and OF
Herbert Xu
1
-0
/
+1
2020-11-27
hwrng: hisi - remove HiSilicon TRNG driver
Weili Qian
3
-113
/
+0
2020-11-09
s390/trng: set quality to 1024
Christian Borntraeger
1
-3
/
+4
2020-11-06
hwrng: imx-rngc - irq already prints an error
Nigel Christian
1
-3
/
+1
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
12
-27
/
+364
2020-10-02
hwrng: mxc-rnga - use semicolons rather than commas to separate statements
Julia Lawall
1
-3
/
+3
2020-10-02
hwrng: iproc-rng200 - use semicolons rather than commas to separate statements
Julia Lawall
1
-4
/
+4
2020-10-02
hwrng: stm32 - use semicolons rather than commas to separate statements
Julia Lawall
1
-4
/
+4
2020-10-02
hwrng: npcm - modify readl to readb
Tomer Maimon
1
-7
/
+7
2020-09-25
hwrng: ingenic - Add hardware TRNG for Ingenic X1830
周琰杰 (Zhou Yanjie)
3
-0
/
+176
2020-09-11
hwrng: xiphera-trng: add support for XIP8001B hwrng
Atte Tommiska
3
-0
/
+161
2020-09-11
hwrng: imx-rngc - add quality to use it as kernel entropy pool
Marco Felsch
1
-0
/
+1
2020-09-04
hwrng: cctrn - Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-5
/
+4
2020-08-21
hwrng: intel - cleanup initialization
Tom Rix
1
-1
/
+1
2020-08-21
hwrng: optee - fix wait use case
Jorge Ramirez-Ortiz
1
-2
/
+2
2020-08-21
hwrng: optee - handle unlimited data rates
Jorge Ramirez-Ortiz
1
-1
/
+1
[prev]
[next]