summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-02-2232-4284/+1162
|\
| * crypto: aesni - release FPU during skcipher walk API callsArd Biesheuvel2021-01-221-41/+32
| * crypto: aesni - replace CTR function pointer with static callArd Biesheuvel2021-01-221-6/+7
| * crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel2021-01-1412-8/+8
| * crypto: x86 - remove glue helper moduleArd Biesheuvel2021-01-143-231/+0
| * crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel2021-01-142-109/+44
| * crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel2021-01-141-44/+17
| * crypto: x86/cast5 - drop dependency on glue helperArd Biesheuvel2021-01-141-167/+17
| * crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel2021-01-143-154/+61
| * crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel2021-01-143-166/+67
| * crypto: x86 - add some helper macros for ECB and CBC modesArd Biesheuvel2021-01-141-0/+76
| * crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel2021-01-141-107/+0
| * crypto: x86/des - drop CTR mode implementationArd Biesheuvel2021-01-141-104/+0
| * crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel2021-01-144-207/+0
| * crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel2021-01-144-147/+0
| * crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel2021-01-142-76/+0
| * crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel2021-01-141-103/+0
| * crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel2021-01-145-201/+0
| * crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel2021-01-146-416/+0
| * crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel2021-01-144-303/+0
| * crypto: x86/twofish - switch to XTS templateArd Biesheuvel2021-01-142-151/+0
| * crypto: x86/serpent- switch to XTS templateArd Biesheuvel2021-01-145-304/+0
| * crypto: x86/cast6 - switch to XTS templateArd Biesheuvel2021-01-142-154/+0
| * crypto: x86/camellia - switch to XTS templateArd Biesheuvel2021-01-145-576/+1
| * crypto: aesni - replace function pointers with static branchesArd Biesheuvel2021-01-141-44/+54
| * crypto: aesni - refactor scatterlist processingArd Biesheuvel2021-01-141-83/+56
| * crypto: aesni - clean up mapping of associated dataArd Biesheuvel2021-01-141-4/+5
| * crypto: aesni - drop unused asm prototypesArd Biesheuvel2021-01-141-67/+0
| * crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel2021-01-141-12/+16
| * crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel2021-01-082-144/+356
| * crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel2021-01-082-56/+84
| * crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2021-01-021-67/+7
| * crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers2021-01-021-61/+23
| * crypto: aesni - implement support for cts(cbc(aes))Ard Biesheuvel2021-01-022-1/+261
* | Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-216-35/+63
|\ \
| * | um: remove process stub VMAJohannes Berg2021-02-121-1/+1
| * | um: rework userspace stubs to not hard-code stub locationJohannes Berg2021-02-125-34/+62
| * | um: separate child and parent errors in clone stubJohannes Berg2021-02-122-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-2155-1384/+3171
|\ \ \
| * \ \ Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-02-126-16/+62
| |\ \ \
| * | | | KVM: x86/xen: Explicitly pad struct compat_vcpu_info to 64 bytesSean Christopherson2021-02-111-5/+6
| * | | | KVM: SVM: Make symbol 'svm_gp_erratum_intercept' staticWei Yongjun2021-02-111-1/+1
| * | | | KVM: x86/xen: Allow reset of Xen attributesDavid Woodhouse2021-02-091-10/+28
| * | | | KVM: x86/mmu: Make HVA handler retpoline-friendlyMaciej S. Szmigiero2021-02-092-15/+22
| * | | | KVM: x86: hyper-v: Drop hv_vcpu_to_vcpu() helperVitaly Kuznetsov2021-02-091-7/+4
| * | | | KVM: x86: hyper-v: Allocate Hyper-V context lazilyVitaly Kuznetsov2021-02-093-18/+26
| * | | | KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov2021-02-096-7/+30
| * | | | KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamicallyVitaly Kuznetsov2021-02-094-12/+27
| * | | | KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V contextVitaly Kuznetsov2021-02-095-14/+29
| * | | | KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcp...Vitaly Kuznetsov2021-02-095-11/+21