summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)Author
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-01-26hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()weiyongjun \(A\)
2018-01-18hwrng: imx-rngc - simplify the power management definitionsMartin Kaiser
2018-01-18hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()weiyongjun \(A\)
2018-01-18hwrng: exynos - Signedness bug in exynos_trng_do_read()Dan Carpenter
2018-01-18hwrng: mediatek - Setup default RNG qualitySean Wang
2018-01-08tpm: Move Linux RNG connection to hwrngJason Gunthorpe
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen
2018-01-05hwrng: exynos - add Samsung Exynos True RNG driverƁukasz Stelmach
2017-12-22hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook
2017-11-29hwrng: bcm63xx - Remove since bcm2835-rng takes overFlorian Fainelli
2017-11-29hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platformsFlorian Fainelli
2017-11-29hwrng: bcm2835 - Add Broadcom MIPS I/O accessorsFlorian Fainelli
2017-11-29hwrng: bcm2835 - Abstract I/O accessorsFlorian Fainelli
2017-11-29hwrng: bcm2835 - Manage an optional clockFlorian Fainelli
2017-11-29hwrng: bcm2835 - Rework interrupt maskingFlorian Fainelli
2017-11-29hwrng: bcm2835 - Use device managed helpersFlorian Fainelli
2017-11-29hwrng: bcm2835 - Implementation cleanup callbackFlorian Fainelli
2017-11-29hwrng: bcm2835 - Move enabling to hwrng::initFlorian Fainelli
2017-11-29hwrng: bcm2835 - Define a driver private contextFlorian Fainelli
2017-11-29hwrng: bcm2835 - Obtain base register via resourceFlorian Fainelli
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-10hwrng: iproc-rng200 - Add support for BCM7278Florian Fainelli
2017-11-06hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resumeJim Quigley
2017-11-03hwrng: core - Reset user selected rng by writing "" to rng_currentPrasannaKumar Muralidharan
2017-11-03hwrng: xgene - Convert timers to use timer_setup()Kees Cook
2017-11-02hwrng/xgene-rng: Convert timers to use timer_setup()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-12hwrng: core - pr_err() strings should end with newlinesArvind Yadav
2017-09-22hwrng: timeriomem - Remove 'max < 4' condition checkPrasannaKumar Muralidharan
2017-09-22hwrng: pseries - constify vio_device_idArvind Yadav
2017-08-03hwrng: mx-rngc - add a driver for Freescale RNGCMartin Kaiser
2017-08-03hwrng: Kconfig - Correct help text about feeding entropy poolPrasannaKumar Muralidharan
2017-07-18hwrng: remember rng chosen by userHarald Freudenberger
2017-07-18hwrng: use rng source with best qualityHarald Freudenberger
2017-06-20hwrng: mtk - add runtime PM supportSean Wang
2017-06-01hw_random: timeriomem_rng: Allow setting RNG quality from platform dataRick Altherr
2017-05-23hwrng: omap3-rom - Handle return value of clk_prepare_enableArvind Yadav
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-04-26s390/trng: Introduce s390 TRNG device driver.Harald Freudenberger
2017-04-21hwrng: mtk - Add driver for hardware random generator on MT7623 SoCSean Wang
2017-04-21hwrng: n2 - Use devm_kcalloc() in n2rng_probe()Markus Elfring
2017-04-21crypto: exynos - Add new Exynos RNG driverKrzysztof Kozlowski
2017-04-10hwrng: timeriomem - Improve performance for sub-jiffie update periodsRick Altherr
2017-04-10hwrng: timeriomem - Shorten verbose type and variable namesRick Altherr
2017-04-10hwrng: timeriomem - Migrate to new APIRick Altherr
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-03-16hwrng: omap - move clock related code to omap_rng_probe()Thomas Petazzoni