summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-12-09crypto: qce - Set DMA alignment explicitlyHerbert Xu3-22/+23
2022-12-09crypto: octeontx2 - Set DMA alignment explicitlyHerbert Xu1-39/+40
2022-12-09crypto: octeontx - Set DMA alignment explicitlyHerbert Xu1-34/+35
2022-12-09crypto: keembay - Set DMA alignment explicitlyHerbert Xu1-13/+13
2022-12-09crypto: safexcel - Set DMA alignment explicitlyHerbert Xu1-49/+50
2022-12-09crypto: hisilicon/hpre - Set DMA alignment explicitlyHerbert Xu1-15/+25
2022-12-09crypto: chelsio - Set DMA alignment explicitlyHerbert Xu1-21/+22
2022-12-09crypto: ccree - Set DMA alignment explicitlyHerbert Xu3-83/+83
2022-12-09crypto: ccp - Set DMA alignment explicitlyHerbert Xu8-71/+76
2022-12-09crypto: cavium - Set DMA alignment explicitlyHerbert Xu2-11/+11
2022-12-09crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui1-2/+6
2022-12-09crypto: arm64/ghash-ce - use frame_push/pop macros consistentlyArd Biesheuvel1-5/+3
2022-12-09crypto: arm64/crct10dif - use frame_push/pop macros consistentlyArd Biesheuvel1-3/+2
2022-12-09crypto: arm64/aes-modes - use frame_push/pop macros consistentlyArd Biesheuvel1-22/+12
2022-12-09crypto: arm64/aes-neonbs - use frame_push/pop consistentlyArd Biesheuvel1-9/+7
2022-12-09crypto: chelsio - Fix flexible struct array warningHerbert Xu2-6/+6
2022-12-09crypto: qat - add resubmit logic for decompressionGiovanni Cabiddu4-0/+245
2022-12-09crypto: acomp - define max size for destinationGiovanni Cabiddu1-0/+1
2022-12-09crypto: qat - enable deflate for QAT GEN4Giovanni Cabiddu8-14/+689
2022-12-09crypto: qat - expose deflate through acomp api for QAT GEN2Giovanni Cabiddu24-12/+1447
2022-12-09crypto: qat - rename and relocate GEN2 config functionGiovanni Cabiddu14-123/+158
2022-12-09crypto: qat - relocate qat_algs_alloc_flags()Giovanni Cabiddu2-5/+6
2022-12-09crypto: qat - relocate backlog related structuresGiovanni Cabiddu2-14/+16
2022-12-09crypto: qat - extend buffer list interfaceGiovanni Cabiddu3-18/+54
2022-12-09crypto: qat - generalize crypto request buffersGiovanni Cabiddu3-39/+39
2022-12-09crypto: qat - change bufferlist logic interfaceGiovanni Cabiddu3-45/+49
2022-12-09crypto: qat - rename bufferlist functionsGiovanni Cabiddu3-24/+24
2022-12-09crypto: qat - relocate bufferlist logicGiovanni Cabiddu4-184/+214
2022-12-05crypto: api - Use linux/cache.h instead of asm/cache.hHerbert Xu1-1/+1
2022-12-02crypto: ccree,hisilicon - Fix dependencies to correct algorithmTianjia Zhang2-3/+3
2022-12-02crypto: caam - Set DMA alignment explicitlyHerbert Xu5-215/+216
2022-12-02crypto: kpp - Add ctx helpers with DMA alignmentHerbert Xu1-1/+23
2022-12-02crypto: akcipher - Add ctx helpers with DMA alignmentHerbert Xu1-1/+23
2022-12-02crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Herbert Xu2-3/+8
2022-12-02crypto: skcipher - Add ctx helpers with DMA alignmentHerbert Xu1-0/+22
2022-12-02crypto: hash - Add ctx helpers with DMA alignmentHerbert Xu1-0/+22
2022-12-02crypto: aead - Add ctx helpers with DMA alignmentHerbert Xu1-0/+22
2022-12-02crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu2-7/+39
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu26-25/+30
2022-12-02crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()Shang XiaoJing1-1/+1
2022-12-02crypto: x86/curve25519 - disable gcovJoe Fradley1-0/+3
2022-12-02crypto: amlogic - Remove kcalloc without checkChristophe JAILLET2-2/+1
2022-12-02crypto: kpp - Move reqsize into tfmHerbert Xu2-5/+6
2022-12-02crypto: dh - Use helper to set reqsizeHerbert Xu1-1/+3
2022-12-02crypto: akcipher - Move reqsize into tfmHerbert Xu2-4/+5
2022-12-02crypto: virtio - Use helper to set reqsizeHerbert Xu1-2/+3
2022-12-02crypto: caam - Use helper to set reqsizeHerbert Xu1-1/+2
2022-12-02crypto: qat - Use helper to set reqsizeHerbert Xu1-2/+4
2022-12-02crypto: hisilicon/hpre - Use helper to set reqsizeHerbert Xu1-6/+13
2022-12-02crypto: kpp - Add helper to set reqsizeHerbert Xu1-0/+6