index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
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
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_probe()
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
2019-10-05
hwrng: npcm - add NPCM RNG driver
Tomer Maimon
3
-0
/
+200
2019-09-20
hwrng: core - don't wait on add_early_randomness()
Laurent Vivier
1
-1
/
+1
2019-09-05
hwrng: timeriomem - relax check on memory resource size
Daniel Mack
1
-2
/
+2
2019-08-15
hwrng: core - Freeze khwrng thread during suspend
Stephen Boyd
1
-1
/
+4
2019-08-08
hwrng: n2-drv - fix typo
Stephen Rothwell
1
-1
/
+1
2019-08-02
hwrng: drivers - Use device-managed registration API
Chuhong Yuan
9
-36
/
+9
2019-07-27
hwrng: mxc-rnga - use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2019-07-27
hwrng: imx-rngc - use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2019-07-15
docs: admin-guide: add a series of orphaned documents
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-51
/
+2
2019-06-20
hwrng: iproc-rng200 - Add support for 7211
Florian Fainelli
1
-0
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
3
-12
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 445
Thomas Gleixner
1
-9
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 376
Thomas Gleixner
1
-5
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
2
-26
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-9
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159
Thomas Gleixner
2
-13
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2
-10
/
+2
2019-05-30
hwrng: meson - update with SPDX Licence identifier
Neil Armstrong
1
-51
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 110
Thomas Gleixner
1
-10
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102
Thomas Gleixner
1
-14
/
+1
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
1
-14
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-04-15
hwrng: stm32 - set default random quality
Lionel Debieve
1
-0
/
+1
2019-04-15
hwrng: stm32 - fix unbalanced pm_runtime_enable
Lionel Debieve
1
-0
/
+8
2019-03-22
hwrng: omap - Set default quality
Rouven Czerwinski
1
-0
/
+1
2019-03-06
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
3
-0
/
+322
2019-02-28
hwrng: bcm2835 - fix probe as platform device
Jonas Gorski
1
-7
/
+9
2019-02-20
hwrng: make symbol 'optee_rng_id_table' static
Wei Yongjun
1
-1
/
+1
2019-02-20
hwrng: Fix unsigned comparison with less than zero
YueHaibing
1
-2
/
+2
2019-02-20
hwrng: optee: Initialize some structs using memset instead of braces
Nathan Chancellor
1
-5
/
+13
2019-02-01
hwrng: add OP-TEE based rng driver
Sumit Garg
3
-0
/
+314
2019-01-25
hwrng: virtio - Avoid repeated init of completion
David Tolnay
1
-1
/
+1
2018-11-16
hwrng: bcm2835 - Switch to SPDX identifier
Stefan Wahren
1
-5
/
+2
[prev]
[next]