summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* | crypto: talitos - Simplify per-channel initializationMartin Hicks2015-03-061-8/+3Star
* | crypto: atmel - fix typo in dev_err error messageColin Ian King2015-03-043-3/+3
* | 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/+9Star
* | 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/+3Star
* | crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky2015-02-2711-47/+36Star
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-02-182-3/+3
|\
| * crypto: ux500: Use dmaengine_terminate_all APIMaxime Ripard2014-12-222-3/+3
* | crypto: caam - fix resource clean-up on error path for caam_jr_initCristian Stoica2015-01-261-9/+22
* | crypto: caam - pair irq map and dispose in the same functionCristian Stoica2015-01-261-3/+3
* | crypto: ccp - terminate ccp_support array with empty elementAndrey Ryabinin2015-01-261-0/+1
* | crypto: caam - remove unused local variableCristian Stoica2015-01-261-5/+1Star
* | crypto: caam - remove dead codeCristian Stoica2015-01-261-7/+7
* | crypto: caam - don't emit ICV check failures to dmesgKim Phillips2015-01-261-4/+9
* | crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-2611-24/+24
* | crypto: atmel - Free memory in error pathChristophe Jaillet2015-01-262-2/+2
* | crypto: qat - don't need qat_auth_state structTadeusz Struk2015-01-161-6/+0Star
* | crypto: qat - Ensure ipad and opad are zeroedHerbert Xu2015-01-141-9/+6Star
* | crypto: qat - remove unnecessary include of atomic.h header fileAllan, Bruce W2015-01-132-2/+0Star
* | crypto: qat - use pci_wait_for_pending_transaction()Allan, Bruce W2015-01-131-15/+2Star
* | crypto: qat - adf_ae_stop() is never calledAllan, Bruce W2015-01-131-1/+1
* | crypto: qat - correctly type a booleanAllan, Bruce W2015-01-131-2/+3
* | crypto: qat - fix device reset flowAllan, Bruce W2015-01-138-47/+128
* | crypto: qat - Fix incorrect uses of memzero_explicitHerbert Xu2015-01-081-25/+20Star
* | crypto: omap-des - fix BUG_ON conditionAsaf Vertz2015-01-081-2/+2
* | crypto: bfin_crc - Remove unnecessary KERN_ERR in bfin_crc.cMasanari Iida2015-01-051-1/+1
* | crypto: amcc - Remove unused functionRickard Strandqvist2015-01-051-23/+0Star
* | crypto: ux500 - fix checkpatch errorsAsaf Vertz2014-12-221-4/+4
* | crypto: qat - add support for cbc(aes) ablkcipherTadeusz Struk2014-12-223-112/+433
* | crypto: qat - Fix assumption that sg in and out will have the same nentsTadeusz Struk2014-12-222-33/+50
* | crypto: atmel_sha - remove unused shash fallback instance.Svenning Sørensen2014-12-221-44/+6Star
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1520-21/+0Star
|\
| * crypto: ux500: hash: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
| * crypto: ux500: cryp: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
| * crypto: qce: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
| * crypto: ccp: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
| * crypto: caam: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0Star
| * crypto: amcc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star