summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()Thomas Petazzoni2016-08-091-2/+1
* crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Thomas Petazzoni2016-08-091-0/+1
* crypto: caam - avoid kernel warnings on probe failureRussell King2016-08-091-0/+2
* crypto: caam - get rid of taskletRussell King2016-08-092-17/+9
* crypto: caam - add ahash_edesc_add_src()Russell King2016-08-091-80/+57
* crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()Russell King2016-08-091-50/+34
* crypto: caam - add ahash_edesc_alloc() for descriptor allocationRussell King2016-08-091-27/+33
* crypto: caam - check and use dma_map_sg() return codeRussell King2016-08-091-35/+103
* crypto: caam - ensure that we clean up after an errorRussell King2016-08-091-53/+79
* crypto: caam - replace sec4_sg pointer with arrayRussell King2016-08-091-9/+3
* crypto: caam - mark the hardware descriptor as cache line alignedRussell King2016-08-091-1/+1
* crypto: caam - incorporate job descriptor into struct ahash_edescRussell King2016-08-091-30/+19
* crypto: caam - ensure descriptor buffers are cacheline alignedRussell King2016-08-091-7/+7
* crypto: caam - fix DMA API mapping leakRussell King2016-08-091-9/+17
* crypto: img-hash - Fix set_reqsize callWill Thomas2016-08-091-0/+1
* crypto: img-hash - log a successful probeJames Hartley2016-08-091-1/+1
* crypto: img-hash - Add support for export and importJames Hartley2016-08-091-6/+63
* crypto: img-hash - Add suspend resume hooks for img hashGovindraj Raja2016-08-091-0/+27
* crypto: img-hash - Reconfigure DMA Burst lengthWill Thomas2016-08-091-1/+2
* crypto: img-hash - Fix hash request contextWill Thomas2016-08-091-1/+3
* crypto: img-hash - Fix null pointer exceptionWill Thomas2016-08-091-1/+1
* crypto: ccp - Enable use of the additional CCPGary R Hook2016-08-093-1/+46
* crypto: ccp - Enable DMA service on a v5 CCPGary R Hook2016-08-091-0/+8
* crypto: ccp - Add support for the RNG in a version 5 CCPGary R Hook2016-08-094-9/+36
* crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook2016-08-097-117/+1340
* crypto: ccp - Refactor code to enable checks for queue space.Gary R Hook2016-08-093-2/+9
* crypto: ccp - Refactor code supporting the CCP's RNGGary R Hook2016-08-093-40/+40
* crypto: ccp - Refactor the storage block allocation codeGary R Hook2016-08-093-80/+98
* crypto: ccp - Refactoring: symbol cleanupGary R Hook2016-08-094-173/+175
* crypto: ccp - Shorten the fields of the action structureGary R Hook2016-08-093-22/+23
* crypto: ccp - Abstract PCI info for the CCPGary R Hook2016-08-093-8/+13
* crypto: ccp - Fix non-conforming comment styleGary R Hook2016-08-091-16/+8
* crypto: ixp4xx - Add missing npe_c release in error branchesQuentin Lambert2016-08-091-2/+4
* crypto: ixp4xx - Fix a "simple if" coding style warningQuentin Lambert2016-08-091-2/+1
* crypto: caam - fix non-hmac hashesRussell King2016-08-091-0/+1
* crypto: caam - defer aead_set_sh_desc in case of zero authsizeHoria Geantă2016-08-081-0/+3
* crypto: caam - fix echainiv(authenc) encrypt shared descriptorHoria Geantă2016-08-081-5/+5
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-08-013-27/+17
|\
| * crypto: marvell - Don't copy IV vectors from the _process op for ciphersRomain Perier2016-07-291-10/+1
| * crypto: marvell - Update cache with input sg only when it is unmappedRomain Perier2016-07-281-6/+6
| * crypto: marvell - Don't chain at DMA level when backlog is disabledRomain Perier2016-07-281-3/+4
| * crypto: marvell - Fix memory leaks in TDMA chain for cipher requestsRomain Perier2016-07-281-8/+6
* | Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-302-5/+3
|\ \ | |/ |/|
| * crypto: vmx - Convert to CPU feature based module autoloadingAlastair D'Silva2016-07-212-5/+3
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-07-2655-1060/+5136
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-07-214-5/+5
| |\ \
| * | | crypto: vmx - Fix aes_p8_xts_decrypt build failureHerbert Xu2016-07-201-2/+0
| * | | crypto: vmx - Ignore generated filesPaulo Flabiano Smorigo2016-07-201-0/+2
| * | | crypto: vmx - Adding support for XTSLeonidas S. Barbosa2016-07-193-1/+193
| * | | crypto: vmx - Adding asm subroutines for XTSPaulo Flabiano Smorigo2016-07-192-2/+1867
OpenPOWER on IntegriCloud