aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsGravatar Ard Biesheuvel 5-2113/+0
2019-07-26crypto: morus - remove generic and x86 implementationsGravatar Ard Biesheuvel 9-2726/+0
2019-07-26crypto: arm/aes-scalar - unexport en/decryption routinesGravatar Ard Biesheuvel 1-3/+0
2019-07-26crypto: arm64/aes-cipher - switch to shared AES inverse SboxGravatar Ard Biesheuvel 1-39/+1
2019-07-26crypto: arm/aes-cipher - switch to shared AES inverse SboxGravatar Ard Biesheuvel 1-39/+1
2019-07-26crypto: arm64/aes-neon - switch to shared AES SboxesGravatar Ard Biesheuvel 1-71/+3
2019-07-26crypto: arm/ghash - provide a synchronous versionGravatar Ard Biesheuvel 1-26/+52
2019-07-26crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes)Gravatar Ard Biesheuvel 1-0/+65
2019-07-26crypto: arm/aes-ce - provide a synchronous version of ctr(aes)Gravatar Ard Biesheuvel 1-0/+43
2019-07-26crypto: arm/aes - use native endiannes for key scheduleGravatar Ard Biesheuvel 2-16/+13
2019-07-26crypto: arm64/aes-ce-cipher - use AES library as fallbackGravatar Ard Biesheuvel 3-9/+3
2019-07-26crypto: aes - move sync ctr(aes) to AES library and generic helperGravatar Ard Biesheuvel 3-60/+33
2019-07-26crypto: arm64/aes-ce - switch to library version of key expansion routineGravatar Ard Biesheuvel 2-8/+11
2019-07-26crypto: arm64/aes-neonbs - switch to library version of key expansion routineGravatar Ard Biesheuvel 2-4/+5
2019-07-26crypto: arm64/aes-ccm - switch to AES libraryGravatar Ard Biesheuvel 2-13/+7
2019-07-26crypto: arm/aes-neonbs - switch to library version of key expansion routineGravatar Ard Biesheuvel 2-3/+3
2019-07-26crypto: arm64/ghash - switch to AES libraryGravatar Ard Biesheuvel 2-22/+11
2019-07-26crypto: x86/aes - drop scalar assembler implementationsGravatar Ard Biesheuvel 4-621/+0
2019-07-26crypto: x86/aes-ni - switch to generic for fallback and key routinesGravatar Ard Biesheuvel 2-20/+7
2019-07-26crypto: aes - rename local routines to prevent future clashesGravatar Ard Biesheuvel 4-16/+16
2019-07-26crypto: arm/aes-ce - cosmetic/whitespace cleanupGravatar Ard Biesheuvel 1-60/+56
2019-07-21hexagon: switch to generic version of pte allocationGravatar Mike Rapoport 1-32/+2
2019-07-20Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 4-1/+38
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 31-195/+218
2019-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 11-61/+87
2019-07-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+3
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 15-211/+198
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 5-11/+6
2019-07-20x86/entry/64: Prevent clobbering of saved CR2 valueGravatar Thomas Gleixner 1-1/+10
2019-07-20KVM: x86: Add fixed counters to PMU filterGravatar Eric Hankland 2-7/+25
2019-07-20KVM: nVMX: do not use dangling shadow VMCS after guest resetGravatar Paolo Bonzini 1-1/+7
2019-07-20KVM: VMX: dump VMCS on failed entryGravatar Paolo Bonzini 1-0/+1
2019-07-20KVM: x86/vPMU: refine kvm_pmu err msg when event creation failedGravatar Like Xu 1-2/+2
2019-07-20KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeupGravatar Wanpeng Li 1-20/+3
2019-07-20KVM: Boost vCPUs that are delivering interruptsGravatar Wanpeng Li 1-1/+1
2019-07-20KVM: SVM: Fix detection of AMD Errata 1096Gravatar Liran Alon 1-7/+35
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptGravatar Wanpeng Li 5-36/+75
2019-07-19Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 83-197/+149
2019-07-19Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 413-1935/+25973
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 2-34/+65
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 58-917/+442
2019-07-19Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxGravatar Linus Torvalds 19-329/+823
2019-07-19Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 13-39/+79
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-9/+11
2019-07-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 12-54/+52
2019-07-19x86/hyper-v: Zero out the VP ASSIST PAGE on allocationGravatar Dexuan Cui 1-2/+11
2019-07-19csky: Fixup abiv1 memset errorGravatar Guo Ren 4-42/+0
2019-07-19csky: Improve tlb operation with help of asidGravatar Guo Ren 1-4/+132
2019-07-19csky: Use generic asid algorithm to implement switch_mmGravatar Guo Ren 6-2/+74
2019-07-19csky: Add new asid lib code from armGravatar Guo Ren 3-0/+268