summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-235-108/+221
|\
| * hwrng: omap - update Kconfig help descriptionRussell King2017-02-151-2/+2
| * hwrng: cavium - Use per device name to allow for multiple devices.David Daney2017-02-111-1/+5
| * hwrng: n2 - update version infoShannon Nelson2017-01-131-4/+4
| * hwrng: n2 - support new hardware register layoutShannon Nelson2017-01-132-46/+134
| * hwrng: n2 - add device data descriptionsShannon Nelson2017-01-132-8/+54
| * hwrng: n2 - limit error spewage when self-test failsShannon Nelson2017-01-131-1/+4
| * hwrng: core - remove unused PFX macroCorentin LABBE2016-12-271-1/+0Star
| * hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.hCorentin LABBE2016-12-271-2/+1Star
| * hwrng: core - Replace asm/uaccess.h by linux/uaccess.hCorentin LABBE2016-12-271-7/+7
| * hwrng: core - Rewrite the headerCorentin LABBE2016-12-271-29/+9Star
| * hwrng: core - rewrite better comparison to NULLCorentin LABBE2016-12-271-2/+1Star
| * hwrng: core - do not use multiple blank linesCorentin LABBE2016-12-271-5/+0Star
* | Revert "hwrng: core - zeroize buffers with random data"David Daney2017-02-091-3/+0Star
|/
* 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