summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-072-2/+2
|\
| * of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-242-2/+2
* | drivers: clean-up prom.h implicit includesRob Herring2013-10-102-0/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2013-09-071-1/+1
|\
| * crypto: caam - Fixed the memory out of bound overwrite issueVakul Garg2013-07-101-1/+1
* | crypto: caam - add option for enabling DEBUG modeAlex Porosanu2013-08-212-0/+11
* | crypto: caam - replace xstr macro with __stringifyAlex Porosanu2013-08-213-75/+77
* | crypto: caam - Remove unused functions from Job RingRuchika Gupta2013-08-014-77/+0Star
* | crypto: caam - RNG instantiation by directly programming DECORuchika Gupta2013-08-012-39/+47
* | crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.hVakul Garg2013-07-103-4/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptoHerbert Xu2013-06-211-2/+2
|\
| * crypto: caam - fix inconsistent assoc dma mapping directionHoria Geanta2013-05-141-2/+2
* | crypto: caam - add missing flag for the LOAD/STORE commandsAndrei Varvara2013-05-281-0/+1
* | crypto: caam - Add define for Adjust Output Frame Length in PDBAndrei Varvara2013-05-281-0/+1
* | crypto: caam - Add defines for CAAM commandsAndrei Varvara2013-05-281-0/+9
* | crypto: caam - Add defines for overwriting Descriptor's memoryAndrei Varvara2013-05-281-0/+4
* | crypto: caam - Add new macros for building extended SEC descriptors (> 64 words)Andrei Varvara2013-05-282-1/+56
* | crypto: caam - Add MATH command to support shld functionAndrei Varvara2013-05-281-0/+2
* | crypto: caam - Fix STORE command to support overwriting Shared Descriptor's m...Andrei Varvara2013-05-281-1/+17
* | crypto: caam - fix SEQ IN PTR command when RTO or PRE bit is setAndrei Varvara2013-05-282-4/+8
* | crypto: caam - FIX RNG init for RNG greater than equal to 4Ruchika Gupta2013-05-142-4/+48
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-05-0210-11/+27
|\
| * crypto: caam - fix job ring cleanup codeVakul Garg2013-04-252-0/+5
| * crypto: caam - static constify error dataKim Phillips2013-04-251-5/+5
| * crypto: caam - change key gen functions to return signed intKim Phillips2013-04-253-4/+4
| * crypto: caam - Fix missing init of '.type' in AEAD algos.Vakul Garg2013-03-221-0/+6
| * crypto: caam - set RDB bit in security configuration registerVakul Garg2013-03-222-1/+6
| * crypto: caam - fix typo "CRYPTO_AHASH"Paul Bolle2013-03-101-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \
| * | treewide: Fix typos in printk and commentMasanari Iida2013-03-181-1/+1
| |/
* / Revert "crypto: caam - add IPsec ESN support"Horia Geanta2013-03-212-26/+2Star
|/
* Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-10-047-28/+67
|\
| * crypto: caam - increase TRNG clocks per sampleKim Phillips2012-09-271-3/+3
| * crypto: caam - fix error IDs for SEC v5.x RNG4Horia Geanta2012-09-271-2/+0Star
| * crypto: caam - add IPsec ESN supportHoria Geanta2012-09-062-2/+26
| * crypto: caam - coccicheck fixesKim Phillips2012-09-063-8/+16
| * crypto: caam - set descriptor sharing type to SERIALKim Phillips2012-08-013-7/+7
| * crypto: caam - add backward compatible string sec4.0Shengzhou Liu2012-08-012-6/+15
| * crypto: caam - fix possible deadlock conditionKim Phillips2012-08-011-5/+5
* | crypto/caam: Export gen_split_key symbol for other modulesBen Collins2012-09-061-0/+1
* | crypto: caam - fix possible deadlock conditionKim Phillips2012-08-201-5/+5
|/
* crypto: caam - ERA retrieval and printing for SEC deviceAlex Porosanu2012-07-113-2/+58
* crypto: caam - Using alloc_coherent for caam job ringsBharat Bhushan2012-07-111-36/+9Star
* crypto: caam - one tasklet per job ringKim Phillips2012-06-272-9/+6Star
* crypto: caam - consolidate memory barriers from job ring en/dequeueKim Phillips2012-06-271-6/+2Star
* crypto: caam - only query h/w in job ring dequeue pathKim Phillips2012-06-271-12/+5Star
* crypto: caam - use non-irq versions of spinlocks for job ringsKim Phillips2012-06-271-17/+13Star
* crypto: caam - disable IRQ coalescing by defaultKim Phillips2012-06-271-1/+4
* crypto: caam - add support for SEC v5.x RNG4Kim Phillips2012-06-274-14/+196