aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-109/+425
2014-07-23crypto: caam - fix DECO RSR pollingHoria Geanta1-4/+7
2014-07-23crypto: caam - set DK (Decrypt Key) bit only for AES acceleratorHoria Geanta1-0/+7
2014-07-23crypto: caam - fix uninitialized state->buf_dma fieldHoria Geanta1-0/+1
2014-07-23crypto: caam - fix uninitialized edesc->dst_dma fieldHoria Geanta1-0/+2
2014-07-23crypto: caam - fix uninitialized S/G table size in ahash_digestHoria Geanta1-0/+1
2014-07-23crypto: caam - fix DMA direction mismatch in ahash_done_ctx_srcHoria Geanta1-1/+1
2014-07-23crypto: caam - fix DMA direction mismatch in ahash_done_ctx_dstHoria Geanta1-1/+1
2014-07-23crypto: caam - fix DMA unmapping error in hash_digest_keyHoria Geanta1-2/+2
2014-07-23crypto: caam - fix "failed to check map error" DMA warningsHoria Geanta3-28/+163
2014-07-23crypto: caam - fix typo in dma_mapping_errorHoria Geanta1-1/+1
2014-07-23crypto: caam - set coherent_dma_maskHoria Geanta2-6/+6
2014-07-10crypto: caam - fix memleak in caam_jr moduleCristian Stoica1-5/+3
2014-07-10crypto: caam - Check for CAAM block presence before registering with crypto layerRuchika Gupta3-0/+85
2014-07-08crypto: caam - Enabling multiple caam debug support for C29x platformNitesh Narayan Lal1-1/+1
2014-06-25crypto: caam - Correct the dma mapping for sg tableRuchika Gupta2-21/+27
2014-06-25crypto: caam - Add definition of rd/wr_reg64 for little endian platformRuchika Gupta1-0/+16
2014-06-25crypto: caam - Configuration for platforms with virtualization enabled in CAAMRuchika Gupta3-2/+56
2014-06-25crypto: caam - Correct definition of registers in memory mapRuchika Gupta2-39/+46
2014-06-20crypto: caam - remove duplicate FIFOST_CONT_MASK defineDan Carpenter1-1/+0
2014-06-20crypto: caam - Introduce the use of the managed version of kzallocHimangi Saraogi1-6/+6
2014-05-13crypto: caam - reinitialize keys_fit_inline for decrypt and givencryptVakul Garg1-0/+3
2014-05-08crypto: caam - Fix the 'quoted string split across lines'Marek Vasut1-59/+18
2014-05-08crypto: caam - Sweep the remnantsMarek Vasut1-21/+20
2014-05-08crypto: caam - Kill SPRINTFCAT() with fireMarek Vasut1-10/+0
2014-05-08crypto: caam - Clean up report_deco_status()Marek Vasut1-18/+13
2014-05-08crypto: caam - Clean up report_ccb_status()Marek Vasut1-25/+20
2014-05-08crypto: caam - Dissolve report_jump_idx()Marek Vasut1-15/+17
2014-05-08crypto: caam - Kill the easy targetsMarek Vasut1-12/+17
2014-05-08crypto: caam - Pass error type into the functionsMarek Vasut1-10/+21
2014-05-08crypto: caam - Implement fast-path for error codes with no handlerMarek Vasut1-2/+10
2014-05-08crypto: caam - Pull all the error codes outMarek Vasut1-143/+147
2014-05-08crypto: caam - Contain caam_jr_strstatus() uglinessMarek Vasut6-53/+24
2014-04-28crypto: caam - fix mem leak in ahash_setkeyHoria Geanta1-1/+3
2014-03-21crypto: caam - add missing key_dma unmapHoria Geanta1-0/+5
2014-03-21crypto: caam - add support for aead null encryptionHoria Geanta3-13/+342
2014-03-21crypto: caam - remove error propagation handlingHoria Geanta1-47/+7
2014-03-21crypto: caam - Fix first parameter to caam_init_rngHerbert Xu1-1/+1
2014-03-10crypto: caam - Dynamic memory allocation for caam_rng_ctx objectNitesh Lal1-6/+9
2014-02-27crypto: caam - writel() arguments are swappedDan Carpenter1-2/+2
2014-02-09crypto: caam - fix ERA retrieval functionAlex Porosanu2-27/+11
2014-02-09crypto: caam - Fix job ring discovery in controller driverNitesh Lal1-19/+6
2013-12-20crypto: caam - simplify and harden key parsingHoria Geanta1-23/+13
2013-11-28crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta1-22/+29
2013-11-26crypto: caam - Add missing Job Ring includeMichael Neuling1-0/+1
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds12-379/+697
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2-2/+2
2013-10-30crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta4-178/+55
2013-10-30crypto: caam - Add API's to allocate/free Job RingsRuchika Gupta3-3/+62
2013-10-30crypto: caam - Add Platform driver for Job RingRuchika Gupta9-136/+232