aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-47/+22
2017-04-05crypto: caam - fix RNG deinstantiation error checkingHoria Geantă1-1/+2
2017-04-05crypto: caam - fix invalid dereference in caam_rsa_init_tfm()Horia Geantă1-1/+1
2017-04-05crypto: caam - fix JR platform device subsequent (re)creationsHoria Geantă2-45/+19
2017-03-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-0/+47
2017-03-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-1/+5
2017-03-24crypto: ccp - Make some CCP DMA channels privateGary R Hook3-0/+47
2017-03-16crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook2-1/+5
2017-03-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-47/+85
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-09crypto: s5p-sss - Fix spinlock recursion on LRW(AES)Krzysztof Kozlowski1-45/+82
2017-03-08crypto: s5p-sss - Fix completing crypto request in IRQ handlerKrzysztof Kozlowski1-2/+3
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-42/+49
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2017-03-02crypto: vmx - Use skcipher for xts fallbackPaulo Flabiano Smorigo1-16/+16
2017-03-02crypto: vmx - Use skcipher for cbc fallbackPaulo Flabiano Smorigo1-23/+24
2017-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-9/+23
2017-02-27scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+1
2017-02-27crypto: atmel - CRYPTO_DEV_MEDIATEK should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2017-02-27crypto: atmel - CRYPTO_DEV_ATMEL_TDES and CRYPTO_DEV_ATMEL_SHA should depend on HAS_DMAGeert Uytterhoeven1-0/+2
2017-02-27crypto: cavium - fix leak on curr if curr->head fails to be allocatedColin Ian King1-0/+1
2017-02-27crypto: cavium - Fix couple of static checker errorsGeorge Cherian2-3/+5
2017-02-25treewide: Remove remaining executable attributes from source filesJoe Perches1-0/+0
2017-02-24s390/crypt: Add protected key AES moduleMartin Schwidefsky1-0/+1
2017-02-23crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2-141/+65
2017-02-23crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2-53/+10
2017-02-23crypto: cavium - remove dead MSI-X related defineChristoph Hellwig1-2/+0
2017-02-23s390/pkey: Introduce pkey kernel moduleHarald Freudenberger1-0/+16
2017-02-23s390/zcrypt: Rework CONFIG_ZCRYPT Kconfig text.Harald Freudenberger1-9/+6
2017-02-15crypto: brcm - Avoid double free in ahash_finup()Rob Rice1-1/+0
2017-02-15crypto: cavium - fix Kconfig dependenciesArnd Bergmann1-1/+2
2017-02-15crypto: cavium - cpt_bind_vq_to_grp could return an error codeGeorge Cherian1-2/+2
2017-02-15crypto: caam - fix state buffer DMA (un)mappingHoria Geantă1-55/+52
2017-02-15crypto: caam - abstract ahash request double bufferingHoria Geantă1-29/+48
2017-02-15crypto: caam - fix error path for ctx_dma mapping failureHoria Geantă1-1/+6
2017-02-15crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă2-252/+102
2017-02-15crypto: caam - don't dma_map key for hash algorithmsHoria Geantă1-17/+1
2017-02-15crypto: caam - use dma_map_sg() return codeHoria Geantă1-62/+71
2017-02-15crypto: caam - replace sg_count() with sg_nents_for_len()Horia Geantă2-112/+88
2017-02-15crypto: caam - check sg_count() return valueHoria Geantă1-2/+42
2017-02-15crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()Horia Geantă1-4/+4
2017-02-15crypto: caam - fix JR IO mapping if one failsTudor Ambarus1-8/+9
2017-02-15crypto: caam - check return code of dma_set_mask_and_coherent()Horia Geantă2-10/+24
2017-02-15crypto: caam - don't include unneeded headersHoria Geantă2-3/+0
2017-02-15crypto: ccp - Simplify some buffer management routinesGary R Hook1-86/+56
2017-02-15crypto: ccp - Update the command queue on errorsGary R Hook1-2/+5
2017-02-15crypto: ccp - Change mode for detailed CCP init messagesGary R Hook1-3/+2
2017-02-15crypto: atmel-sha - fix error management in atmel_sha_start()Cyrille Pitchen1-5/+22