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 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-11-27
1
-9
/
+9
|
\
|
*
char: Fix Kconfig indentation, continued
Krzysztof Kozlowski
2019-11-21
1
-9
/
+9
|
*
char: Fix Kconfig indentation
Krzysztof Kozlowski
2019-11-20
1
-5
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2019-11-26
20
-139
/
+558
|
\
\
|
*
|
hwrng: ks-sa - Enable COMPILE_TEST
Herbert Xu
2019-11-22
1
-1
/
+1
|
*
|
hwrng: ks-sa - Add minimum sleep time before ready-polling
Alexander Sverdlin
2019-11-17
1
-0
/
+38
|
*
|
hwrng: atmel - add new platform support for sam9x60
Codrin Ciubotariu
2019-11-15
1
-2
/
+37
|
*
|
hwrng: hisi - add HiSilicon TRNG driver support
Zaibo Xu
2019-11-08
3
-0
/
+113
|
*
|
hwrng: omap3-rom - Fix unused function warnings
Arnd Bergmann
2019-11-01
1
-2
/
+2
|
*
|
hwrng: xgene - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-25
1
-3
/
+1
|
*
|
hwrng: tx4939 - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-25
1
-3
/
+1
|
*
|
hwrng: st - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-25
1
-3
/
+1
|
*
|
hwrng: pic32 - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-25
1
-3
/
+1
|
*
|
hwrng: pasemi - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-25
1
-3
/
+1
|
*
|
hwrng: omap - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-25
1
-3
/
+1
|
*
|
hwrng: npcm - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-25
1
-3
/
+1
|
*
|
hwrng: meson - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-25
1
-3
/
+1
|
*
|
hwrng: ks-sa - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-25
1
-3
/
+1
|
*
|
hwrng: hisi - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-25
1
-3
/
+1
|
*
|
hwrng: exynos - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-25
1
-3
/
+1
|
*
|
hwrng: bcm2835 - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-25
1
-4
/
+1
|
*
|
hwrng: atmel - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-25
1
-3
/
+1
|
*
|
hwrng: ka-sa - fix __iomem on registers
Ben Dooks
2019-10-25
1
-1
/
+1
|
*
|
hwrng: omap - Fix RNG wait loop timeout
Sumit Garg
2019-10-25
1
-1
/
+8
|
*
|
hwrng: core - Fix use-after-free warning in hwrng_register()
Laurent Vivier
2019-10-23
1
-17
/
+16
|
*
|
hwrng: core - move add_early_randomness() out of rng_mutex
Laurent Vivier
2019-10-10
1
-16
/
+44
|
*
|
hwrng: mediatek - Use devm_platform_ioremap_resource() in mtk_rng_probe()
Markus Elfring
2019-10-04
1
-8
/
+1
|
*
|
hwrng: iproc-rng200 - Use devm_platform_ioremap_resource() in iproc_rng200_pr...
Markus Elfring
2019-10-04
1
-8
/
+1
|
*
|
hwrng: omap3-rom - Use devm hwrng and runtime PM
Tony Lindgren
2019-10-04
1
-26
/
+16
|
*
|
hwrng: omap3-rom - Use runtime PM instead of custom functions
Tony Lindgren
2019-10-04
1
-53
/
+73
|
*
|
hwrng: omap3-rom - Update to use standard driver data
Tony Lindgren
2019-10-04
1
-15
/
+30
|
*
|
hwrng: omap3-rom - Initialize default quality to get data
Tony Lindgren
2019-10-04
1
-0
/
+1
|
*
|
hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idled
Tony Lindgren
2019-10-04
1
-1
/
+2
|
*
|
hwrng: omap3-rom - Fix missing clock by probing with device tree
Tony Lindgren
2019-10-04
1
-2
/
+15
|
*
|
hwrng: npcm - add NPCM RNG driver
Tomer Maimon
2019-10-04
3
-0
/
+200
|
|
/
*
/
Revert "hwrng: core - Freeze khwrng thread during suspend"
Herbert Xu
2019-11-17
1
-4
/
+1
|
/
*
hwrng: core - don't wait on add_early_randomness()
Laurent Vivier
2019-09-20
1
-1
/
+1
*
hwrng: timeriomem - relax check on memory resource size
Daniel Mack
2019-09-05
1
-2
/
+2
*
hwrng: core - Freeze khwrng thread during suspend
Stephen Boyd
2019-08-15
1
-1
/
+4
*
hwrng: n2-drv - fix typo
Stephen Rothwell
2019-08-08
1
-1
/
+1
*
hwrng: drivers - Use device-managed registration API
Chuhong Yuan
2019-08-02
9
-36
/
+9
*
hwrng: mxc-rnga - use devm_platform_ioremap_resource() to simplify code
Anson Huang
2019-07-27
1
-3
/
+1
*
hwrng: imx-rngc - use devm_platform_ioremap_resource() to simplify code
Anson Huang
2019-07-27
1
-3
/
+1
*
docs: admin-guide: add a series of orphaned documents
Mauro Carvalho Chehab
2019-07-15
1
-1
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-07-09
2
-51
/
+2
|
\
|
*
hwrng: iproc-rng200 - Add support for 7211
Florian Fainelli
2019-06-20
1
-0
/
+1
|
*
hwrng: meson - update with SPDX Licence identifier
Neil Armstrong
2019-05-30
1
-51
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
3
-12
/
+3
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 445
Thomas Gleixner
2019-06-05
1
-9
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 376
Thomas Gleixner
2019-06-05
1
-5
/
+1
[next]