summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-05-023-0/+283
|\ \ \ | |_|/ |/| |
| * | s390/trng: Introduce s390 TRNG device driver.Harald Freudenberger2017-04-263-0/+283
| |/
* | hwrng: geode - Revert managed API changesPrarit Bhargava2017-03-161-15/+35
* | hwrng: amd - Revert managed API changesPrarit Bhargava2017-03-161-8/+34
|/
* hwrng: omap - Do not access INTMASK_REG on EIP76Thomas Petazzoni2017-03-081-1/+12
* hwrng: omap - use devm_clk_get() instead of of_clk_get()Thomas Petazzoni2017-03-081-1/+1
* hwrng: omap - write registers after enabling the clockThomas Petazzoni2017-03-081-1/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-235-108/+221
|\
| * hwrng: omap - update Kconfig help descriptionRussell King2017-02-151-2/+2
| * hwrng: cavium - Use per device name to allow for multiple devices.David Daney2017-02-111-1/+5
| * hwrng: n2 - update version infoShannon Nelson2017-01-131-4/+4
| * hwrng: n2 - support new hardware register layoutShannon Nelson2017-01-132-46/+134
| * hwrng: n2 - add device data descriptionsShannon Nelson2017-01-132-8/+54
| * hwrng: n2 - limit error spewage when self-test failsShannon Nelson2017-01-131-1/+4
| * hwrng: core - remove unused PFX macroCorentin LABBE2016-12-271-1/+0
| * hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.hCorentin LABBE2016-12-271-2/+1
| * hwrng: core - Replace asm/uaccess.h by linux/uaccess.hCorentin LABBE2016-12-271-7/+7
| * hwrng: core - Rewrite the headerCorentin LABBE2016-12-271-29/+9
| * hwrng: core - rewrite better comparison to NULLCorentin LABBE2016-12-271-2/+1
| * hwrng: core - do not use multiple blank linesCorentin LABBE2016-12-271-5/+0
* | Revert "hwrng: core - zeroize buffers with random data"David Daney2017-02-081-3/+0
|/