aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-10Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-28/+17
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-2/+65
2014-08-05hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytesStephen Boyd1-1/+1
2014-07-27Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah2-15/+0
2014-07-27virtio: rng: delay hwrng_register() till driver is readyAmit Shah1-10/+15
2014-07-27virtio: rng: re-arrange struct elements for better packingAmit Shah1-2/+2
2014-07-27virtio: rng: remove unused struct elementAmit Shah1-1/+0
2014-07-15hw_random: fix sparse warning (NULL vs 0 for pointer)Torsten Duwe1-1/+1
2014-07-15hwrng: add per-device entropy deratingTorsten Duwe1-1/+10
2014-07-15hwrng: create filler threadTorsten Duwe1-5/+64
2014-07-14hwrng: virtio - ensure reads happen after successful probeAmit Shah2-0/+16
2014-07-14hwrng: fetch randomness only after device initAmit Shah1-8/+33
2014-06-11Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-38/+67
2014-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 into nextLinus Torvalds6-257/+58
2014-05-19virtio-rng: fixes for device registration/unregistrationSasha Levin1-18/+23
2014-05-19virtio-rng: fix boot with virtio-rng deviceSasha Levin1-1/+1
2014-05-14virtio-rng: support multiple virtio-rng devicesAmos Kong1-39/+63
2014-05-13hwrng: n2-drv - Introduce the use of the managed version of kzallocHimangi Saraogi1-17/+7
2014-05-08hwrng: timeriomem - remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-08hwrng: omap - remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-16hwrng: picoxcell - remove unbuildable picoxcell TRNGPaul Bolle3-195/+0
2014-04-16hwrng: Fix a few driver dependencies and defaultsJean Delvare1-3/+9
2014-04-16hwrng: Turn HW_RANDOM into a menuconfigJean Delvare1-26/+30
2014-04-16hwrng: Move UML_RANDOM at the last positionJean Delvare1-15/+15
2014-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-5/+5
2014-04-11hwrng: bcm2835 - fix oops when rng h/w is accessed during registrationMatt Porter1-5/+5
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+3
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-87/+36
2014-04-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+1
2014-03-13virtio-rng: don't crash if virtqueue is broken.Rusty Russell1-2/+1
2014-03-10hwrng: add randomness to system from rng sourcesKees Cook1-0/+7
2014-03-10hwrng: timeriomem - Use devm_*() functionsJingoo Han1-30/+10
2014-03-10hwrng: nomadik - Use devm_*() functionsJingoo Han1-9/+4
2014-03-10hwrng: pixocell - Use devm_clk_get()Jingoo Han1-6/+2
2014-03-10hwrng: omap3-rom - Use devm_clk_get()Jingoo Han1-2/+1
2014-03-10hwrng: atmel - Use devm_clk_get()Jingoo Han1-6/+2
2014-02-27hwrng: pixocell - Use devm_ioremap_resource()Jingoo Han1-16/+3
2014-02-27hwrng: atmel - Use devm_ioremap_resource()Jingoo Han1-11/+4
2014-02-21hwrng: msm: switch Kconfig to ARCH_QCOM dependsKumar Gala1-3/+3
2014-02-09hwrng: cleanup in hwrng_register()Dan Carpenter1-7/+3
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker6-6/+0
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-4/+368
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-0/+2
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring1-0/+1
2013-10-30hwrng: msm - Add PRNG support for MSM SoC'sStanimir Varbanov3-0/+210
2013-10-16hwrng: OMAP3 ROM Random Number Generator supportPali Rohár3-0/+155
2013-10-11hwrng: Add a driver for the hwrng found in power7+ systemsMichael Ellerman3-0/+95
2013-10-11hwrng: Return errors to upper levels in pseries-rng.cMichael Ellerman1-3/+11