aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+1
2012-07-26Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+4
2012-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 30-632/+8382
2012-07-25Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesGravatar Arnd Bergmann 1-0/+4
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkGravatar Simon Baatz 1-0/+4
2012-07-23Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-6/+6
2012-07-19n2_crypto: remove IRQF_SAMPLE_RANDOM which is now a no-opGravatar Theodore Ts'o 1-2/+1
2012-07-11crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithmsGravatar Horia Geanta 2-1/+166
2012-07-11crypto: talitos - export the talitos_submit functionGravatar Horia Geanta 2-5/+12
2012-07-11crypto: talitos - move talitos structures to header fileGravatar Horia Geanta 2-111/+111
2012-07-11crypto: atmel - add Atmel SHA1/SHA256 driverGravatar Nicolas Royer 4-0/+1173
2012-07-11crypto: atmel - add Atmel DES/TDES driverGravatar Nicolas Royer 4-0/+1321
2012-07-11crypto: atmel - add Atmel AES driverGravatar Nicolas Royer 4-0/+1286
2012-07-11crypto: caam - ERA retrieval and printing for SEC deviceGravatar Alex Porosanu 3-2/+58
2012-07-11crypto: caam - Using alloc_coherent for caam job ringsGravatar Bharat Bhushan 1-36/+9
2012-07-10PM / crypto / ux500: Use struct dev_pm_ops for power managementGravatar Rafael J. Wysocki 2-38/+34
2012-06-27crypto: caam - one tasklet per job ringGravatar Kim Phillips 2-9/+6
2012-06-27crypto: caam - consolidate memory barriers from job ring en/dequeueGravatar Kim Phillips 1-6/+2
2012-06-27crypto: caam - only query h/w in job ring dequeue pathGravatar Kim Phillips 1-12/+5
2012-06-27crypto: caam - use non-irq versions of spinlocks for job ringsGravatar Kim Phillips 1-17/+13
2012-06-27crypto: caam - disable IRQ coalescing by defaultGravatar Kim Phillips 1-1/+4
2012-06-27crypto: caam - add support for SEC v5.x RNG4Gravatar Kim Phillips 4-14/+196
2012-06-27crypto: caam - assign 40-bit masks on SEC v5.0 and aboveGravatar Kim Phillips 2-2/+15
2012-06-27crypto: caam - hwrng supportGravatar Yuan Kang 3-0/+323
2012-06-27crypto: caam - chaining supportGravatar Yuan Kang 3-64/+147
2012-06-27crypto: caam - unkeyed ahash supportGravatar Yuan Kang 1-17/+58
2012-06-27crypto: caam - ahash hmac supportGravatar Yuan Kang 6-0/+1869
2012-06-27crypto: caam - link_tbl renameGravatar Yuan Kang 3-137/+137
2012-06-27crypto: caam - refactor key_gen, sgGravatar Yuan Kang 6-190/+242
2012-06-27crypto: caam - remove jr register/deregisterGravatar Yuan Kang 2-30/+2
2012-06-27crypto: caam - support external seq in/out lengthsGravatar Yuan Kang 2-4/+50
2012-06-27crypto: caam - add PDB (Protocol Descriptor Block) definitionsGravatar Hemant Agrawal 2-16/+401
2012-06-27crypto: caam - fix descriptor length adjustments for protocol descriptorsGravatar Kim Phillips 1-2/+2
2012-06-27crypto: caam - fix start index for Protocol shared descriptorsGravatar Yashpal Dutta 1-2/+2
2012-06-27crypto: caam - fix input job ring element dma mapping sizeGravatar Kim Phillips 1-5/+5
2012-06-27crypto: caam - remove line continuations from ablkcipher_append_src_dstGravatar Kim Phillips 1-5/+5
2012-06-27crypto: nx - fix typo in nx driver config optionGravatar Seth Jennings 1-1/+1
2012-06-27crypto: nx - move nx build to driver/crypto MakefileGravatar Seth Jennings 1-0/+1
2012-06-12crypto: add clk_prepare/clk_unprepareGravatar Prashant Gaikwad 1-6/+6
2012-06-12crypto: mv_cesa - fix for hash finalisation with dataGravatar Phil Sutter 1-6/+13
2012-06-12crypto: mv_cesa - initialise the interrupt status field to zeroGravatar Phil Sutter 1-0/+1
2012-06-12crypto: mv_cesa - add an expiry timer in case anything goes wrongGravatar Phil Sutter 1-10/+31
2012-06-12crypto: bfin_crc - CRC hardware driver for BF60x family processors.Gravatar Sonic Zhang 3-1/+789
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-0/+14
2012-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 18-5/+5310
2012-05-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 14-0/+3271
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-0/+1
2012-05-16s390/crypto des: add missing select statementGravatar Heiko Carstens 1-0/+1
2012-05-16powerpc/crypto: Build files for the nx device driverGravatar Kent Yoder 2-0/+28
2012-05-16powerpc/crypto: debugfs routines and docs for the nx device driverGravatar Kent Yoder 1-0/+103