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
2020-04-10
change email address for Pali Rohár
Pali Rohár
1
-2
/
+2
2020-04-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-24
/
+79
2020-03-24
hwrng: via_rng: Convert to new X86 CPU match macros
Thomas Gleixner
1
-4
/
+3
2020-03-12
hwrng: imx-rngc - simplify interrupt mask/unmask
Martin Kaiser
1
-15
/
+28
2020-03-12
hwrng: imx-rngc - check the rng type
Martin Kaiser
1
-1
/
+27
2020-03-12
hwrng: imx-rngc - (trivial) simplify error prints
Martin Kaiser
1
-2
/
+2
2020-03-12
hwrng: imx-rngc - use automatic seeding
Martin Kaiser
1
-2
/
+14
2020-03-12
hwrng: imx-rngc - fix an error path
Martin Kaiser
1
-1
/
+3
2020-03-12
hwrng: ks-sa - move TI Keystone driver into the config menu structure
Randy Dunlap
1
-7
/
+7
2020-02-28
hwrng: omap3-rom - Include linux/io.h for virt_to_phys
Herbert Xu
1
-0
/
+1
2020-02-22
hwrng: imx-rngc - improve dependencies
Uwe Kleine-König
1
-1
/
+2
2020-02-04
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
2
-3
/
+3
2020-01-28
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-1
/
+2
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2
-3
/
+3
2019-12-11
hwrng: iproc-rng200 - Add support for BCM2711
Stefan Wahren
2
-1
/
+2
2019-11-27
Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+9
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
20
-139
/
+558
2019-11-22
hwrng: ks-sa - Enable COMPILE_TEST
Herbert Xu
1
-1
/
+1
2019-11-21
char: Fix Kconfig indentation, continued
Krzysztof Kozlowski
1
-9
/
+9
2019-11-20
char: Fix Kconfig indentation
Krzysztof Kozlowski
1
-5
/
+5
2019-11-17
Revert "hwrng: core - Freeze khwrng thread during suspend"
Herbert Xu
1
-4
/
+1
2019-11-17
hwrng: ks-sa - Add minimum sleep time before ready-polling
Alexander Sverdlin
1
-0
/
+38
2019-11-15
hwrng: atmel - add new platform support for sam9x60
Codrin Ciubotariu
1
-2
/
+37
2019-11-08
hwrng: hisi - add HiSilicon TRNG driver support
Zaibo Xu
3
-0
/
+113
2019-11-01
hwrng: omap3-rom - Fix unused function warnings
Arnd Bergmann
1
-2
/
+2
2019-10-26
hwrng: xgene - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-26
hwrng: tx4939 - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-26
hwrng: st - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-26
hwrng: pic32 - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-26
hwrng: pasemi - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-26
hwrng: omap - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-26
hwrng: npcm - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-26
hwrng: meson - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-26
hwrng: ks-sa - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-26
hwrng: hisi - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-26
hwrng: exynos - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-26
hwrng: bcm2835 - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-4
/
+1
2019-10-26
hwrng: atmel - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-26
hwrng: ka-sa - fix __iomem on registers
Ben Dooks
1
-1
/
+1
2019-10-26
hwrng: omap - Fix RNG wait loop timeout
Sumit Garg
1
-1
/
+8
2019-10-23
hwrng: core - Fix use-after-free warning in hwrng_register()
Laurent Vivier
1
-17
/
+16
2019-10-10
hwrng: core - move add_early_randomness() out of rng_mutex
Laurent Vivier
1
-16
/
+44
2019-10-05
hwrng: mediatek - Use devm_platform_ioremap_resource() in mtk_rng_probe()
Markus Elfring
1
-8
/
+1
2019-10-05
hwrng: iproc-rng200 - Use devm_platform_ioremap_resource() in iproc_rng200_pr...
Markus Elfring
1
-8
/
+1
2019-10-05
hwrng: omap3-rom - Use devm hwrng and runtime PM
Tony Lindgren
1
-26
/
+16
2019-10-05
hwrng: omap3-rom - Use runtime PM instead of custom functions
Tony Lindgren
1
-53
/
+73
2019-10-05
hwrng: omap3-rom - Update to use standard driver data
Tony Lindgren
1
-15
/
+30
2019-10-05
hwrng: omap3-rom - Initialize default quality to get data
Tony Lindgren
1
-0
/
+1
2019-10-05
hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idled
Tony Lindgren
1
-1
/
+2
2019-10-05
hwrng: omap3-rom - Fix missing clock by probing with device tree
Tony Lindgren
1
-2
/
+15
[next]