index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-12-14
8
-56
/
+151
|
\
|
*
hwrng: Make explicit that max >= 32 always
PrasannaKumar Muralidharan
2016-11-21
3
-10
/
+2
|
*
hwrng: atmel - use clk_disable_unprepare instead of clk_disable
Wei Yongjun
2016-11-17
1
-1
/
+1
|
*
hwrng: atmel - disable TRNG during suspend
Wenyou Yang
2016-11-01
1
-3
/
+21
|
*
hwrng: core - zeroize buffers with random data
Stephan Mueller
2016-11-01
1
-0
/
+3
|
*
hwrng: meson - Remove unneeded platform MODULE_ALIAS
Javier Martinez Canillas
2016-10-25
1
-1
/
+0
|
*
hwrng: meson - Fix module autoload for OF registration
Javier Martinez Canillas
2016-10-25
1
-0
/
+1
|
*
hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8K
Romain Perier
2016-10-21
2
-3
/
+85
|
*
hwrng: omap - Don't prefix the probe message with OMAP
Romain Perier
2016-10-21
1
-1
/
+1
|
*
hwrng: omap - Add support for 128-bit output of data
Romain Perier
2016-10-21
1
-6
/
+8
|
*
hwrng: omap - Remove global definition of hwrng
Romain Perier
2016-10-21
1
-9
/
+14
|
*
hwrng: omap - Switch to non-obsolete read API implementation
Romain Perier
2016-10-21
1
-24
/
+17
*
|
x86/fpu: Remove irq_ts_save() and irq_ts_restore()
Andy Lutomirski
2016-11-01
1
-6
/
+2
|
/
*
hwrng: core - Don't use a stack buffer in add_early_randomness()
Andrew Lutomirski
2016-10-19
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2016-10-10
1
-1
/
+1
|
\
|
*
hwrng: mxc-rnga - Fix Kconfig dependency
Fabian Frederick
2016-08-24
1
-1
/
+1
*
|
hwrng: omap - Only fail if pm_runtime_get_sync returns < 0
Dave Gerlach
2016-09-22
1
-2
/
+2
*
|
hwrng: geode - fix return value check in mod_init()
Wei Yongjun
2016-09-22
1
-2
/
+2
*
|
hwrng: amd - Fix return value check in mod_init()
Wei Yongjun
2016-09-22
1
-4
/
+4
*
|
hwrng: geode - Use linux/io.h instead of asm/io.h
PrasannaKumar Muralidharan
2016-09-13
1
-4
/
+4
*
|
hwrng: geode - Migrate to managed API
PrasannaKumar Muralidharan
2016-09-13
1
-35
/
+15
*
|
hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()
Wei Yongjun
2016-09-13
1
-0
/
+1
*
|
hwrng: amd - Migrate to managed API
PrasannaKumar Muralidharan
2016-09-13
1
-37
/
+11
*
|
hwrng: core - Allocate memory during module init
PrasannaKumar Muralidharan
2016-09-13
1
-17
/
+20
*
|
hwrng: pasemi - Use linux/io.h instead of asm/io.h
PrasannaKumar Muralidharan
2016-09-13
1
-1
/
+1
*
|
hwrng: pasemi - Migrate to managed API
PrasannaKumar Muralidharan
2016-09-07
1
-30
/
+7
*
|
hwrng: bcm2835 - handle of_iomap failures
Arvind Yadav
2016-09-07
1
-2
/
+3
*
|
hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_register
PrasannaKumar Muralidharan
2016-08-31
1
-10
/
+1
*
|
hwrng: Remove check for max less than 4 bytes
PrasannaKumar Muralidharan
2016-08-31
2
-6
/
+0
*
|
hwrng: amd - Convert to new hwrng read() API
Corentin LABBE
2016-08-31
1
-19
/
+28
*
|
hwrng: amd - Access hardware via ioread32/iowrite32
Corentin LABBE
2016-08-31
1
-6
/
+25
*
|
hwrng: amd - Replace global variable with private struct
Corentin LABBE
2016-08-31
1
-19
/
+38
*
|
hwrng: amd - release_region must be called after hwrng_unregister
Corentin LABBE
2016-08-31
1
-1
/
+2
*
|
hwrng: amd - Remove asm/io.h
Corentin LABBE
2016-08-31
1
-4
/
+3
*
|
hwrng: amd - Be consitent with the driver name
Corentin LABBE
2016-08-31
1
-6
/
+5
*
|
hwrng: amd - use the BIT macro
Corentin LABBE
2016-08-31
1
-3
/
+3
*
|
hwrng: amd - Fix style problem with blank line
Corentin LABBE
2016-08-31
1
-5
/
+1
*
|
hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.
Omer Khaliq
2016-08-31
4
-0
/
+207
*
|
hwrng: omap3-rom - Remove obsoleted functions
PrasannaKumar Muralidharan
2016-08-24
1
-8
/
+2
*
|
hwrng: pic32 - Delete unnecessary assignment for the field "owner"
Markus Elfring
2016-08-16
1
-1
/
+0
|
/
*
hwrng: omap - Fix assumption that runtime_get_sync will always succeed
Nishanth Menon
2016-06-27
1
-2
/
+14
*
hwrng: bcm2835 - Add support for Broadcom BCM5301x
Florian Fainelli
2016-06-24
2
-1
/
+2
*
hwrng: meson - Add Amlogic Meson Hardware Random Generator
Neil Armstrong
2016-06-13
3
-0
/
+146
*
hwrng: exynos - fixup IO accesors
Ben Dooks
2016-06-13
1
-2
/
+2
*
hwrng: bcm2835 - Read as much data as available
Yendapally Reddy Dhananjaya Reddy
2016-05-31
1
-2
/
+10
*
hwrng: bcm2835 - Support Broadcom NSP SoC rng
Yendapally Reddy Dhananjaya Reddy
2016-05-31
2
-5
/
+31
*
hwrng: stm32 - fix maybe uninitialized variable warning
Maxime Coquelin
2016-05-31
1
-5
/
+5
*
crypto4xx: integrate ppc4xx-rng into crypto4xx
Christian Lamparter
2016-04-20
3
-161
/
+0
*
hwrng: hisi - Add support for Hisilicon SoC RNG
Kefeng Wang
2016-04-15
3
-0
/
+140
[next]