summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: dts: aspeed: Add ACRY/AHBC device controller nodeNeal Liu2023-01-131-0/+13
* crypto: aspeed - Add ACRY RSA driverNeal Liu2023-01-133-0/+841
* crypto: skcipher - Use scatterwalk (un)map interface for dst and src buffersArd Biesheuvel2023-01-131-18/+4
* crypto: p10-aes-gcm - A perl script to process PowerPC assembler sourceDanny Tsen2023-01-131-0/+229
* crypto: p10-aes-gcm - Supporting functions for ghashDanny Tsen2023-01-131-0/+370
* crypto: p10-aes-gcm - Supporting functions for AESDanny Tsen2023-01-131-0/+3846
* crypto: p10-aes-gcm - An accelerated AES/GCM stitched implementationDanny Tsen2023-01-131-0/+1519
* crypto: p10-aes-gcm - Glue code for AES/GCM stitched implementationDanny Tsen2023-01-131-0/+345
* crypto: p10-aes-gcm - Update Kconfig and MakefileDanny Tsen2023-01-132-0/+21
* crypto: x86/aria - implement aria-avx512Taehee Yoo2023-01-065-0/+1251
* crypto: x86/aria - implement aria-avx2Taehee Yoo2023-01-066-1/+1752
* crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo2023-01-063-15/+23
* crypto: x86/aria - add keystream array into request ctxTaehee Yoo2023-01-061-13/+26
* crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2David Rientjes2023-01-061-1/+8
* crypto: talitos - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-061-1/+1
* crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-0613-71/+111
* crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS modeNicolai Stange2023-01-061-0/+2
* crypto: testmgr - disallow plain ghash in FIPS modeNicolai Stange2023-01-061-1/+0
* crypto: testmgr - disallow plain cbcmac(aes) in FIPS modeNicolai Stange2023-01-061-1/+0
* crypto: s390/aes - drop redundant xts key checkVladis Dronov2023-01-061-4/+0
* crypto: xts - drop xts_check_key()Vladis Dronov2023-01-069-34/+16
* crypto: xts - restrict key lengths to approved values in FIPS modeNicolai Stange2023-01-061-0/+7
* crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-064-11/+21
* crypto: caam - Avoid GCC memset bug warningHerbert Xu2023-01-061-1/+2
* lib/mpi: Fix buffer overrun when SG is too longHerbert Xu2023-01-061-1/+2
* crypto: lib/blake2s - Split up test function to halve stack usageHerbert Xu2022-12-301-3/+22
* crypto: ux500 - update debug config after ux500 cryp driver removalLukas Bulwahn2022-12-301-4/+3
* crypto: wp512 - disable kmsan checks in wp512_process_buffer()Arnd Bergmann2022-12-301-1/+1
* crypto: scatterwalk - use kmap_local() not kmap_atomic()Ard Biesheuvel2022-12-303-6/+6
* crypto: arm/sha1 - Fix clang function cast warningsHerbert Xu2022-12-301-8/+6
* crypto: atmel - Add capability case for the 0x600 SHA and AES IP versionsSergiu Moga2022-12-302-0/+2
* crypto: x86/ghash - add comment and fix broken linkEric Biggers2022-12-302-5/+24
* crypto: x86/ghash - use le128 instead of u128Eric Biggers2022-12-302-8/+8
* crypto: x86/ghash - fix unaligned access in ghash_setkey()Eric Biggers2022-12-301-3/+3
* crypto: arm64/sm4 - fix possible crash with CFI enabledTianjia Zhang2022-12-302-4/+6
* crypto: caam - fix CAAM io mem access in blob_genNikolaus Voss2022-12-301-1/+1
* Linux 6.2-rc1v6.2-rc1Linus Torvalds2022-12-251-2/+2
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-2569-97/+97
* Merge tag 'spi-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-231-3/+16
|\
| * spi: fsl_spi: Don't change speed while chipselect is activeChristophe Leroy2022-12-141-3/+16
* | Merge tag 'regulator-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-231-2/+2
|\ \
| * | regulator: core: fix deadlock on regulator enableJohan Hovold2022-12-151-1/+1
| * | regulator: core: Fix resolve supply lookup issueChiYuan Huang2022-12-141-1/+1
* | | Merge tag 'coccinelle-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2022-12-231-1/+1
|\ \ \
| * | | scripts: coccicheck: use "grep -E" instead of "egrep"Greg Kroah-Hartman2022-09-211-1/+1
* | | | Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-237-21/+36
|\ \ \ \
| * | | | cfi: Fix CFI failure with KASANSami Tolvanen2022-12-231-3/+0
| * | | | exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2022-12-162-4/+9
| * | | | security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang > 15.0.6Nathan Chancellor2022-12-141-0/+3
| * | | | lkdtm: cfi: Make PAC test work with GCC 7 and 8Kristina Martsenko2022-12-141-1/+5