summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.cBehan Webster-17/+14
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.cBehan Webster-17/+11
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.cBehan Webster-7/+4
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.cBehan Webster-23/+18
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.cJan-Simon Möller-7/+6
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-217/+148
2014-10-08Fix up missing dmaengine header inclusion from qce crypto engineLinus Torvalds-0/+2
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-1/+19
2014-09-24crypto: ccp - Check for CCP before registering crypto algsTom Lendacky-0/+18
2014-09-24crypto: qat - Removed unneeded partial stateTadeusz Struk-59/+7
2014-09-24crypto: qat - Fix typo in name of tasklet_structTadeusz Struk-5/+5
2014-09-18crypto: qat - Enable all 32 IRQsTadeusz Struk-1/+1
2014-09-15crypto: caam - Dynamic allocation of addresses for various memory blocks in C...Nitesh Narayan Lal-80/+81
2014-09-01treewide: fix errors in printkMasanari Iida-1/+1
2014-08-29crypto: mv_cesa - Add missing #defineRasmus Villemoes-0/+1
2014-08-29crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev-3/+3
2014-08-25crypto: caam - fix addressing of struct memberCristian Stoica-3/+3
2014-08-25crypto: caam - remove duplicated sg copy functionsCristian Stoica-62/+14
2014-08-25crypto: qat - Fix return value check in adf_chr_drv_create()Wei Yongjun-1/+1
2014-08-25crypto: caam - enable raw data instead of von Neumann dataAlex Porosanu-1/+20
2014-08-25crypto: caam - change starting entropy delay valueAlex Porosanu-1/+10
2014-08-25crypto: caam - disable RNG oscillator maximum frequency checkAlex Porosanu-2/+3
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds-22/+8
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-1/+1
2014-08-08crypto: use pci_zalloc_consistentJoe Perches-3/+2
2014-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-180/+14524
2014-08-01crypto: ccp - Do not sign extend input data to CCPTom Lendacky-13/+13
2014-08-01crypto: atmel-tdes - Switch to managed version of kzallocPramod Gurav-7/+1
2014-08-01crypto: atmel-sha - Switch to managed version of kzallocPramod Gurav-7/+2
2014-08-01crypto: qat - Fixed SKU1 dev issueTadeusz Struk-6/+2
2014-08-01crypto: qat - Use hweight for bit countingTadeusz Struk-13/+2
2014-08-01crypto: qat - Updated print outputsTadeusz Struk-14/+13
2014-08-01crypto: qat - change ae_num to ae_idTadeusz Struk-48/+45
2014-08-01crypto: qat - change slice->regions to slice->regionTadeusz Struk-12/+12
2014-08-01crypto: qat - use min_t macroTadeusz Struk-2/+2
2014-08-01crypto: qat - remove unnecessary parenthesesTadeusz Struk-31/+31
2014-08-01crypto: qat - remove unneeded headerTadeusz Struk-1/+0
2014-08-01crypto: qat - checkpatch blank linesTadeusz Struk-0/+4
2014-08-01crypto: qat - remove unnecessary return codesTadeusz Struk-15/+8
2014-07-24crypto: ccp - Remove "select OF" from KconfigTom Lendacky-1/+0
2014-07-23of: Reorder device tree changes and notifiersGrant Likely-22/+8
2014-07-23crypto: caam - fix DECO RSR pollingHoria Geanta-4/+7
2014-07-23crypto: qce - Let 'DEV_QCE' depend on both HAS_DMA and HAS_IOMEMChen Gang-1/+1
2014-07-23crypto: caam - set DK (Decrypt Key) bit only for AES acceleratorHoria Geanta-0/+7
2014-07-23crypto: caam - fix uninitialized state->buf_dma fieldHoria Geanta-0/+1
2014-07-23crypto: caam - fix uninitialized edesc->dst_dma fieldHoria Geanta-0/+2
2014-07-23crypto: caam - fix uninitialized S/G table size in ahash_digestHoria Geanta-0/+1
2014-07-23crypto: caam - fix DMA direction mismatch in ahash_done_ctx_srcHoria Geanta-1/+1