summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2021-01-14crypto: qat - reduce size of mapped regionAdam Guerin
2021-01-14crypto: qat - change format string and cast ring sizeAdam Guerin
2021-01-14crypto: qat - fix potential spectre issueAdam Guerin
2021-01-14crypto: qat - configure arbiter mapping based on engines enabledWojciech Ziemba
2021-01-14crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in KconfigMarco Chiappero
2021-01-14crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counterHerbert Xu
2021-01-08crypto: vmx - Move extern declarations into header fileHerbert Xu
2021-01-08crypto: omap-sham - Fix link error without crypto-engineArnd Bergmann
2021-01-03crypto: picoxcell - Remove PicoXcell driverRob Herring
2021-01-03crypto: keembay-ocs-hcu - Add optional support for sha224Daniele Alessandrelli
2021-01-03crypto: keembay-ocs-hcu - Add HMAC supportDaniele Alessandrelli
2021-01-03crypto: keembay - Add Keem Bay OCS HCU driverDeclan Murphy
2021-01-03crypto: sun4i-ss - add SPDX header and remove blank linesCorentin Labbe
2021-01-03crypto: sun4i-ss - enabled stats via debugfsCorentin Labbe
2021-01-03crypto: sun4i-ss - fix kmap usageCorentin Labbe
2021-01-03crypto: sun4i-ss - initialize need_fallbackCorentin Labbe
2021-01-03crypto: sun4i-ss - handle BigEndian for cipherCorentin Labbe
2021-01-03crypto: sun4i-ss - IV register does not work on A10 and A13Corentin Labbe
2021-01-03crypto: sun4i-ss - checking sg length is not sufficientCorentin Labbe
2021-01-03crypto: sun4i-ss - linearize buffers content must be keptCorentin Labbe
2021-01-03crypto: inside-secure - fix platform_get_irq.cocci warningsTian Tao
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2021-01-03crypto: ccree - remove unused including <linux/version.h>Tian Tao
2021-01-03crypto: sahara - Remove unused .id_table supportFabio Estevam
2021-01-03crypto: mediatek - remove obsolete driverVic Wu
2020-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-12-23crypto: qat - add CRYPTO_AES to Kconfig dependenciesMarco Chiappero
2020-12-23crypto: keembay - Add dependency on HAS_IOMEMDaniele Alessandrelli
2020-12-23crypto: keembay - CRYPTO_DEV_KEEMBAY_OCS_AES_SM4 should depend on ARCH_KEEMBAYGeert Uytterhoeven
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-12-11crypto: qat - add capability detection logic in qat_4xxxMarco Chiappero
2020-12-11crypto: qat - add AES-XTS support for QAT GEN4 devicesMarco Chiappero
2020-12-11crypto: qat - add AES-CTR support for QAT GEN4 devicesMarco Chiappero
2020-12-11crypto: atmel-i2c - select CONFIG_BITREVERSEArnd Bergmann
2020-12-11crypto: hisilicon/trng - replace atomic_add_return()Yejune Deng
2020-12-11crypto: keembay - Add support for Keem Bay OCS AES/SM4Mike Healy
2020-12-04crypto: cpt - Fix sparse warnings in cptpfHerbert Xu
2020-11-27crypto: ccree - rework cache parameters handlingGilad Ben-Yossef
2020-11-27crypto: cavium - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET
2020-11-27crypto: marvell/octeontx - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET
2020-11-27crypto: cavium/zip - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET
2020-11-27crypto: ccree - Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-27crypto: hisilicon/trng - add support for PRNGWeili Qian
2020-11-27crypto: hisilicon/trng - add HiSilicon TRNG driver supportWeili Qian
2020-11-27crypto: qat - fix excluded_middle.cocci warningskernel test robot
2020-11-27crypto: qce - Fix SHA result buffer corruption issuesThara Gopinath
2020-11-27crypto: qce - Enable support for crypto engine on sdm845Thara Gopinath
2020-11-20crypto: sun8i-ce - fix two error path's memory leakCorentin Labbe
2020-11-20crypto: kconfig - fix a couple of spelling mistakesColin Ian King