summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2023-03-05Merge tag 'v6.3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-23/+53
2023-02-28crypto: caam - Fix edesc/iv ordering mixupHerbert Xu-23/+53
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-15/+154
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-3004/+1750
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+1
2023-02-14crypto: aspeed - Fix modular aspeed-acryHerbert Xu-1/+3
2023-02-14crypto: hisilicon/qm - fix coding style issuesWeili Qian-18/+12
2023-02-14crypto: hisilicon/qm - update comments to match functionWeili Qian-3/+2
2023-02-14crypto: hisilicon/qm - change function namesWeili Qian-4/+4
2023-02-14crypto: hisilicon/qm - use min() instead of min_t()Weili Qian-1/+1
2023-02-14crypto: hisilicon/qm - remove some unused definesWeili Qian-10/+0
2023-02-14crypto: crypto4xx - Call dma_unmap_page when doneHerbert Xu-6/+4
2023-02-14crypto: octeontx2 - Fix objects shared between several modulesAlexander Lobakin-14/+39
2023-02-14crypto: nx - Fix sparse warningsHerbert Xu-10/+9
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu-3/+2
2023-02-13crypto: talitos - Use request_complete helpersHerbert Xu-2/+2
2023-02-13crypto: sahara - Use request_complete helpersHerbert Xu-2/+2
2023-02-13crypto: s5p-sss - Use request_complete helpersHerbert Xu-4/+4
2023-02-13crypto: qce - Use request_complete helpersHerbert Xu-2/+2
2023-02-13crypto: qat - Use request_complete helpersHerbert Xu-5/+6
2023-02-13crypto: mxs-dcp - Use request_complete helpersHerbert Xu-4/+4
2023-02-13crypto: octeontx2 - Use request_complete helpersHerbert Xu-2/+2
2023-02-13crypto: octeontx - Use request_complete helpersHerbert Xu-2/+2
2023-02-13crypto: marvell/cesa - Use request_complete helpersHerbert Xu-3/+3
2023-02-13crypto: ixp4xx - Use request_complete helpersHerbert Xu-2/+2
2023-02-13crypto: safexcel - Use request_complete helpersHerbert Xu-2/+2
2023-02-13crypto: img-hash - Use request_complete helpersHerbert Xu-2/+2
2023-02-13crypto: hisilicon - Use request_complete helpersHerbert Xu-9/+7
2023-02-13crypto: hifn_795x - Use request_complete helpersHerbert Xu-2/+2
2023-02-13crypto: chelsio - Use request_complete helpersHerbert Xu-3/+3
2023-02-13crypto: ccp - Use request_complete helpersHerbert Xu-6/+6
2023-02-13crypto: nitrox - Use request_complete helpersHerbert Xu-2/+2
2023-02-13crypto: cpt - Use request_complete helpersHerbert Xu-1/+1
2023-02-13crypto: bcm - Use request_complete helpersHerbert Xu-1/+1
2023-02-13crypto: artpec6 - Use request_complete helpersHerbert Xu-6/+6
2023-02-13crypto: atmel - Use request_complete helpersHerbert Xu-6/+6
2023-02-10crypto: virtio/akcipher - Do not use GFP_ATOMIC when not neededChristophe JAILLET-1/+1
2023-02-10crypto: aspeed - fix type warningsNeal Liu-4/+4
2023-02-10crypto: qat - drop log level of msg in get_instance_node()Giovanni Cabiddu-2/+2
2023-02-10crypto: qat - fix out-of-bounds readGiovanni Cabiddu-1/+1
2023-02-10crypto: atmel - Drop unused id parameter from atmel_i2c_probe()Uwe Kleine-König-6/+4
2023-02-10crypto: safexcel - Use crypto_wait_reqHerbert Xu-68/+24
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2023-02-03crypto: ux500/hash - delete driverLinus Walleij-2414/+0
2023-02-03crypto: stm32/hash - Support Ux500 hashLinus Walleij-35/+219
2023-02-03crypto: stm32/hash - Wait for idle before final CPU xmitLinus Walleij-0/+3
2023-02-03crypto: stm32/hash - Use existing busy poll functionLinus Walleij-2/+4
2023-02-03crypto: stm32/hash - Simplify codeLinus Walleij-2/+1
2023-02-03crypto: marvell/cesa - Use crypto_wait_reqHerbert Xu-33/+8