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