summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-148-56/+151
|\
| * hwrng: Make explicit that max >= 32 alwaysPrasannaKumar Muralidharan2016-11-213-10/+2
| * hwrng: atmel - use clk_disable_unprepare instead of clk_disableWei Yongjun2016-11-171-1/+1
| * hwrng: atmel - disable TRNG during suspendWenyou Yang2016-11-011-3/+21
| * hwrng: core - zeroize buffers with random dataStephan Mueller2016-11-011-0/+3
| * hwrng: meson - Remove unneeded platform MODULE_ALIASJavier Martinez Canillas2016-10-251-1/+0
| * hwrng: meson - Fix module autoload for OF registrationJavier Martinez Canillas2016-10-251-0/+1
| * hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8KRomain Perier2016-10-212-3/+85
| * hwrng: omap - Don't prefix the probe message with OMAPRomain Perier2016-10-211-1/+1
OpenPOWER on IntegriCloud