Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8dd0ee651d8aefdc2d8ae0fcc9c68dfc943c9e4c
/
drivers
/
char
/
hw_random
5a0387a
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
b68e7e9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 8 years ago
bbcb478
s390/trng: Introduce s390 TRNG device driver.
by Harald Freudenberger
· 8 years ago
7701d1f
hwrng: mtk - Add driver for hardware random generator on MT7623 SoC
by Sean Wang
· 8 years ago
b2a1d27
hwrng: n2 - Use devm_kcalloc() in n2rng_probe()
by Markus Elfring
· 8 years ago
c46ea13
crypto: exynos - Add new Exynos RNG driver
by Krzysztof Kozlowski
· 8 years ago
ca3bff7
hwrng: timeriomem - Improve performance for sub-jiffie update periods
by Rick Altherr
· 8 years ago
5ab693e
hwrng: timeriomem - Shorten verbose type and variable names
by Rick Altherr
· 8 years ago
7acd4de
hwrng: timeriomem - Migrate to new API
by Rick Altherr
· 8 years ago
c6dc060
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 8 years ago
43ec540
hwrng: omap - move clock related code to omap_rng_probe()
by Thomas Petazzoni
· 8 years ago
7a794a7
hwrng: meson - add clock handling to driver
by Heiner Kallweit
· 8 years ago
8c75704
hwrng: geode - Revert managed API changes
by Prarit Bhargava
· 8 years ago
69db700
hwrng: amd - Revert managed API changes
by Prarit Bhargava
· 8 years ago
b985735
hwrng: omap - Do not access INTMASK_REG on EIP76
by Thomas Petazzoni
· 8 years ago
761c251
hwrng: omap - use devm_clk_get() instead of of_clk_get()
by Thomas Petazzoni
· 8 years ago
45c2fdd
hwrng: omap - write registers after enabling the clock
by Thomas Petazzoni
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
5bcbe22
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
a9f5a62
hwrng: omap - update Kconfig help description
by Russell King
· 8 years ago
87f3d08
hwrng: cavium - Use per device name to allow for multiple devices.
by David Daney
· 8 years ago
3b802c9
Revert "hwrng: core - zeroize buffers with random data"
by David Daney
· 8 years ago
0ff1436
hwrng: n2 - update version info
by Shannon Nelson
· 8 years ago
07e25d4
hwrng: n2 - support new hardware register layout
by Shannon Nelson
· 8 years ago
becbc49
hwrng: n2 - add device data descriptions
by Shannon Nelson
· 8 years ago
db602a7
hwrng: n2 - limit error spewage when self-test fails
by Shannon Nelson
· 8 years ago
079840b
hwrng: core - remove unused PFX macro
by Corentin LABBE
· 8 years ago
fd50d71
hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.h
by Corentin LABBE
· 8 years ago
affdec5
hwrng: core - Replace asm/uaccess.h by linux/uaccess.h
by Corentin LABBE
· 8 years ago
dd80148
hwrng: core - Rewrite the header
by Corentin LABBE
· 8 years ago
2a971e3
hwrng: core - rewrite better comparison to NULL
by Corentin LABBE
· 8 years ago
6bc17d9
hwrng: core - do not use multiple blank lines
by Corentin LABBE
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
0f1d6df
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
ed424bb
hwrng: Make explicit that max >= 32 always
by PrasannaKumar Muralidharan
· 8 years ago
b516b88
hwrng: atmel - use clk_disable_unprepare instead of clk_disable
by Wei Yongjun
· 8 years ago
5a83d60
x86/fpu: Remove irq_ts_save() and irq_ts_restore()
by Andy Lutomirski
· 8 years ago
a1fa98d
hwrng: atmel - disable TRNG during suspend
by Wenyou Yang
· 8 years ago
2cc7515
hwrng: core - zeroize buffers with random data
by Stephan Mueller
· 8 years ago
4e88768
hwrng: meson - Remove unneeded platform MODULE_ALIAS
by Javier Martinez Canillas
· 8 years ago
877f69a
hwrng: meson - Fix module autoload for OF registration
by Javier Martinez Canillas
· 8 years ago
3832124
hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8K
by Romain Perier
· 8 years ago
f0d5a11
hwrng: omap - Don't prefix the probe message with OMAP
by Romain Perier
· 8 years ago
e54feeb
hwrng: omap - Add support for 128-bit output of data
by Romain Perier
· 8 years ago
b23d2d9
hwrng: omap - Remove global definition of hwrng
by Romain Perier
· 8 years ago
69eb4d0
hwrng: omap - Switch to non-obsolete read API implementation
by Romain Perier
· 8 years ago
6d4952d
hwrng: core - Don't use a stack buffer in add_early_randomness()
by Andrew Lutomirski
· 8 years ago
c3afafa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 8 years ago
ad8529f
hwrng: omap - Only fail if pm_runtime_get_sync returns < 0
by Dave Gerlach
· 8 years ago
104a32e
hwrng: geode - fix return value check in mod_init()
by Wei Yongjun
· 8 years ago
f7eca27
hwrng: amd - Fix return value check in mod_init()
by Wei Yongjun
· 8 years ago
e9afc74
hwrng: geode - Use linux/io.h instead of asm/io.h
by PrasannaKumar Muralidharan
· 8 years ago
6e9b5e7
hwrng: geode - Migrate to managed API
by PrasannaKumar Muralidharan
· 8 years ago
94879fa
hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()
by Wei Yongjun
· 8 years ago
31b2a73
hwrng: amd - Migrate to managed API
by PrasannaKumar Muralidharan
· 8 years ago
58b022a
hwrng: core - Allocate memory during module init
by PrasannaKumar Muralidharan
· 8 years ago
a826806
hwrng: pasemi - Use linux/io.h instead of asm/io.h
by PrasannaKumar Muralidharan
· 8 years ago
da28caa
hwrng: pasemi - Migrate to managed API
by PrasannaKumar Muralidharan
· 8 years ago
da59c51
hwrng: bcm2835 - handle of_iomap failures
by Arvind Yadav
· 8 years ago
98a3c46
hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_register
by PrasannaKumar Muralidharan
· 8 years ago
68734bc9
hwrng: Remove check for max less than 4 bytes
by PrasannaKumar Muralidharan
· 8 years ago
85962d2
hwrng: amd - Convert to new hwrng read() API
by Corentin LABBE
· 8 years ago
3c343a3
hwrng: amd - Access hardware via ioread32/iowrite32
by Corentin LABBE
· 8 years ago
7bad2cc
hwrng: amd - Replace global variable with private struct
by Corentin LABBE
· 8 years ago
fdec60d
hwrng: amd - release_region must be called after hwrng_unregister
by Corentin LABBE
· 8 years ago
055ae89
hwrng: amd - Remove asm/io.h
by Corentin LABBE
· 8 years ago
f8169bf
hwrng: amd - Be consitent with the driver name
by Corentin LABBE
· 8 years ago
1c335d4
hwrng: amd - use the BIT macro
by Corentin LABBE
· 8 years ago
6020721
hwrng: amd - Fix style problem with blank line
by Corentin LABBE
· 8 years ago
cc2f190
hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.
by Omer Khaliq
· 8 years ago
161040f
hwrng: omap3-rom - Remove obsoleted functions
by PrasannaKumar Muralidharan
· 8 years ago
f74bdd4
hwrng: mxc-rnga - Fix Kconfig dependency
by Fabian Frederick
· 8 years ago
c5f91cd
hwrng: pic32 - Delete unnecessary assignment for the field "owner"
by Markus Elfring
· 8 years ago
61dc0a4
hwrng: omap - Fix assumption that runtime_get_sync will always succeed
by Nishanth Menon
· 8 years ago
5214099
hwrng: bcm2835 - Add support for Broadcom BCM5301x
by Florian Fainelli
· 8 years ago
e123be1
hwrng: meson - Add Amlogic Meson Hardware Random Generator
by Neil Armstrong
· 9 years ago
5ad67c1
hwrng: exynos - fixup IO accesors
by Ben Dooks
· 9 years ago
4f8de65
hwrng: bcm2835 - Read as much data as available
by Yendapally Reddy Dhananjaya Reddy
· 9 years ago
422a749
hwrng: bcm2835 - Support Broadcom NSP SoC rng
by Yendapally Reddy Dhananjaya Reddy
· 9 years ago
1ff69ad
hwrng: stm32 - fix maybe uninitialized variable warning
by Maxime Coquelin
· 9 years ago
5343e67
crypto4xx: integrate ppc4xx-rng into crypto4xx
by Christian Lamparter
· 9 years ago
afc39d6
hwrng: hisi - Add support for Hisilicon SoC RNG
by Kefeng Wang
· 9 years ago
043809d
hwrng: exynos - Fix misspelled Samsung address
by Krzysztof Kozlowski
· 9 years ago
4dd6e9e
hwrng: exynos - Enable COMPILE_TEST
by Krzysztof Kozlowski
· 9 years ago
27d80fa
hwrng: exynos - Disable runtime PM on driver unbind
by Krzysztof Kozlowski
· 9 years ago
48a61e1
hwrng: exynos - Disable runtime PM on probe failure
by Krzysztof Kozlowski
· 9 years ago
f1925d7
hwrng: exynos - Fix unbalanced PM runtime put on timeout error path
by Krzysztof Kozlowski
· 9 years ago
f0d947a
hwrng: exynos - Runtime suspend device after init
by Krzysztof Kozlowski
· 9 years ago
47cd3060
hwrng: bcm63xx - fix device tree compilation
by Álvaro Fernández Rojas
· 9 years ago
7047737
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
b93f342
hwrng: exynos - use __maybe_unused to hide pm functions
by Arnd Bergmann
· 9 years ago
1879f40
hwrng: bcm63xx - fix non device tree compatibility
by Álvaro Fernández Rojas
· 9 years ago
730d02e
hwrng: pic32 - Add PIC32 RNG hardware driver
by Joshua Henderson
· 9 years ago
c1e9b3b
hwrng: n2 - Attach on T5/M5, T7/M7 SPARC CPUs
by Anatoly Pugachev
· 9 years ago
625b4a9
hwrng: stm32 - Fix dependencies for !HAS_IOMEM archs
by Richard Weinberger
· 9 years ago
90859e6
hwrng: bcm63xx - allow building for BMIPS_GENERIC
by Álvaro Fernández Rojas
· 9 years ago
7b65170
hwrng: bcm63xx - add device tree support
by Álvaro Fernández Rojas
· 9 years ago
3947b33
hwrng: bcm63xx - remove unused variables
by Álvaro Fernández Rojas
· 9 years ago
c597b6b
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
362f924
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
by Borislav Petkov
· 9 years ago
Next »