summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-02-10crypto: x86/blowfish - Eliminate use of SYM_TYPED_FUNC_START in asmPeter Lafreniere1-5/+4
2023-02-10crypto: x86/blowfish - Convert to use ECB/CBC helpersPeter Lafreniere2-168/+58
2023-02-10crypto: x86/blowfish - Remove unused encode parameterPeter Lafreniere2-57/+7
2023-02-10crypto: arm64/aes-ccm - Rewrite skcipher walker loopHerbert Xu1-31/+26
2023-02-03crypto: x86 - exit fpu context earlier in ECB/CBC macrosPeter Lafreniere1-4/+15
2023-01-20crypto: x86/aria-avx512 - fix build failure with old binutilsTaehee Yoo1-1/+1
2023-01-20crypto: x86/aria-avx2 - fix build failure with old binutilsTaehee Yoo2-2/+12
2023-01-20crypto: x86/aria-avx - fix build failure with old binutilsTaehee Yoo3-1/+18
2023-01-20crypto: arm64/gcm - add RFC4106 supportArd Biesheuvel1-38/+107
2023-01-18crypto: p10-aes-gcm - Revert implementationHerbert Xu7-6330/+0
2023-01-13ARM: dts: aspeed: Add ACRY/AHBC device controller nodeNeal Liu1-0/+13
2023-01-13crypto: p10-aes-gcm - A perl script to process PowerPC assembler sourceDanny Tsen1-0/+229
2023-01-13crypto: p10-aes-gcm - Supporting functions for ghashDanny Tsen1-0/+370
2023-01-13crypto: p10-aes-gcm - Supporting functions for AESDanny Tsen1-0/+3846
2023-01-13crypto: p10-aes-gcm - An accelerated AES/GCM stitched implementationDanny Tsen1-0/+1519
2023-01-13crypto: p10-aes-gcm - Glue code for AES/GCM stitched implementationDanny Tsen1-0/+345
2023-01-13crypto: p10-aes-gcm - Update Kconfig and MakefileDanny Tsen2-0/+21
2023-01-06crypto: x86/aria - implement aria-avx512Taehee Yoo5-0/+1251
2023-01-06crypto: x86/aria - implement aria-avx2Taehee Yoo6-1/+1752
2023-01-06crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo2-15/+19
2023-01-06crypto: x86/aria - add keystream array into request ctxTaehee Yoo1-13/+26
2023-01-06crypto: s390/aes - drop redundant xts key checkVladis Dronov1-4/+0
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov1-1/+1
2022-12-30crypto: arm/sha1 - Fix clang function cast warningsHerbert Xu1-8/+6
2022-12-30crypto: x86/ghash - add comment and fix broken linkEric Biggers2-5/+24
2022-12-30crypto: x86/ghash - use le128 instead of u128Eric Biggers2-8/+8
2022-12-30crypto: x86/ghash - fix unaligned access in ghash_setkey()Eric Biggers1-3/+3
2022-12-30crypto: arm64/sm4 - fix possible crash with CFI enabledTianjia Zhang2-4/+6
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-23Merge tag 'mips_6.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2-1/+5
2022-12-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-44/+97
2022-12-21Merge tag 'rproc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds1-0/+33
2022-12-21m68k: remove broken strcmp implementationLinus Torvalds1-20/+0
2022-12-21Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-1/+3
2022-12-21MIPS: dts: bcm63268: Add missing properties to the TWD nodeFlorian Fainelli1-0/+2
2022-12-21MIPS: ralink: mt7621: avoid to init common ralink reset controllerSergio Paracuellos1-1/+3
2022-12-20Merge tag 'm68knommu-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2022-12-20Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-102/+91
2022-12-20prandom: remove prandom_u32_max()Jason A. Donenfeld1-1/+1
2022-12-20random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld2-0/+2
2022-12-20Merge tag 'soc-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-6/+24
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-2/+2
2022-12-19Merge tag 'v6.1-dts64-fixes' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2-3/+3
2022-12-19ARM: disallow pre-ARMv5 builds with ld.lldArnd Bergmann1-0/+2
2022-12-19ARM: pxa: fix building with clangArnd Bergmann2-0/+16
2022-12-19ARM: dts: spear: drop 0x from unit addressKrzysztof Kozlowski3-3/+3
2022-12-19parisc: Show MPE/iX model string at bootupHelge Deller3-5/+10
2022-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-40/+61
2022-12-19Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds68-182/+3588
2022-12-19Merge tag 'csky-for-linus-6.2-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds5-18/+7