Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d0b35a42031a3107a5735e0d0a605a68f530a96b
/
drivers
/
char
/
hw_random
837bf7c
hwrng: core - Always drop the RNG in hwrng_unregister()
by Michael Büsch
· 7 years ago
57f5bfe
hwrng: n2 - fix spelling mistake: "restesting" -> "retesting"
by Colin Ian King
· 7 years ago
9bae549
hwrng: stm32 - fix pm_suspend issue
by lionel.debieve@st.com
· 7 years ago
af51378
hwrng: stm32 - define default state for rng driver
by lionel.debieve@st.com
· 7 years ago
49d1179
hwrng: via - support new Centaur CPU
by davidwang
· 7 years ago
9eb3122
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
eb428ee
hwrng: ks-sa - add hw_random driver
by Vitaly Andrianov
· 7 years ago
a6ab640
hwrng: mxc-rnga - add driver support on boards with device tree
by Vladimir Zapolskiy
· 7 years ago
b166be0
hwrng: omap - Fix clock resource by adding a register clock
by Gregory CLEMENT
· 7 years ago
10bc320
hwrng: omap - Remove useless test before clk_disable_unprepare
by Gregory CLEMENT
· 7 years ago
cf03868
hwrng: cavium - make two functions static
by Colin Ian King
· 7 years ago
279f4f8
hwrng: stm32 - rework read timeout calculation
by lionel.debieve@st.com
· 7 years ago
529571e
hwrng: stm32 - allow disable clock error detection
by lionel.debieve@st.com
· 7 years ago
326ed38
hwrng: stm32 - add reset during probe
by lionel.debieve@st.com
· 7 years ago
7b4c5d3
hwrng: bcm2835 - Handle deferred clock properly
by Stefan Wahren
· 7 years ago
40b776a
hwrng: imx-rngc - make symbol imx_rngc_pm_ops static
by weiyongjun \(A\)
· 7 years ago
d4667ca
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
b399151
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
by Jia Zhang
· 7 years ago
a103950
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
c4fc5d6
hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()
by weiyongjun \(A\)
· 7 years ago
cd0bb67
hwrng: imx-rngc - simplify the power management definitions
by Martin Kaiser
· 7 years ago
2273f42
hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()
by weiyongjun \(A\)
· 7 years ago
a8bc71d
hwrng: exynos - Signedness bug in exynos_trng_do_read()
by Dan Carpenter
· 7 years ago
4565da7
hwrng: mediatek - Setup default RNG quality
by Sean Wang
· 7 years ago
6e592a0
tpm: Move Linux RNG connection to hwrng
by Jason Gunthorpe
· 7 years ago
aad887f
tpm: use struct tpm_chip for tpm_chip_find_get()
by Jarkko Sakkinen
· 7 years ago
6cd225cc
hwrng: exynos - add Samsung Exynos True RNG driver
by Łukasz Stelmach
· 7 years ago
0e4b529
hwrng: core - Clean up RNG list when last hwrng is unregistered
by Gary R Hook
· 7 years ago
0c2616a
hwrng: bcm63xx - Remove since bcm2835-rng takes over
by Florian Fainelli
· 7 years ago
8705f24
hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platforms
by Florian Fainelli
· 7 years ago
6f09359
hwrng: bcm2835 - Add Broadcom MIPS I/O accessors
by Florian Fainelli
· 7 years ago
abd4202
hwrng: bcm2835 - Abstract I/O accessors
by Florian Fainelli
· 7 years ago
791af4f
hwrng: bcm2835 - Manage an optional clock
by Florian Fainelli
· 7 years ago
04b154f
hwrng: bcm2835 - Rework interrupt masking
by Florian Fainelli
· 7 years ago
16a4c04
hwrng: bcm2835 - Use device managed helpers
by Florian Fainelli
· 7 years ago
ec94bca
hwrng: bcm2835 - Implementation cleanup callback
by Florian Fainelli
· 7 years ago
a815777
hwrng: bcm2835 - Move enabling to hwrng::init
by Florian Fainelli
· 7 years ago
b788479
hwrng: bcm2835 - Define a driver private context
by Florian Fainelli
· 7 years ago
21bb0ef
hwrng: bcm2835 - Obtain base register via resource
by Florian Fainelli
· 7 years ago
37dc795
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
2bcc673
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
c3577f61
hwrng: iproc-rng200 - Add support for BCM7278
by Florian Fainelli
· 7 years ago
e5cc6e7
hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resume
by Jim Quigley
· 7 years ago
142a27f
hwrng: core - Reset user selected rng by writing "" to rng_current
by PrasannaKumar Muralidharan
· 7 years ago
c8dd5e4
hwrng: xgene - Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
200d24d
hwrng/xgene-rng: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
4d0ec22
hwrng: core - pr_err() strings should end with newlines
by Arvind Yadav
· 7 years ago
c0133b0
hwrng: timeriomem - Remove 'max < 4' condition check
by PrasannaKumar Muralidharan
· 7 years ago
677c4f4
hwrng: pseries - constify vio_device_id
by Arvind Yadav
· 7 years ago
1d54494
hwrng: mx-rngc - add a driver for Freescale RNGC
by Martin Kaiser
· 7 years ago
60f3aae
hwrng: Kconfig - Correct help text about feeding entropy pool
by PrasannaKumar Muralidharan
· 7 years ago
10a515d
hwrng: remember rng chosen by user
by Harald Freudenberger
· 7 years ago
2bbb698
hwrng: use rng source with best quality
by Harald Freudenberger
· 7 years ago
81d2b34
hwrng: mtk - add runtime PM support
by Sean Wang
· 8 years ago
284e763
hw_random: timeriomem_rng: Allow setting RNG quality from platform data
by Rick Altherr
· 8 years ago
986130b
hwrng: omap3-rom - Handle return value of clk_prepare_enable
by Arvind Yadav
· 8 years ago
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
Next »