aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-15crypto: iaa - Add support for deflate-iaa compression algorithmGravatar Tom Zanussi 3-18/+1079
2023-12-15crypto: iaa - Add compression mode management along with fixed modeGravatar Tom Zanussi 4-2/+504
2023-12-15crypto: iaa - Add per-cpu workqueue table with rebalancingGravatar Tom Zanussi 2-0/+229
2023-12-15crypto: iaa - Add Intel IAA Compression Accelerator crypto driver coreGravatar Tom Zanussi 7-0/+382
2023-12-15crypto: iaa - Add IAA Compression Accelerator DocumentationGravatar Tom Zanussi 4-0/+865
2023-12-15dmaengine: idxd: add callback support for iaa cryptoGravatar Tom Zanussi 5-20/+65
2023-12-15dmaengine: idxd: Add wq private data accessorsGravatar Tom Zanussi 1-0/+10
2023-12-15dmaengine: idxd: Export wq resource management functionsGravatar Tom Zanussi 1-0/+5
2023-12-15dmaengine: idxd: Export descriptor management functionsGravatar Tom Zanussi 1-0/+3
2023-12-15dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, ...Gravatar Tom Zanussi 4-10/+12
2023-12-15dmaengine: idxd: add external module driver support for dsa_bus_typeGravatar Dave Jiang 2-0/+9
2023-12-15crypto: starfive - Fix dev_err_probe return errorGravatar Jia Jie Ho 1-1/+1
2023-12-15crypto: starfive - Remove unneeded NULL checksGravatar Jia Jie Ho 1-6/+3
2023-12-08crypto: algif_skcipher - Fix stream cipher chainingGravatar Herbert Xu 2-3/+71
2023-12-08crypto: arc4 - Add internal stateGravatar Herbert Xu 1-1/+10
2023-12-08crypto: skcipher - Make use of internal stateGravatar Herbert Xu 3-8/+139
2023-12-08crypto: skcipher - Add internal state supportGravatar Herbert Xu 5-22/+94
2023-12-08crypto: cfb,ofb - Remove cfb and ofbGravatar Herbert Xu 4-385/+0
2023-12-08crypto: testmgr - Remove cfb and ofbGravatar Herbert Xu 2-1187/+0
2023-12-08crypto: tcrypt - Remove cfb and ofbGravatar Herbert Xu 1-76/+0
2023-12-08crypto: ccree - Remove ofbGravatar Herbert Xu 1-35/+0
2023-12-08crypto: bcm - Remove ofbGravatar Herbert Xu 1-57/+0
2023-12-08crypto: starfive - Remove cfb and ofbGravatar Herbert Xu 2-72/+1
2023-12-08crypto: n2 - Remove cfbGravatar Herbert Xu 1-26/+1
2023-12-08crypto: octeontx - Remove cfbGravatar Herbert Xu 1-23/+0
2023-12-08crypto: safexcel - Remove cfb and ofbGravatar Herbert Xu 3-160/+0
2023-12-08crypto: hisilicon/sec2 - Remove cfb and ofbGravatar Herbert Xu 3-29/+1
2023-12-08crypto: hifn_795x - Remove cfb and ofbGravatar Herbert Xu 1-123/+3
2023-12-08crypto: ccp - Remove cfb and ofbGravatar Herbert Xu 1-18/+0
2023-12-08crypto: nitrox - Remove cfbGravatar Herbert Xu 1-19/+0
2023-12-08crypto: cpt - Remove cfbGravatar Herbert Xu 1-24/+0
2023-12-08crypto: atmel - Remove cfb and ofbGravatar Herbert Xu 2-411/+8
2023-12-08crypto: aspeed - Remove cfb and ofbGravatar Herbert Xu 2-233/+1
2023-12-08crypto: crypto4xx - Remove cfb and ofbGravatar Herbert Xu 3-58/+0
2023-12-08crypto: x86/sm4 - Remove cfb(sm4)Gravatar Herbert Xu 6-271/+4
2023-12-08crypto: arm64/sm4 - Remove cfb(sm4)Gravatar Herbert Xu 6-489/+4
2023-12-08crypto: s390/aes - Fix buffer overread in CTR modeGravatar Herbert Xu 2-2/+6
2023-12-08crypto: hisilicon/zip - save capability registers in probe processGravatar Zhiqi Song 1-13/+60
2023-12-08crypto: hisilicon/sec2 - save capability registers in probe processGravatar Zhiqi Song 3-5/+55
2023-12-08crypto: hisilicon/hpre - save capability registers in probe processGravatar Zhiqi Song 1-18/+64
2023-12-08crypto: hisilicon/qm - save capability registers in qm init processGravatar Zhiqi Song 2-10/+64
2023-12-08crypto: hisilicon/qm - add a function to set qm algsGravatar Wenkai Lin 5-120/+62
2023-12-08hwrng: core - Fix page fault dead lock on mmap-ed hwrngGravatar Herbert Xu 1-13/+21
2023-12-08crypto: sahara - avoid skcipher fallback code duplicationGravatar Ovidiu Panait 1-60/+25
2023-12-08crypto: sahara - remove unused error field in sahara_devGravatar Ovidiu Panait 1-8/+3
2023-12-08crypto: sahara - fix error handling in sahara_hw_descriptor_create()Gravatar Ovidiu Panait 1-5/+3
2023-12-08crypto: sahara - fix processing requests with cryptlen < sg->lengthGravatar Ovidiu Panait 1-2/+7
2023-12-08crypto: sahara - fix ahash selftest failureGravatar Ovidiu Panait 1-1/+1
2023-12-08crypto: sahara - fix cbc selftest failureGravatar Ovidiu Panait 1-2/+31
2023-12-08crypto: sahara - remove FLAGS_NEW_KEY logicGravatar Ovidiu Panait 1-21/+13