summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam
AgeCommit message (Expand)Author
2014-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-07-23crypto: caam - fix DECO RSR pollingHoria Geanta
2014-07-23crypto: caam - set DK (Decrypt Key) bit only for AES acceleratorHoria Geanta
2014-07-23crypto: caam - fix uninitialized state->buf_dma fieldHoria Geanta
2014-07-23crypto: caam - fix uninitialized edesc->dst_dma fieldHoria Geanta
2014-07-23crypto: caam - fix uninitialized S/G table size in ahash_digestHoria Geanta
2014-07-23crypto: caam - fix DMA direction mismatch in ahash_done_ctx_srcHoria Geanta
2014-07-23crypto: caam - fix DMA direction mismatch in ahash_done_ctx_dstHoria Geanta
2014-07-23crypto: caam - fix DMA unmapping error in hash_digest_keyHoria Geanta
2014-07-23crypto: caam - fix "failed to check map error" DMA warningsHoria Geanta
2014-07-23crypto: caam - fix typo in dma_mapping_errorHoria Geanta
2014-07-23crypto: caam - set coherent_dma_maskHoria Geanta
2014-07-10crypto: caam - fix memleak in caam_jr moduleCristian Stoica
2014-07-10crypto: caam - Check for CAAM block presence before registering with crypto l...Ruchika Gupta
2014-07-08crypto: caam - Enabling multiple caam debug support for C29x platformNitesh Narayan Lal
2014-06-25crypto: caam - Correct the dma mapping for sg tableRuchika Gupta
2014-06-25crypto: caam - Add definition of rd/wr_reg64 for little endian platformRuchika Gupta
2014-06-25crypto: caam - Configuration for platforms with virtualization enabled in CAAMRuchika Gupta
2014-06-25crypto: caam - Correct definition of registers in memory mapRuchika Gupta
2014-06-20crypto: caam - remove duplicate FIFOST_CONT_MASK defineDan Carpenter
2014-06-20crypto: caam - Introduce the use of the managed version of kzallocHimangi Saraogi
2014-05-13crypto: caam - reinitialize keys_fit_inline for decrypt and givencryptVakul Garg
2014-05-08crypto: caam - Fix the 'quoted string split across lines'Marek Vasut
2014-05-08crypto: caam - Sweep the remnantsMarek Vasut
2014-05-08crypto: caam - Kill SPRINTFCAT() with fireMarek Vasut
2014-05-08crypto: caam - Clean up report_deco_status()Marek Vasut
2014-05-08crypto: caam - Clean up report_ccb_status()Marek Vasut
2014-05-08crypto: caam - Dissolve report_jump_idx()Marek Vasut
2014-05-08crypto: caam - Kill the easy targetsMarek Vasut
2014-05-08crypto: caam - Pass error type into the functionsMarek Vasut
2014-05-08crypto: caam - Implement fast-path for error codes with no handlerMarek Vasut
2014-05-08crypto: caam - Pull all the error codes outMarek Vasut
2014-05-08crypto: caam - Contain caam_jr_strstatus() uglinessMarek Vasut
2014-04-28crypto: caam - fix mem leak in ahash_setkeyHoria Geanta
2014-03-21crypto: caam - add missing key_dma unmapHoria Geanta
2014-03-21crypto: caam - add support for aead null encryptionHoria Geanta
2014-03-21crypto: caam - remove error propagation handlingHoria Geanta
2014-03-21crypto: caam - Fix first parameter to caam_init_rngHerbert Xu
2014-03-10crypto: caam - Dynamic memory allocation for caam_rng_ctx objectNitesh Lal
2014-02-27crypto: caam - writel() arguments are swappedDan Carpenter
2014-02-09crypto: caam - fix ERA retrieval functionAlex Porosanu
2014-02-09crypto: caam - Fix job ring discovery in controller driverNitesh Lal
2013-12-20crypto: caam - simplify and harden key parsingHoria Geanta
2013-11-28crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta
2013-11-26crypto: caam - Add missing Job Ring includeMichael Neuling
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring
2013-10-30crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta
2013-10-30crypto: caam - Add API's to allocate/free Job RingsRuchika Gupta
2013-10-30crypto: caam - Add Platform driver for Job RingRuchika Gupta