summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-148-56/+151
|\
| * hwrng: Make explicit that max >= 32 alwaysPrasannaKumar Muralidharan2016-11-213-10/+2Star
| * hwrng: atmel - use clk_disable_unprepare instead of clk_disableWei Yongjun2016-11-171-1/+1
| * hwrng: atmel - disable TRNG during suspendWenyou Yang2016-11-011-3/+21
| * hwrng: core - zeroize buffers with random dataStephan Mueller2016-11-011-0/+3
| * hwrng: meson - Remove unneeded platform MODULE_ALIASJavier Martinez Canillas2016-10-251-1/+0Star
| * hwrng: meson - Fix module autoload for OF registrationJavier Martinez Canillas2016-10-251-0/+1
| * hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8KRomain Perier2016-10-212-3/+85
| * hwrng: omap - Don't prefix the probe message with OMAPRomain Perier2016-10-211-1/+1
| * hwrng: omap - Add support for 128-bit output of dataRomain Perier2016-10-211-6/+8
| * hwrng: omap - Remove global definition of hwrngRomain Perier2016-10-211-9/+14
| * hwrng: omap - Switch to non-obsolete read API implementationRomain Perier2016-10-211-24/+17Star
* | x86/fpu: Remove irq_ts_save() and irq_ts_restore()Andy Lutomirski2016-11-011-6/+2Star
|/
* hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski2016-10-191-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-101-1/+1
|\
| * hwrng: mxc-rnga - Fix Kconfig dependencyFabian Frederick2016-08-241-1/+1
* | hwrng: omap - Only fail if pm_runtime_get_sync returns < 0Dave Gerlach2016-09-221-2/+2
* | hwrng: geode - fix return value check in mod_init()Wei Yongjun2016-09-221-2/+2
* | hwrng: amd - Fix return value check in mod_init()Wei Yongjun2016-09-221-4/+4
* | hwrng: geode - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan2016-09-131-4/+4
* | hwrng: geode - Migrate to managed APIPrasannaKumar Muralidharan2016-09-131-35/+15Star
* | hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()Wei Yongjun2016-09-131-0/+1
* | hwrng: amd - Migrate to managed APIPrasannaKumar Muralidharan2016-09-131-37/+11Star
* | hwrng: core - Allocate memory during module initPrasannaKumar Muralidharan2016-09-131-17/+20
* | hwrng: pasemi - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan2016-09-131-1/+1
* | hwrng: pasemi - Migrate to managed APIPrasannaKumar Muralidharan2016-09-071-30/+7Star
* | hwrng: bcm2835 - handle of_iomap failuresArvind Yadav2016-09-071-2/+3
* | hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_registerPrasannaKumar Muralidharan2016-08-311-10/+1Star
* | hwrng: Remove check for max less than 4 bytesPrasannaKumar Muralidharan2016-08-312-6/+0Star
* | hwrng: amd - Convert to new hwrng read() APICorentin LABBE2016-08-311-19/+28
* | hwrng: amd - Access hardware via ioread32/iowrite32Corentin LABBE2016-08-311-6/+25
* | hwrng: amd - Replace global variable with private structCorentin LABBE2016-08-311-19/+38
* | hwrng: amd - release_region must be called after hwrng_unregisterCorentin LABBE2016-08-311-1/+2
* | hwrng: amd - Remove asm/io.hCorentin LABBE2016-08-311-4/+3Star
* | hwrng: amd - Be consitent with the driver nameCorentin LABBE2016-08-311-6/+5Star
* | hwrng: amd - use the BIT macroCorentin LABBE2016-08-311-3/+3
* | hwrng: amd - Fix style problem with blank lineCorentin LABBE2016-08-311-5/+1Star
* | hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.Omer Khaliq2016-08-314-0/+207
* | hwrng: omap3-rom - Remove obsoleted functionsPrasannaKumar Muralidharan2016-08-241-8/+2Star
* | hwrng: pic32 - Delete unnecessary assignment for the field "owner"Markus Elfring2016-08-161-1/+0Star
|/
* hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon2016-06-271-2/+14
* hwrng: bcm2835 - Add support for Broadcom BCM5301xFlorian Fainelli2016-06-242-1/+2
* hwrng: meson - Add Amlogic Meson Hardware Random GeneratorNeil Armstrong2016-06-133-0/+146
* hwrng: exynos - fixup IO accesorsBen Dooks2016-06-131-2/+2
* hwrng: bcm2835 - Read as much data as availableYendapally Reddy Dhananjaya Reddy2016-05-311-2/+10
* hwrng: bcm2835 - Support Broadcom NSP SoC rngYendapally Reddy Dhananjaya Reddy2016-05-312-5/+31
* hwrng: stm32 - fix maybe uninitialized variable warningMaxime Coquelin2016-05-311-5/+5
* crypto4xx: integrate ppc4xx-rng into crypto4xxChristian Lamparter2016-04-203-161/+0Star
* hwrng: hisi - Add support for Hisilicon SoC RNGKefeng Wang2016-04-153-0/+140