summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
AgeCommit message (Expand)Author
2015-09-21hwrng: xgene - fix handling platform_get_irqAndrzej Hajda
2015-07-28hwrng: core - correct error check of kthread_run callMartin Schwidefsky
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar
2015-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-05-04hwrng: bcm63xx - Fix driver compilationÁlvaro Fernández Rojas
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-03-25hwrng: Avoid manual device_create_file() callsTakashi Iwai
2015-03-18hwrng: core - allow perfect entropy from hardware devicesKeith Packard
2015-03-17hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in initAndre Wolokita
2015-03-17hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disa...Andre Wolokita
2015-03-16char: constify of_device_id arrayFabian Frederick
2015-03-16hwrng: iproc-rng200 - make use of devm_hwrng_registerDmitry Torokhov
2015-03-16hwrng: iproc-rng200 - do not use static structureDmitry Torokhov
2015-03-16hwrng: msm - make use of devm_hwrng_registerDmitry Torokhov
2015-03-16hwrng: exynos - make use of devm_hwrng_registerDmitry Torokhov
2015-03-16hwrng: bcm63xx - make use of devm_hwrng_registerDmitry Torokhov
2015-03-16hwrng: add devm_* interfacesDmitry Torokhov
2015-03-12hwrng: omap - remove #ifdefery around PM methodsDmitry Torokhov
2015-03-12hwrng: pseries - remove incorrect __init/__exit markupsDmitry Torokhov
2015-03-12hwrng: octeon - remove incorrect __exit markupsDmitry Torokhov
2015-03-12hwrng: omap - remove incorrect __exit markupsDmitry Torokhov
2015-03-09hwrng: xgene - add ACPI support for APM X-Gene RNG unitFeng Kan
2015-03-06hwrng: iproc-rng200 - Add Broadcom IPROC RNG driverScott Branden
2015-03-01hwrng: bcm63xx - use devm_* helpersFlorian Fainelli
2015-03-01hwrng: bcm63xx - move register definitions to driverFlorian Fainelli
2015-03-01hwrng: bcm63xx - drop bcm_{readl,writel} macrosFlorian Fainelli
2015-01-26hwrng: virtio - drop extra empty lineMichael S. Tsirkin
2014-12-26hwrng: core - Move hwrng_init call into set_current_rngHerbert Xu
2014-12-26hwrng: core - Drop current rng in set_current_rngHerbert Xu
2014-12-26hwrng: core - Do not register device opportunisticallyHerbert Xu
2014-12-26hwrng: core - Fix current_rng init/cleanup race yet againHerbert Xu
2014-12-26hwrng: core - Use struct completion for cleanup_doneHerbert Xu
2014-12-22hwrng: don't init list element we're about to add to list.Rusty Russell
2014-12-22hwrng: don't double-check old_rng.Rusty Russell
2014-12-22hwrng: fix unregister race.Rusty Russell
2014-12-22hwrng: use reference counts on each struct hwrng.Rusty Russell
2014-12-22hwrng: move some code out mutex_lock for avoiding underlying deadlockAmos Kong
2014-12-22hwrng: place mutex around read functions and buffers.Rusty Russell
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-12-04hwrandom / exynos / PM: Use CONFIG_PM in #ifdefRafael J. Wysocki
2014-11-20hwrng: atmel - add DT supportBoris Brezillon
2014-11-20hwrng: atmel - use clk_prepapre_enable/_disable_unprepareBoris Brezillon
2014-11-06hwrng: pseries - port to new read API and fix stack corruptionGreg Kurz
2014-10-24hwrng: core - Changed from using strncat to strlcatRickard Strandqvist
2014-10-20char: hw_random: drop owner assignment from platform_driversWolfram Sang
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-15virtio-rng: refactor probe error handlingMichael S. Tsirkin
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-10-02hwrng: printk replacementSudip Mukherjee