summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* crypto: img-hash - shift wrapping bug in img_hash_hw_init()Dan Carpenter2015-03-231-1/+1
* crypto: img-hash - fix some compile warningsDan Carpenter2015-03-231-2/+1
* crypto: qat - make error and info log messages more descriptiveAllan, Bruce W2015-03-2312-91/+137
* crypto: qat - fix typo in stringAllan, Bruce W2015-03-231-1/+1
* crypto: qat - remove duplicate definition of Intel PCI vendor idAllan, Bruce W2015-03-231-1/+0
* crypto: img-hash - Fix Kconfig selectionsJames Hartley2015-03-231-2/+1
* hwrng: core - allow perfect entropy from hardware devicesKeith Packard2015-03-181-1/+2
* linux-next: build failure after merge of the crypto treeHerbert Xu2015-03-171-1/+1
* hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in initAndre Wolokita2015-03-171-1/+1
* hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disa...Andre Wolokita2015-03-171-1/+1
* crypto: img-hash - Add Imagination Technologies hw hash acceleratorJames Hartley2015-03-163-0/+1045
* hwrng: iproc-rng200 - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-14/+1
* hwrng: iproc-rng200 - do not use static structureDmitry Torokhov2015-03-161-23/+21
* hwrng: msm - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-10/+1
* hwrng: exynos - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-11/+1
* hwrng: bcm63xx - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-56/+31
* hwrng: add devm_* interfacesDmitry Torokhov2015-03-161-0/+42
* linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code)Herbert Xu2015-03-123-40/+5
* hwrng: omap - remove #ifdefery around PM methodsDmitry Torokhov2015-03-121-12/+3
* crypto: amcc - remove incorrect __init/__exit markupsDmitry Torokhov2015-03-121-3/+3
* crypto: qat - remove incorrect __exit markupDmitry Torokhov2015-03-121-1/+1
* hwrng: pseries - remove incorrect __init/__exit markupsDmitry Torokhov2015-03-121-2/+2
* hwrng: octeon - remove incorrect __exit markupsDmitry Torokhov2015-03-121-2/+2
* hwrng: omap - remove incorrect __exit markupsDmitry Torokhov2015-03-121-2/+2
* hwrng: xgene - add ACPI support for APM X-Gene RNG unitFeng Kan2015-03-091-0/+10
* hwrng: caam - fix rng_unmap_ctx's DMA_UNMAP size problemYanjiang Jin2015-03-091-3/+3
* crypto: caam - fix uninitialized edesc->sec4_sg_bytes fieldYanjiang Jin2015-03-091-0/+1
* hwrng: iproc-rng200 - Add Broadcom IPROC RNG driverScott Branden2015-03-063-0/+268
* crypto: ux500 - Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven2015-03-061-1/+1
* crypto: talitos - Remove MD5_BLOCK_SIZEMartin Hicks2015-03-061-4/+2
* crypto: talitos - Simplify per-channel initializationMartin Hicks2015-03-061-8/+3
* crypto: atmel - fix typo in dev_err error messageColin Ian King2015-03-043-3/+3
* hwrng: bcm63xx - use devm_* helpersFlorian Fainelli2015-03-011-14/+6
* hwrng: bcm63xx - move register definitions to driverFlorian Fainelli2015-03-011-1/+9
* hwrng: bcm63xx - drop bcm_{readl,writel} macrosFlorian Fainelli2015-03-011-7/+6
* crypto: sahara - drop unnecessary default assignmentNicholas Mc Guire2015-02-281-1/+1
* crypto: sahara - pass on error conditionNicholas Mc Guire2015-02-281-0/+2
* crypto: sahara - fix type of ret for wait_for_completion_timeoutNicholas Mc Guire2015-02-281-4/+6
* crypto: mxs-dcp - fix type of ret for wait_for_completion_timeoutNicholas Mc Guire2015-02-281-1/+1
* crypto: vmx - Enabling VMX module for PPC64Leonidas S. Barbosa2015-02-284-0/+37
* crypto: vmx - Add support for VMS instructions by ASMLeonidas S. Barbosa2015-02-283-0/+2400
* crypto: vmx - Adding GHASH routines for VMX moduleMarcelo H. Cerri2015-02-281-0/+214
* crypto: vmx - Adding CTR routines for VMX moduleMarcelo H. Cerri2015-02-281-0/+167
* crypto: vmx - Adding CBC routines for VMX moduleMarcelo H. Cerri2015-02-281-0/+184
* crypto: vmx - Adding AES routines for VMX moduleMarcelo H. Cerri2015-02-282-0/+159
* crypto: vmx - Adding VMX module for Power 8Marcelo H. Cerri2015-02-281-0/+88
* crypto: ccp - Add ACPI supportTom Lendacky2015-02-272-5/+93
* crypto: ccp - Convert calls to their devm_ counterpartsTom Lendacky2015-02-273-23/+9
* crypto: ccp - Use dma_set_mask_and_coherent to set DMA maskTom Lendacky2015-02-271-2/+5
* crypto: ccp - Update CCP build supportTom Lendacky2015-02-272-8/+3