summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-214-26/+14Star
|\
| * hwrng: Avoid manual device_create_file() callsTakashi Iwai2015-03-251-23/+11Star
| * char: constify of_device_id arrayFabian Frederick2015-03-163-3/+3
* | hwrng: core - allow perfect entropy from hardware devicesKeith Packard2015-03-181-1/+2
* | hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in initAndre Wolokita2015-03-171-1/+1
* | hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disa...Andre Wolokita2015-03-171-1/+1
* | hwrng: iproc-rng200 - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-14/+1Star
* | hwrng: iproc-rng200 - do not use static structureDmitry Torokhov2015-03-161-23/+21Star
* | hwrng: msm - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-10/+1Star
* | hwrng: exynos - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-11/+1Star
* | hwrng: bcm63xx - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-56/+31Star
* | hwrng: add devm_* interfacesDmitry Torokhov2015-03-161-0/+42
* | hwrng: omap - remove #ifdefery around PM methodsDmitry Torokhov2015-03-121-12/+3Star
* | hwrng: pseries - remove incorrect __init/__exit markupsDmitry Torokhov2015-03-111-2/+2
* | hwrng: octeon - remove incorrect __exit markupsDmitry Torokhov2015-03-111-2/+2
* | hwrng: omap - remove incorrect __exit markupsDmitry Torokhov2015-03-111-2/+2
* | hwrng: xgene - add ACPI support for APM X-Gene RNG unitFeng Kan2015-03-091-0/+10
* | hwrng: iproc-rng200 - Add Broadcom IPROC RNG driverScott Branden2015-03-063-0/+268
* | hwrng: bcm63xx - use devm_* helpersFlorian Fainelli2015-03-011-14/+6Star
* | hwrng: bcm63xx - move register definitions to driverFlorian Fainelli2015-03-011-1/+9
* | hwrng: bcm63xx - drop bcm_{readl,writel} macrosFlorian Fainelli2015-03-011-7/+6Star
|/
* hwrng: virtio - drop extra empty lineMichael S. Tsirkin2015-01-261-1/+0Star
* hwrng: core - Move hwrng_init call into set_current_rngHerbert Xu2014-12-251-14/+16
* hwrng: core - Drop current rng in set_current_rngHerbert Xu2014-12-251-1/+2
* hwrng: core - Do not register device opportunisticallyHerbert Xu2014-12-251-11/+12
* hwrng: core - Fix current_rng init/cleanup race yet againHerbert Xu2014-12-251-3/+11
* hwrng: core - Use struct completion for cleanup_doneHerbert Xu2014-12-251-9/+3Star
* hwrng: don't init list element we're about to add to list.Rusty Russell2014-12-221-1/+0Star
* hwrng: don't double-check old_rng.Rusty Russell2014-12-221-3/+2Star
* hwrng: fix unregister race.Rusty Russell2014-12-221-0/+12
* hwrng: use reference counts on each struct hwrng.Rusty Russell2014-12-221-43/+92
* hwrng: move some code out mutex_lock for avoiding underlying deadlockAmos Kong2014-12-221-3/+3
* hwrng: place mutex around read functions and buffers.Rusty Russell2014-12-221-3/+17
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1514-14/+0Star
|\
| * char: hw_random: drop owner assignment from platform_driversWolfram Sang2014-10-2014-14/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-133-13/+16
|\ \
| * | hwrng: atmel - add DT supportBoris Brezillon2014-11-202-1/+8
| * | hwrng: atmel - use clk_prepapre_enable/_disable_unprepareBoris Brezillon2014-11-201-4/+4
| * | hwrng: core - Changed from using strncat to strlcatRickard Strandqvist2014-10-241-8/+4Star
| |/
* | hwrandom / exynos / PM: Use CONFIG_PM in #ifdefRafael J. Wysocki2014-12-041-1/+1
* | hwrng: pseries - port to new read API and fix stack corruptionGreg Kurz2014-11-061-4/+7
|/
* 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
|\