summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* virtio: rng: add derating factor for use by hwrng coreAmit Shah2014-08-151-0/+1
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-102-28/+17
|\
| * Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah2014-07-272-15/+0
| * virtio: rng: delay hwrng_register() till driver is readyAmit Shah2014-07-271-10/+15
| * virtio: rng: re-arrange struct elements for better packingAmit Shah2014-07-271-2/+2
| * virtio: rng: remove unused struct elementAmit Shah2014-07-271-1/+0
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-061-2/+65
|\ \ | |/ |/|
| * hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytesStephen Boyd2014-08-051-1/+1
| * hw_random: fix sparse warning (NULL vs 0 for pointer)Torsten Duwe2014-07-151-1/+1
| * hwrng: add per-device entropy deratingTorsten Duwe2014-07-151-1/+10
| * hwrng: create filler threadTorsten Duwe2014-07-151-5/+64
* | hwrng: virtio - ensure reads happen after successful probeAmit Shah2014-07-142-0/+16
* | hwrng: fetch randomness only after device initAmit Shah2014-07-141-8/+33
|/
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-111-38/+67
|\
| * virtio-rng: fixes for device registration/unregistrationSasha Levin2014-05-191-18/+23
| * virtio-rng: fix boot with virtio-rng deviceSasha Levin2014-05-191-1/+1
| * virtio-rng: support multiple virtio-rng devicesAmos Kong2014-05-141-39/+63
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds2014-06-076-257/+58
|\ \ | |/ |/|
| * hwrng: n2-drv - Introduce the use of the managed version of kzallocHimangi Saraogi2014-05-131-17/+7
| * hwrng: timeriomem - remove unnecessary OOM messagesJingoo Han2014-05-081-3/+1
| * hwrng: omap - remove unnecessary OOM messagesJingoo Han2014-05-081-3/+1
| * hwrng: picoxcell - remove unbuildable picoxcell TRNGPaul Bolle2014-04-163-195/+0
| * hwrng: Fix a few driver dependencies and defaultsJean Delvare2014-04-161-3/+9
| * hwrng: Turn HW_RANDOM into a menuconfigJean Delvare2014-04-161-26/+30
| * hwrng: Move UML_RANDOM at the last positionJean Delvare2014-04-161-15/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-04-141-5/+5
|\ \
| * | hwrng: bcm2835 - fix oops when rng h/w is accessed during registrationMatt Porter2014-04-111-5/+5
| |/
* | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-3/+3
|\ \ | |/ |/|
| * hwrng: msm: switch Kconfig to ARCH_QCOM dependsKumar Gala2014-02-211-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-04-036-87/+36
|\ \
| * | hwrng: add randomness to system from rng sourcesKees Cook2014-03-101-0/+7
| * | hwrng: timeriomem - Use devm_*() functionsJingoo Han2014-03-101-30/+10
| * | hwrng: nomadik - Use devm_*() functionsJingoo Han2014-03-101-9/+4
| * | hwrng: pixocell - Use devm_clk_get()Jingoo Han2014-03-101-6/+2
| * | hwrng: omap3-rom - Use devm_clk_get()Jingoo Han2014-03-101-2/+1
| * | hwrng: atmel - Use devm_clk_get()Jingoo Han2014-03-101-6/+2
| * | hwrng: pixocell - Use devm_ioremap_resource()Jingoo Han2014-02-271-16/+3
| * | hwrng: atmel - Use devm_ioremap_resource()Jingoo Han2014-02-271-11/+4
| * | hwrng: cleanup in hwrng_register()Dan Carpenter2014-02-091-7/+3
| |/
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-021-2/+1
|\ \
| * | virtio-rng: don't crash if virtqueue is broken.Rusty Russell2014-03-131-2/+1
| |/
* | drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-076-6/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-236-4/+368
|\
| * hwrng: msm - Add PRNG support for MSM SoC'sStanimir Varbanov2013-10-303-0/+210
| * hwrng: OMAP3 ROM Random Number Generator supportPali Rohár2013-10-163-0/+155
| * hwrng: pseries - Return errors to upper levels in pseries-rng.cMichael Ellerman2013-10-071-3/+11
| * hwrng: pseries - Use KBUILD_MODNAME in pseries-rng.cMichael Ellerman2013-10-071-3/+2
| * hwrng: via-rng - Mark device ID table as __maybe_unusedBen Hutchings2013-09-131-1/+1
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-151-2/+2
|\ \
| * | virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu2013-09-231-2/+2
| |/
OpenPOWER on IntegriCloud