summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-02crypto: aspeed - Enable compile testingHerbert Xu1-1/+1
2022-09-02crypto: qat - fix default value of WDT timerLucas Segarra Fernandez1-1/+1
2022-09-02crypto: testmgr - fix indentation for test_acomp() argsLucas Segarra Fernandez1-1/+1
2022-09-02crypto: bcm - fix repeated words in commentswangjianli1-1/+1
2022-09-02crypto: marvell/octeontx - fix repeated words in commentswangjianli1-1/+1
2022-09-02crypto: n2 - fix repeated words in commentswangjianli1-1/+1
2022-09-02hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()Kshitiz Varshney1-7/+7
2022-09-02Revert "crypto: allwinner - Fix dma_map_sg error check"Herbert Xu4-7/+7
2022-09-02Revert "crypto: gemini - Fix error check for dma_map_sg"Herbert Xu1-3/+3
2022-08-26crypto: Kconfig - simplify compression/RNG entriesRobert Elliott1-32/+50
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott8-344/+410
2022-08-26crypto: Kconfig - simplify userspace entriesRobert Elliott1-24/+41
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott8-216/+366
2022-08-26crypto: Kconfig - simplify aead entriesRobert Elliott2-20/+36
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott8-57/+91
2022-08-26crypto: Kconfig - simplify public-key entriesRobert Elliott3-23/+46
2022-08-26crypto: Kconfig - add submenusRobert Elliott1-458/+479
2022-08-26crypto: Kconfig - sort the arm entriesRobert Elliott1-55/+56
2022-08-26crypto: Kconfig - sort the arm64 entriesRobert Elliott1-53/+54
2022-08-26crypto: Kconfig - submenus for arm and arm64Robert Elliott13-34/+10
2022-08-26crypto: Kconfig - remove AES_ARM64 ref by SA2ULRobert Elliott1-1/+0
2022-08-26crypto: Kconfig - move x86 entries to a submenuRobert Elliott2-495/+503
2022-08-26crypto: Kconfig - move sparc entries to a submenuRobert Elliott2-98/+106
2022-08-26crypto: Kconfig - move s390 entries to a submenuRobert Elliott2-115/+123
2022-08-26crypto: Kconfig - move powerpc entries to a submenuRobert Elliott2-73/+80
2022-08-26crypto: Kconfig - move mips entries to a submenuRobert Elliott2-55/+64
2022-08-26crypto: hisilicon/qm - no judgment in the back processKai Ye1-5/+3
2022-08-26crypto: ccree - Fix dma_map_sg error checkJack Wang1-1/+1
2022-08-26crypto: allwinner - Fix dma_map_sg error checkJack Wang4-7/+7
2022-08-26crypto: amlogic - Fix dma_map_sg error checkJack Wang1-3/+3
2022-08-26crypto: qce - Fix dma_map_sg error checkJack Wang3-9/+11
2022-08-26crypto: sahara - Fix error check for dma_map_sgJack Wang1-2/+2
2022-08-26crypto: gemini - Fix error check for dma_map_sgJack Wang1-3/+3
2022-08-26crypto: drivers - move from strlcpy with unused retval to strscpyWolfram Sang5-10/+10
2022-08-26crypto: core - move from strlcpy with unused retval to strscpyWolfram Sang2-2/+2
2022-08-26crypto: aspeed - add HACE crypto driverNeal Liu5-3/+1352
2022-08-26dt-bindings: crypto: add documentation for aspeed haceNeal Liu1-0/+53
2022-08-26ARM: dts: aspeed: Add HACE device controller nodeNeal Liu2-0/+16
2022-08-26dt-bindings: clock: Add AST2500/AST2600 HACE reset definitionNeal Liu2-0/+2
2022-08-26crypto: aspeed - Add HACE hash driverNeal Liu8-0/+1828
2022-08-26crypto: ccp - Fail the PSP initialization when writing psp data file failedJacky Li1-11/+15
2022-08-26crypto: ccp - Initialize PSP when reading psp data file failedJacky Li2-17/+24
2022-08-26hwrng: imx-rngc - use devres for hwrng registrationMartin Kaiser1-11/+1
2022-08-26hwrng: imx-rngc - use devm_clk_get_enabledMartin Kaiser1-19/+6
2022-08-26crypto: tcrypt - remove mode=1000Robert Elliott1-27/+0
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu0-0/+0
2022-08-26crypto: lib - remove unneeded selection of XOR_BLOCKSEric Biggers1-1/+0
2022-08-19hwrng: imx-rngc - use KBUILD_MODNAME as driver nameMartin Kaiser1-1/+1
2022-08-19crypto: artpec6 - move spin_lock_bh to spin_lock in taskletTuo Cao1-2/+2
2022-08-19crypto: testmgr - don't generate WARN for missing modulesRobert Elliott1-2/+5