aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-22crypto: aesni - release FPU during skcipher walk API callsArd Biesheuvel1-41/+32
2021-01-22crypto: aesni - replace CTR function pointer with static callArd Biesheuvel1-6/+7
2021-01-14crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel12-8/+8
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel3-231/+0
2021-01-14crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel2-109/+44
2021-01-14crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel1-44/+17
2021-01-14crypto: x86/cast5 - drop dependency on glue helperArd Biesheuvel1-167/+17
2021-01-14crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel3-154/+61
2021-01-14crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel3-166/+67
2021-01-14crypto: x86 - add some helper macros for ECB and CBC modesArd Biesheuvel1-0/+76
2021-01-14crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel1-107/+0
2021-01-14crypto: x86/des - drop CTR mode implementationArd Biesheuvel1-104/+0
2021-01-14crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel4-207/+0
2021-01-14crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel4-147/+0
2021-01-14crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel2-76/+0
2021-01-14crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel1-103/+0
2021-01-14crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel5-201/+0
2021-01-14crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel6-416/+0
2021-01-14crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel4-303/+0
2021-01-14crypto: x86/twofish - switch to XTS templateArd Biesheuvel2-151/+0
2021-01-14crypto: x86/serpent- switch to XTS templateArd Biesheuvel5-304/+0
2021-01-14crypto: x86/cast6 - switch to XTS templateArd Biesheuvel2-154/+0
2021-01-14crypto: x86/camellia - switch to XTS templateArd Biesheuvel5-576/+1
2021-01-14crypto: aesni - replace function pointers with static branchesArd Biesheuvel1-44/+54
2021-01-14crypto: aesni - refactor scatterlist processingArd Biesheuvel1-83/+56
2021-01-14crypto: aesni - clean up mapping of associated dataArd Biesheuvel1-4/+5
2021-01-14crypto: aesni - drop unused asm prototypesArd Biesheuvel1-67/+0
2021-01-14crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel1-12/+16
2021-01-08crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel2-144/+356
2021-01-08crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel2-56/+84
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers1-67/+7
2021-01-03crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers1-61/+23
2021-01-03crypto: aesni - implement support for cts(cbc(aes))Ard Biesheuvel2-1/+261
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-127/+13
2020-12-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+2
2020-12-22x86/split-lock: Avoid returning with interrupts enabledAndi Kleen1-1/+2
2020-12-22kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov1-1/+1
2020-12-22kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov1-0/+1
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds38-498/+2297
2020-12-19Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-28/+24
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn2-0/+2
2020-12-19mm, kvm: account kvm_vcpu_mmap to kmemcgShakeel Butt1-1/+1
2020-12-19xen: Kconfig: remove X86_64 depends from XEN_512GBJason Andryuk1-1/+1
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds5-7/+46
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+2
2020-12-16Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds3-0/+39
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+20
2020-12-16KVM: SVM: fix 32-bit compilationPaolo Bonzini1-0/+2
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+0