summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
...
| * x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-318-233/+377
|\ \
| * | hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()weiyongjun \(A\)2018-01-261-3/+1
| * | hwrng: imx-rngc - simplify the power management definitionsMartin Kaiser2018-01-181-10/+3
| * | hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()weiyongjun \(A\)2018-01-181-3/+1
| * | hwrng: exynos - Signedness bug in exynos_trng_do_read()Dan Carpenter2018-01-181-1/+1
| * | hwrng: mediatek - Setup default RNG qualitySean Wang2018-01-181-0/+1
| * | hwrng: exynos - add Samsung Exynos True RNG driverƁukasz Stelmach2018-01-053-0/+250
| * | hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook2017-12-221-0/+4
| * | hwrng: bcm63xx - Remove since bcm2835-rng takes overFlorian Fainelli2017-11-293-168/+0
| * | hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platformsFlorian Fainelli2017-11-292-4/+14
| * | hwrng: bcm2835 - Add Broadcom MIPS I/O accessorsFlorian Fainelli2017-11-291-2/+11
| * | hwrng: bcm2835 - Abstract I/O accessorsFlorian Fainelli2017-11-291-8/+19
| * | hwrng: bcm2835 - Manage an optional clockFlorian Fainelli2017-11-291-1/+16
| * | hwrng: bcm2835 - Rework interrupt maskingFlorian Fainelli2017-11-291-16/+23
| * | hwrng: bcm2835 - Use device managed helpersFlorian Fainelli2017-11-291-12/+1
| * | hwrng: bcm2835 - Implementation cleanup callbackFlorian Fainelli2017-11-291-3/+9
| * | hwrng: bcm2835 - Move enabling to hwrng::initFlorian Fainelli2017-11-291-4/+12
| * | hwrng: bcm2835 - Define a driver private contextFlorian Fainelli2017-11-291-21/+34
| * | hwrng: bcm2835 - Obtain base register via resourceFlorian Fainelli2017-11-291-10/+10
| |/
* | tpm: Move Linux RNG connection to hwrngJason Gunthorpe2018-01-083-64/+0
* | tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen2018-01-081-1/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-146-32/+58
|\
| * hwrng: iproc-rng200 - Add support for BCM7278Florian Fainelli2017-11-102-3/+4
| * hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resumeJim Quigley2017-11-061-1/+20
| * hwrng: core - Reset user selected rng by writing "" to rng_currentPrasannaKumar Muralidharan2017-11-031-19/+32
| * hwrng: xgene - Convert timers to use timer_setup()Kees Cook2017-11-031-5/+3
| * hwrng: core - pr_err() strings should end with newlinesArvind Yadav2017-10-121-1/+1
| * hwrng: timeriomem - Remove 'max < 4' condition checkPrasannaKumar Muralidharan2017-09-221-7/+0
| * hwrng: pseries - constify vio_device_idArvind Yadav2017-09-221-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-5/+3
|\ \
| * | hwrng/xgene-rng: Convert timers to use timer_setup()Kees Cook2017-11-021-5/+3
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* hwrng: mx-rngc - add a driver for Freescale RNGCMartin Kaiser2017-08-033-0/+346
* hwrng: Kconfig - Correct help text about feeding entropy poolPrasannaKumar Muralidharan2017-08-031-4/+2
* hwrng: remember rng chosen by userHarald Freudenberger2017-07-181-2/+19
* hwrng: use rng source with best qualityHarald Freudenberger2017-07-181-6/+19
* hwrng: mtk - add runtime PM supportSean Wang2017-06-201-0/+42
* hw_random: timeriomem_rng: Allow setting RNG quality from platform dataRick Altherr2017-06-011-0/+7
* hwrng: omap3-rom - Handle return value of clk_prepare_enableArvind Yadav2017-05-231-2/+9
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-028-336/+298
|\
| * hwrng: mtk - Add driver for hardware random generator on MT7623 SoCSean Wang2017-04-213-0/+183
| * hwrng: n2 - Use devm_kcalloc() in n2rng_probe()Markus Elfring2017-04-211-3/+1
| * crypto: exynos - Add new Exynos RNG driverKrzysztof Kozlowski2017-04-213-246/+0
| * hwrng: timeriomem - Improve performance for sub-jiffie update periodsRick Altherr2017-04-101-41/+45
| * hwrng: timeriomem - Shorten verbose type and variable namesRick Altherr2017-04-101-14/+13
| * hwrng: timeriomem - Migrate to new APIRick Altherr2017-04-101-30/+30
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-04-052-23/+69
| |\
| * | hwrng: omap - move clock related code to omap_rng_probe()Thomas Petazzoni2017-03-161-10/+12
| * | hwrng: meson - add clock handling to driverHeiner Kallweit2017-03-161-0/+22