aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-378/+1210
2013-02-04crypto: atmel-aes - adjust duplicate testJulia Lawall1-1/+1
2013-01-20crypto: omap-sham - Fix compile errors when CONFIG_OF not definedMark A. Greer1-1/+5
2013-01-20crypto: s5p-sss - Use devm_clk_get()Jingoo Han1-3/+1
2013-01-20crypto: omap-aes - Add CTR algorithm SupportMark A. Greer1-15/+128
2013-01-20crypto: omap-aes - Add OMAP4/AM33XX AES SupportMark A. Greer1-33/+125
2013-01-20crypto: omap-aes - Convert to dma_request_slave_channel_compat()Mark A. Greer1-4/+8
2013-01-20crypto: omap-aes - Add Device Tree SupportMark A. Greer1-26/+97
2013-01-20crypto: omap-aes - Remove usage of private DMA APIMark A. Greer1-133/+0
2013-01-20crypto: omap-aes - Add code to use dmaengine APIMark A. Greer1-1/+183
2013-01-20crypto: omap-aes - Add suspend/resume supportMark A. Greer1-0/+19
2013-01-20crypto: omap-aes - Convert to use pm_runtime APIMark A. Greer1-18/+11
2013-01-20crypto: omap-aes - Don't reset controller for every operationMark A. Greer1-27/+0
2013-01-20crypto: omap-aes - Remmove unnecessary pr_info noiseMark A. Greer1-4/+0
2013-01-20crypto: bfin_crc - reposition free_irq to avoid access to invalid dataJulia Lawall1-3/+3
2013-01-11ARM: OMAP2+: Disable code that currently does not work with multiplaformTony Lindgren1-0/+3
2013-01-05crypto: omap-sham - Add SHA224 and SHA256 SupportMark A. Greer1-10/+173
2013-01-05crypto: omap-sham - Add OMAP4/AM33XX SHAM SupportMark A. Greer1-84/+332
2013-01-05crypto: omap-sham - Convert to dma_request_slave_channel_compat()Mark A. Greer1-1/+2
2013-01-05crypto: omap-sham - Add Device Tree SupportMark A. Greer1-33/+106
2013-01-05crypto: omap-sham - Remove usage of private DMA APIMark A. Greer1-109/+0
2013-01-05crypto: omap-sham - Add code to use dmaengine APIMark A. Greer1-9/+145
2013-01-05crypto: omap-sham - Add suspend/resume supportMark A. Greer1-0/+19
2013-01-05crypto: omap-sham - Convert to use pm_runtime APIMark A. Greer1-17/+11
2013-01-05crypto: omap-sham - Remove unnecessary pr_info noiseMark A. Greer1-2/+0
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman13-57/+54
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-13/+8
2012-12-18Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2-7/+7
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-6/+11
2012-12-13Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2-2/+2
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-2/+1
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+0
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-16/+2
2012-11-30Merge tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git:/...Olof Johansson2-2/+2
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren2-2/+2
2012-11-22IXP4xx crypto: MOD_AES{128,192,256} already include key size.Krzysztof Hałasa1-6/+6
2012-11-22IXP4xx: ixp4xx_crypto driver requires Queue Manager and NPE drivers.Krzysztof Hałasa1-1/+1
2012-11-21Merge tag 'tegra-for-3.8-single-zimage' of git://git.kernel.org/pub/scm/linux...Olof Johansson1-2/+0
2012-11-21Merge tag 'tegra-for-3.8-cleanup' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson1-2/+0
2012-11-15powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot2-13/+8
2012-11-09crypto: s5p-sss - Fix compilation errorSachin Kamat1-1/+1
2012-11-09crypto: picoxcell - Add terminating entry for platform_device_id tableAxel Lin1-0/+1
2012-11-09crypto: omap-aes - select BLKCIPHER2Sebastian Andrzej Siewior1-0/+1
2012-11-09crypto: tegra-aes - fix error-valued pointer dereferenceWei Yongjun1-1/+1
2012-11-05crypto: tegra: remove include of <mach/clk.h>Stephen Warren1-2/+0
2012-11-05ARM: plat-nomadik: move DMA40 header to <linux/platform_data>Linus Walleij1-2/+1
2012-10-24crypto: tegra - fix missing unlock on error caseWei Yongjun1-2/+6
2012-10-17Merge branch 'omap-for-v3.8/cleanup-headers-dma' into omap-for-v3.8/cleanup-h...Tony Lindgren2-2/+2
2012-10-15ARM: OMAP: Trivial driver changes to remove include plat/cpu.hTony Lindgren2-14/+0
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla2-2/+2
2012-10-15crypto: talitos - convert to use be16_add_cpu()Wei Yongjun1-2/+1
2012-10-07Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-2/+15
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-9/+8
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds29-343/+1924
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-1/+1
2012-09-27crypto: caam - increase TRNG clocks per sampleKim Phillips1-3/+3
2012-09-27crypto: tegra-aes - fix error return codePeter Senna Tschudin1-0/+1
2012-09-27crypto: crypto4xx - fix error return codePeter Senna Tschudin1-0/+1
2012-09-27crypto: hifn_795x - fix error return codePeter Senna Tschudin1-1/+4
2012-09-27crypto: ux500 - fix error return codePeter Senna Tschudin1-0/+1
2012-09-27crypto: caam - fix error IDs for SEC v5.x RNG4Horia Geanta1-2/+0
2012-09-22Merge branch 'kirkwood/dt' of git://git.infradead.org/users/jcooper/linux int...Olof Johansson1-2/+15
2012-09-22Crypto: CESA: Add support for DT based instantiation.Andrew Lunn1-2/+15
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2-2/+2
2012-09-15sparc64: Adjust crypto priorities.David S. Miller1-1/+1
2012-09-14ARM: nomadik: move platform_data definitionsArnd Bergmann2-2/+2
2012-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2012-09-07Merge branch 'merge' into nextBenjamin Herrenschmidt2-7/+7
2012-09-07crypto: caam - add IPsec ESN supportHoria Geanta2-2/+26
2012-09-07crypto: geode-aes - Use module_pci_driverSachin Kamat1-14/+1
2012-09-07crypto: remove duplicated includeWei Yongjun3-15/+0
2012-09-07crypto: caam - coccicheck fixesKim Phillips3-8/+16
2012-09-07crypto: ux500/hash - remove unneeded return at ux500_hash_mod_finiDevendra Naga1-1/+0
2012-09-07crypto/caam: Export gen_split_key symbol for other modulesBen Collins1-0/+1
2012-09-05powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto ...Michael Ellerman1-9/+8
2012-08-28crypto: talitos - add IPsec ESN supportHoria Geanta1-2/+28
2012-08-28crypto: talitos - support for assoc data provided as scatterlistHoria Geanta1-51/+125
2012-08-28crypto: talitos - change type and name for [src|dst]_is_chainedHoria Geanta1-21/+20
2012-08-28crypto: talitos - prune unneeded descriptor allocation paramHoria Geanta1-7/+6
2012-08-28crypto: talitos - fix icv management on outbound directionHoria Geanta1-1/+1
2012-08-28crypto: talitos - consolidate common cra_* assignmentsKim Phillips1-146/+17
2012-08-28crypto: talitos - consolidate cra_type assignmentsKim Phillips1-26/+3
2012-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-7/+7
2012-08-20crypto: caam - fix possible deadlock conditionKim Phillips1-5/+5
2012-08-20crypto: atmel - Remove possible typo errorTushar Behera1-1/+1
2012-08-20crypto: nx - Remove virt_to_abs() usage in nx-842.cMichael Ellerman1-16/+18
2012-08-01powerpc/crypto: add 842 hardware compression driverSeth Jennings3-0/+1627
2012-08-01powerpc/crypto: rework KconfigSeth Jennings3-14/+25
2012-08-01crypto: caam - set descriptor sharing type to SERIALKim Phillips3-7/+7
2012-08-01crypto: caam - add backward compatible string sec4.0Shengzhou Liu2-6/+15
2012-08-01crypto: caam - fix possible deadlock conditionKim Phillips1-5/+5
2012-08-01crypto: drivers - remove cra_list initializationJussi Kivilinna12-21/+0
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2012-07-30crypto: hifn_795x - fix 64bit division and undefined __divdi3 on 32bit archsJussi Kivilinna1-2/+2
2012-07-26Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2012-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds30-632/+8382
2012-07-25Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann1-0/+4
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz1-0/+4
2012-07-23Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-6/+6
2012-07-19n2_crypto: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-2/+1
2012-07-11crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithmsHoria Geanta2-1/+166
2012-07-11crypto: talitos - export the talitos_submit functionHoria Geanta2-5/+12
2012-07-11crypto: talitos - move talitos structures to header fileHoria Geanta2-111/+111
2012-07-11crypto: atmel - add Atmel SHA1/SHA256 driverNicolas Royer4-0/+1173
2012-07-11crypto: atmel - add Atmel DES/TDES driverNicolas Royer4-0/+1321
2012-07-11crypto: atmel - add Atmel AES driverNicolas Royer4-0/+1286
2012-07-11crypto: caam - ERA retrieval and printing for SEC deviceAlex Porosanu3-2/+58
2012-07-11crypto: caam - Using alloc_coherent for caam job ringsBharat Bhushan1-36/+9
2012-07-10PM / crypto / ux500: Use struct dev_pm_ops for power managementRafael J. Wysocki2-38/+34
2012-06-27crypto: caam - one tasklet per job ringKim Phillips2-9/+6
2012-06-27crypto: caam - consolidate memory barriers from job ring en/dequeueKim Phillips1-6/+2
2012-06-27crypto: caam - only query h/w in job ring dequeue pathKim Phillips1-12/+5
2012-06-27crypto: caam - use non-irq versions of spinlocks for job ringsKim Phillips1-17/+13
2012-06-27crypto: caam - disable IRQ coalescing by defaultKim Phillips1-1/+4
2012-06-27crypto: caam - add support for SEC v5.x RNG4Kim Phillips4-14/+196
2012-06-27crypto: caam - assign 40-bit masks on SEC v5.0 and aboveKim Phillips2-2/+15
2012-06-27crypto: caam - hwrng supportYuan Kang3-0/+323
2012-06-27crypto: caam - chaining supportYuan Kang3-64/+147
2012-06-27crypto: caam - unkeyed ahash supportYuan Kang1-17/+58
2012-06-27crypto: caam - ahash hmac supportYuan Kang6-0/+1869
2012-06-27crypto: caam - link_tbl renameYuan Kang3-137/+137
2012-06-27crypto: caam - refactor key_gen, sgYuan Kang6-190/+242
2012-06-27crypto: caam - remove jr register/deregisterYuan Kang2-30/+2
2012-06-27crypto: caam - support external seq in/out lengthsYuan Kang2-4/+50
2012-06-27crypto: caam - add PDB (Protocol Descriptor Block) definitionsHemant Agrawal2-16/+401
2012-06-27crypto: caam - fix descriptor length adjustments for protocol descriptorsKim Phillips1-2/+2
2012-06-27crypto: caam - fix start index for Protocol shared descriptorsYashpal Dutta1-2/+2
2012-06-27crypto: caam - fix input job ring element dma mapping sizeKim Phillips1-5/+5
2012-06-27crypto: caam - remove line continuations from ablkcipher_append_src_dstKim Phillips1-5/+5
2012-06-27crypto: nx - fix typo in nx driver config optionSeth Jennings1-1/+1
2012-06-27crypto: nx - move nx build to driver/crypto MakefileSeth Jennings1-0/+1
2012-06-12crypto: add clk_prepare/clk_unpreparePrashant Gaikwad1-6/+6
2012-06-12crypto: mv_cesa - fix for hash finalisation with dataPhil Sutter1-6/+13
2012-06-12crypto: mv_cesa - initialise the interrupt status field to zeroPhil Sutter1-0/+1
2012-06-12crypto: mv_cesa - add an expiry timer in case anything goes wrongPhil Sutter1-10/+31
2012-06-12crypto: bfin_crc - CRC hardware driver for BF60x family processors.Sonic Zhang3-1/+789
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+14
2012-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds18-5/+5310
2012-05-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds14-0/+3271
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+1
2012-05-16s390/crypto des: add missing select statementHeiko Carstens1-0/+1
2012-05-16powerpc/crypto: Build files for the nx device driverKent Yoder2-0/+28
2012-05-16powerpc/crypto: debugfs routines and docs for the nx device driverKent Yoder1-0/+103
2012-05-16powerpc/crypto: SHA512 hash routines for nx encryptionKent Yoder1-0/+265
2012-05-16powerpc/crypto: SHA256 hash routines for nx encryptionKent Yoder1-0/+246
2012-05-16powerpc/crypto: AES-XCBC mode routines for nx encryptionKent Yoder1-0/+236
2012-05-16powerpc/crypto: AES-GCM mode routines for nx encryptionKent Yoder1-0/+353
2012-05-16powerpc/crypto: AES-ECB mode routines for nx encryptionKent Yoder1-0/+139
2012-05-16powerpc/crypto: AES-CTR mode routines for nx encryptionKent Yoder1-0/+178
2012-05-16powerpc/crypto: AES-CCM mode routines for nx encryptionKent Yoder1-0/+468
2012-05-16powerpc/crypto: AES-CBC mode routines for nx encryptionKent Yoder1-0/+141
2012-05-16powerpc/crypto: nx driver code supporting nx encryptionKent Yoder3-0/+1114
2012-05-15crypto: ux500 - Cleanup hardware identificationAndreas Westin3-17/+4
2012-05-15crypto: ux500 - Update DMA handling for 3.4Andreas Westin2-4/+3
2012-05-15crypto: mv_cesa requires on CRYPTO_HASH to buildAlexander Clouter1-0/+1
2012-05-08ARM: Orion: CESA: Add support for clkAndrew Lunn1-0/+14
2012-05-04crypto: ux500 - Add driver for HASH hardwareAndreas Westin5-0/+2435
2012-05-04crypto: ux500 - Add driver for CRYP hardwareAndreas Westin12-0/+2862
2012-04-27crypto: crypto4xx - move up err_request_irq labelJulia Lawall1-1/+1
2012-04-09crypto: talitos - properly lock access to global talitos registersHoria Geanta1-3/+17
2012-04-05crypto: ixp4xx - include fixMichał Wróbel1-0/+1
2012-03-29crypto: caam - add backward compatible string sec4.0Shengzhou Liu2-4/+26
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-9/+0
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds16-31/+1405
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-5/+5
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang1-5/+5
2012-03-11[S390] Remove monolithic build option for zcrypt driver.Holger Dengler1-9/+0
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman1-0/+1
2012-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2012-02-28crypto: mv_cesa - fix final callback not ignoring input dataPhil Sutter1-0/+1
2012-01-26crypto: Add support for x86 cpuid auto loading for x86 crypto driversAndi Kleen2-9/+16
2012-01-26crypto: caam - fix gcc 4.6 warningKim Phillips1-1/+1
2012-01-13crypto: caam - be less noisy on startupKim Phillips1-4/+4
2012-01-13crypto: caam - add sha224 and sha384 variants to existing AEAD algorithmsHemant Agrawal1-0/+115
2012-01-13crypto: ixp4xx - convert GFP_KERNEL to GFP_ATOMICJulia Lawall1-1/+1
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos11-25/+73
2012-01-13crypto: driver for Tegra AES hardwareVarun Wadekar4-0/+1211
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds12-1330/+1629
2011-12-20crypto: picoxcell - fix boolean and / or confusionJamie Iles1-2/+2
2011-12-20crypto: caam - remove DECO access initialization codeKim Phillips2-14/+0
2011-12-20crypto: caam - fix polarity of "propagate error" logicKim Phillips3-10/+11
2011-12-20crypto: caam - more desc.h cleanupsKim Phillips1-168/+167
2011-12-20crypto: caam - desc.h - convert spaces to tabsKim Phillips1-1039/+1039
2011-12-20crypto: talitos - convert talitos_error to struct deviceKim Phillips1-3/+2
2011-12-20crypto: talitos - remove NO_IRQ referencesKim Phillips1-9/+9
2011-12-20crypto: talitos - fix bad kfreeKim Phillips1-4/+4
2011-11-30crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin6-69/+6
2011-11-25Merge git://github.com/herbertx/cryptoLinus Torvalds1-5/+7
2011-11-21crypto: mv_cesa - fix hashing of chunks > 1920 bytesPhil Sutter1-5/+7
2011-11-21crypto: caam - add support for MD5 algorithm variantsKim Phillips2-0/+58
2011-11-21crypto: talitos - support for channel remap and 2nd IRQKim Phillips2-72/+149
2011-11-21crypto: talitos - prepare driver for channel remap supportKim Phillips2-30/+38
2011-11-21crypto: talitos - be less noisy on startupKim Phillips1-3/+4
2011-11-21crypto: talitos - add hmac algorithmsLee Nipper1-2/+235
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker1-0/+1
2011-10-21crypto: talitos - handle descriptor not found in error pathKim Phillips1-8/+10
2011-10-21crypto: Make hifn_795x build depend on !ARCH_DMA_ADDR_T_64BITRichard Weinberger2-4/+3
2011-10-20crypto: picoxcell - add dependency on HAVE_CLKJamie Iles1-1/+1
2011-08-15crypto: n2 - Fix a get/put_cpu() imbalanceThomas Meyer1-2/+2