summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)AuthorFilesLines
2022-06-25random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld1-0/+1
2022-04-20hwrng: atmel - disable trng on failure pathClaudiu Beznea1-0/+1
2021-11-26hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann1-2/+7
2021-03-03hwrng: timeriomem - Fix cooldown period calculationJan Henrik Weinstock1-1/+1
2020-04-13hwrng: imx-rngc - fix an error pathMartin Kaiser1-1/+3
2019-12-31hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren1-1/+2
2019-12-17hwrng: omap - Fix RNG wait loop timeoutSumit Garg1-1/+8
2019-12-05hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve1-0/+8
2019-10-05hwrng: core - don't wait on add_early_randomness()Laurent Vivier1-1/+1
2019-05-31hwrng: omap - Set default qualityRouven Czerwinski1-0/+1
2019-04-05hwrng: virtio - Avoid repeated init of completionDavid Tolnay1-1/+1
2018-05-30hwrng: stm32 - add reset during probelionel.debieve@st.com1-0/+9
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-08-03hwrng: mx-rngc - add a driver for Freescale RNGCMartin Kaiser3-0/+346
2017-08-03hwrng: Kconfig - Correct help text about feeding entropy poolPrasannaKumar Muralidharan1-4/+2
2017-07-18hwrng: remember rng chosen by userHarald Freudenberger1-2/+19
2017-07-18hwrng: use rng source with best qualityHarald Freudenberger1-6/+19
2017-06-20hwrng: mtk - add runtime PM supportSean Wang1-0/+42
2017-06-01hw_random: timeriomem_rng: Allow setting RNG quality from platform dataRick Altherr1-0/+7
2017-05-23hwrng: omap3-rom - Handle return value of clk_prepare_enableArvind Yadav1-2/+9
2017-05-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds8-336/+298
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds3-0/+283
2017-04-26s390/trng: Introduce s390 TRNG device driver.Harald Freudenberger3-0/+283
2017-04-21hwrng: mtk - Add driver for hardware random generator on MT7623 SoCSean Wang3-0/+183
2017-04-21hwrng: n2 - Use devm_kcalloc() in n2rng_probe()Markus Elfring1-3/+1
2017-04-21crypto: exynos - Add new Exynos RNG driverKrzysztof Kozlowski3-246/+0
2017-04-10hwrng: timeriomem - Improve performance for sub-jiffie update periodsRick Altherr1-41/+45
2017-04-10hwrng: timeriomem - Shorten verbose type and variable namesRick Altherr1-14/+13
2017-04-10hwrng: timeriomem - Migrate to new APIRick Altherr1-30/+30
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-23/+69
2017-03-16hwrng: omap - move clock related code to omap_rng_probe()Thomas Petazzoni1-10/+12
2017-03-16hwrng: meson - add clock handling to driverHeiner Kallweit1-0/+22
2017-03-16hwrng: geode - Revert managed API changesPrarit Bhargava1-15/+35
2017-03-16hwrng: amd - Revert managed API changesPrarit Bhargava1-8/+34
2017-03-08hwrng: omap - Do not access INTMASK_REG on EIP76Thomas Petazzoni1-1/+12
2017-03-08hwrng: omap - use devm_clk_get() instead of of_clk_get()Thomas Petazzoni1-1/+1
2017-03-08hwrng: omap - write registers after enabling the clockThomas Petazzoni1-1/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-02-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-108/+221
2017-02-15hwrng: omap - update Kconfig help descriptionRussell King1-2/+2
2017-02-11hwrng: cavium - Use per device name to allow for multiple devices.David Daney1-1/+5
2017-02-09Revert "hwrng: core - zeroize buffers with random data"David Daney1-3/+0
2017-01-13hwrng: n2 - update version infoShannon Nelson1-4/+4
2017-01-13hwrng: n2 - support new hardware register layoutShannon Nelson2-46/+134
2017-01-13hwrng: n2 - add device data descriptionsShannon Nelson2-8/+54
2017-01-13hwrng: n2 - limit error spewage when self-test failsShannon Nelson1-1/+4
2016-12-27hwrng: core - remove unused PFX macroCorentin LABBE1-1/+0
2016-12-27hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.hCorentin LABBE1-2/+1
2016-12-27hwrng: core - Replace asm/uaccess.h by linux/uaccess.hCorentin LABBE1-7/+7