summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-181-6/+9
|\
| * virtio-rng: refactor probe error handlingMichael S. Tsirkin2014-10-151-6/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-10-089-17/+453
|\ \
| * | hwrng: printk replacementSudip Mukherjee2014-10-026-17/+16Star
| * | hwrng: xgene - add support for APM X-Gene SoC RNG supportFeng Kan2014-08-293-0/+437
| |/
* | virtio-rng: skip reading when we start to remove the deviceAmos Kong2014-09-111-0/+5
* | virtio-rng: fix stuck of hot-unplugging busy deviceAmos Kong2014-09-111-0/+2
|/
* 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-112-28/+17Star
|\
| * Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah2014-07-272-15/+0Star
| * 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/+0Star
* | 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-121-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-086-257/+58Star
|\ \ | |/ |/|
| * hwrng: n2-drv - Introduce the use of the managed version of kzallocHimangi Saraogi2014-05-131-17/+7Star
| * hwrng: timeriomem - remove unnecessary OOM messagesJingoo Han2014-05-081-3/+1Star
| * hwrng: omap - remove unnecessary OOM messagesJingoo Han2014-05-081-3/+1Star
| * hwrng: picoxcell - remove unbuildable picoxcell TRNGPaul Bolle2014-04-163-195/+0Star
| * 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-151-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-061-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/+36Star
|\ \
| * | hwrng: add randomness to system from rng sourcesKees Cook2014-03-101-0/+7
| * | hwrng: timeriomem - Use devm_*() functionsJingoo Han2014-03-101-30/+10Star
| * | hwrng: nomadik - Use devm_*() functionsJingoo Han2014-03-101-9/+4Star
| * | hwrng: pixocell - Use devm_clk_get()Jingoo Han2014-03-101-6/+2Star
| * | hwrng: omap3-rom - Use devm_clk_get()Jingoo Han2014-03-101-2/+1Star
| * | hwrng: atmel - Use devm_clk_get()Jingoo Han2014-03-101-6/+2Star
| * | hwrng: pixocell - Use devm_ioremap_resource()Jingoo Han2014-02-261-16/+3Star
| * | hwrng: atmel - Use devm_ioremap_resource()Jingoo Han2014-02-261-11/+4Star
| * | hwrng: cleanup in hwrng_register()Dan Carpenter2014-02-091-7/+3Star
| |/
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-021-2/+1Star
|\ \
| * | virtio-rng: don't crash if virtqueue is broken.Rusty Russell2014-03-131-2/+1Star
| |/
* / drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-086-6/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-246-4/+368
|\