summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)Author
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-04-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-03-13virtio-rng: don't crash if virtqueue is broken.Rusty Russell
2014-03-10hwrng: add randomness to system from rng sourcesKees Cook
2014-03-10hwrng: timeriomem - Use devm_*() functionsJingoo Han
2014-03-10hwrng: nomadik - Use devm_*() functionsJingoo Han
2014-03-10hwrng: pixocell - Use devm_clk_get()Jingoo Han
2014-03-10hwrng: omap3-rom - Use devm_clk_get()Jingoo Han
2014-03-10hwrng: atmel - Use devm_clk_get()Jingoo Han
2014-02-26hwrng: pixocell - Use devm_ioremap_resource()Jingoo Han
2014-02-26hwrng: atmel - Use devm_ioremap_resource()Jingoo Han
2014-02-21hwrng: msm: switch Kconfig to ARCH_QCOM dependsKumar Gala
2014-02-09hwrng: cleanup in hwrng_register()Dan Carpenter
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring
2013-10-30hwrng: msm - Add PRNG support for MSM SoC'sStanimir Varbanov
2013-10-16hwrng: OMAP3 ROM Random Number Generator supportPali Rohár
2013-10-11hwrng: Add a driver for the hwrng found in power7+ systemsMichael Ellerman
2013-10-11hwrng: Return errors to upper levels in pseries-rng.cMichael Ellerman
2013-10-10drivers: clean-up prom.h implicit includesRob Herring
2013-10-07hwrng: pseries - Return errors to upper levels in pseries-rng.cMichael Ellerman
2013-10-07hwrng: pseries - Use KBUILD_MODNAME in pseries-rng.cMichael Ellerman
2013-09-23virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu
2013-09-13hwrng: via-rng - Mark device ID table as __maybe_unusedBen Hutchings
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2013-09-02hwrng: via - Add MODULE_DEVICE_TABLEBen Hutchings
2013-08-21hwrng: omap - reorder OMAP TRNG driver codeOlof Johansson
2013-08-14hwrng: tx4939 - simplify use of devm_ioremap_resourceJulia Lawall
2013-08-09hwrng: pixocel - Staticize 'rng_dev'Jingoo Han
2013-08-09hwrng: omap - Add OMAP4 TRNG supportLokesh Vutla
2013-08-09hwrng: omap - Add device tree supportLokesh Vutla
2013-08-09hwrng: omap - Remove duplicated function callLokesh Vutla
2013-08-09hwrng: omap - Convert to devm_kzalloc()Lokesh Vutla
2013-08-09hwrng: omap - Use module_platform_driver macroLokesh Vutla
2013-08-01hwrng: mxc-rnga - Check the return value from clk_prepare_enable()Fabio Estevam
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-06-21hwrng: bcm2835 - fix MODULE_LICENSE tagArnd Bergmann
2013-06-19hwrng: bcm2835: fix MODULE_LICENSE tagArnd Bergmann
2013-06-10MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney
2013-06-05hwrng: nomadik - use clk_prepare_enable()Linus Walleij
2013-06-05hwrng: use platform_{get,set}_drvdata()Jingoo Han
2013-05-24hwrng: tx4939 - remove unnecessary platform_set_drvdata()Jingoo Han
2013-05-24hwrng: timeriomem - remove unnecessary platform_set_drvdata()Jingoo Han
2013-05-24hwrng: bcm63xx - remove unnecessary platform_set_drvdata()Jingoo Han