summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
AgeCommit message (Expand)AuthorLines
2015-01-26hwrng: virtio - drop extra empty lineMichael S. Tsirkin-1/+0
2014-12-26hwrng: core - Move hwrng_init call into set_current_rngHerbert Xu-14/+16
2014-12-26hwrng: core - Drop current rng in set_current_rngHerbert Xu-1/+2
2014-12-26hwrng: core - Do not register device opportunisticallyHerbert Xu-11/+12
2014-12-26hwrng: core - Fix current_rng init/cleanup race yet againHerbert Xu-3/+11
2014-12-26hwrng: core - Use struct completion for cleanup_doneHerbert Xu-9/+3
2014-12-22hwrng: don't init list element we're about to add to list.Rusty Russell-1/+0
2014-12-22hwrng: don't double-check old_rng.Rusty Russell-3/+2
2014-12-22hwrng: fix unregister race.Rusty Russell-0/+12
2014-12-22hwrng: use reference counts on each struct hwrng.Rusty Russell-43/+92
2014-12-22hwrng: move some code out mutex_lock for avoiding underlying deadlockAmos Kong-3/+3
2014-12-22hwrng: place mutex around read functions and buffers.Rusty Russell-3/+17
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-14/+0
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-13/+16
2014-12-04hwrandom / exynos / PM: Use CONFIG_PM in #ifdefRafael J. Wysocki-1/+1
2014-11-20hwrng: atmel - add DT supportBoris Brezillon-1/+8
2014-11-20hwrng: atmel - use clk_prepapre_enable/_disable_unprepareBoris Brezillon-4/+4
2014-11-06hwrng: pseries - port to new read API and fix stack corruptionGreg Kurz-4/+7
2014-10-24hwrng: core - Changed from using strncat to strlcatRickard Strandqvist-8/+4
2014-10-20char: hw_random: drop owner assignment from platform_driversWolfram Sang-14/+0
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+9
2014-10-15virtio-rng: refactor probe error handlingMichael S. Tsirkin-6/+9
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-17/+453
2014-10-02hwrng: printk replacementSudip Mukherjee-17/+16
2014-09-11virtio-rng: skip reading when we start to remove the deviceAmos Kong-0/+5
2014-09-11virtio-rng: fix stuck of hot-unplugging busy deviceAmos Kong-0/+2
2014-08-29hwrng: xgene - add support for APM X-Gene SoC RNG supportFeng Kan-0/+437
2014-08-15virtio: rng: add derating factor for use by hwrng coreAmit Shah-0/+1
2014-08-10Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-28/+17
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+65
2014-08-05hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytesStephen Boyd-1/+1
2014-07-27Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah-15/+0
2014-07-27virtio: rng: delay hwrng_register() till driver is readyAmit Shah-10/+15
2014-07-27virtio: rng: re-arrange struct elements for better packingAmit Shah-2/+2
2014-07-27virtio: rng: remove unused struct elementAmit Shah-1/+0
2014-07-15hw_random: fix sparse warning (NULL vs 0 for pointer)Torsten Duwe-1/+1
2014-07-15hwrng: add per-device entropy deratingTorsten Duwe-1/+10
2014-07-15hwrng: create filler threadTorsten Duwe-5/+64
2014-07-14hwrng: virtio - ensure reads happen after successful probeAmit Shah-0/+16
2014-07-14hwrng: fetch randomness only after device initAmit Shah-8/+33
2014-06-11Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-38/+67
2014-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds-257/+58
2014-05-19virtio-rng: fixes for device registration/unregistrationSasha Levin-18/+23
2014-05-19virtio-rng: fix boot with virtio-rng deviceSasha Levin-1/+1
2014-05-14virtio-rng: support multiple virtio-rng devicesAmos Kong-39/+63
2014-05-13hwrng: n2-drv - Introduce the use of the managed version of kzallocHimangi Saraogi-17/+7
2014-05-08hwrng: timeriomem - remove unnecessary OOM messagesJingoo Han-3/+1
2014-05-08hwrng: omap - remove unnecessary OOM messagesJingoo Han-3/+1
2014-04-16hwrng: picoxcell - remove unbuildable picoxcell TRNGPaul Bolle-195/+0
2014-04-16hwrng: Fix a few driver dependencies and defaultsJean Delvare-3/+9