aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAge
* hwrng: core - allow perfect entropy from hardware devicesKeith Packard2015-03-18
* hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in initAndre Wolokita2015-03-17
* hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disa...Andre Wolokita2015-03-17
* hwrng: iproc-rng200 - make use of devm_hwrng_registerDmitry Torokhov2015-03-16
* hwrng: iproc-rng200 - do not use static structureDmitry Torokhov2015-03-16
* hwrng: msm - make use of devm_hwrng_registerDmitry Torokhov2015-03-16
* hwrng: exynos - make use of devm_hwrng_registerDmitry Torokhov2015-03-16
* hwrng: bcm63xx - make use of devm_hwrng_registerDmitry Torokhov2015-03-16
* hwrng: add devm_* interfacesDmitry Torokhov2015-03-16
* hwrng: omap - remove #ifdefery around PM methodsDmitry Torokhov2015-03-12
* hwrng: pseries - remove incorrect __init/__exit markupsDmitry Torokhov2015-03-11
* hwrng: octeon - remove incorrect __exit markupsDmitry Torokhov2015-03-11
* hwrng: omap - remove incorrect __exit markupsDmitry Torokhov2015-03-11
* hwrng: xgene - add ACPI support for APM X-Gene RNG unitFeng Kan2015-03-09
* hwrng: iproc-rng200 - Add Broadcom IPROC RNG driverScott Branden2015-03-06
* hwrng: bcm63xx - use devm_* helpersFlorian Fainelli2015-03-01
* hwrng: bcm63xx - move register definitions to driverFlorian Fainelli2015-03-01
* hwrng: bcm63xx - drop bcm_{readl,writel} macrosFlorian Fainelli2015-03-01
* hwrng: virtio - drop extra empty lineMichael S. Tsirkin2015-01-25
* hwrng: core - Move hwrng_init call into set_current_rngHerbert Xu2014-12-25
* hwrng: core - Drop current rng in set_current_rngHerbert Xu2014-12-25
* hwrng: core - Do not register device opportunisticallyHerbert Xu2014-12-25
* hwrng: core - Fix current_rng init/cleanup race yet againHerbert Xu2014-12-25
* hwrng: core - Use struct completion for cleanup_doneHerbert Xu2014-12-25
* hwrng: don't init list element we're about to add to list.Rusty Russell2014-12-22
* hwrng: don't double-check old_rng.Rusty Russell2014-12-22
* hwrng: fix unregister race.Rusty Russell2014-12-22
* hwrng: use reference counts on each struct hwrng.Rusty Russell2014-12-22
* hwrng: move some code out mutex_lock for avoiding underlying deadlockAmos Kong2014-12-22
* hwrng: place mutex around read functions and buffers.Rusty Russell2014-12-22
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\
| * char: hw_random: drop owner assignment from platform_driversWolfram Sang2014-10-20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-13
|\ \
| * | hwrng: atmel - add DT supportBoris Brezillon2014-11-20
| * | hwrng: atmel - use clk_prepapre_enable/_disable_unprepareBoris Brezillon2014-11-20
| * | hwrng: core - Changed from using strncat to strlcatRickard Strandqvist2014-10-24
| |/
* | hwrandom / exynos / PM: Use CONFIG_PM in #ifdefRafael J. Wysocki2014-12-03
* | hwrng: pseries - port to new read API and fix stack corruptionGreg Kurz2014-11-06
|/
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-18
|\
| * virtio-rng: refactor probe error handlingMichael S. Tsirkin2014-10-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-10-08
|\ \
| * | hwrng: printk replacementSudip Mukherjee2014-10-02
| * | hwrng: xgene - add support for APM X-Gene SoC RNG supportFeng Kan2014-08-29
| |/
* | virtio-rng: skip reading when we start to remove the deviceAmos Kong2014-09-11
* | virtio-rng: fix stuck of hot-unplugging busy deviceAmos Kong2014-09-11
|/
* virtio: rng: add derating factor for use by hwrng coreAmit Shah2014-08-15
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-11
|\
| * Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah2014-07-27
| * virtio: rng: delay hwrng_register() till driver is readyAmit Shah2014-07-27
| * virtio: rng: re-arrange struct elements for better packingAmit Shah2014-07-27