summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-1831-5538/+132
|\
| * crypto: x86/aes-ni - use AES library instead of single-use AES cipherArd Biesheuvel2019-09-091-11/+6
| * crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede2019-09-051-1/+1
| * crypto: x86 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-6/+6
| * crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede2019-08-221-0/+2
| * crypto: sha256 - Move lib/sha256.c to lib/cryptoHans de Goede2019-08-222-2/+2
| * crypto: x86/xts - implement support for ciphertext stealingArd Biesheuvel2019-08-229-18/+81
| * crypto: x86/des - switch to library interfaceArd Biesheuvel2019-08-221-19/+23
| * crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-221-1/+1
| * crypto: 3des - move verification out of exported routineArd Biesheuvel2019-08-221-0/+4
| * crypto: ghash - add comment and improve help textEric Biggers2019-07-271-2/+1
| * crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel2019-07-265-2113/+0
| * crypto: morus - remove generic and x86 implementationsArd Biesheuvel2019-07-269-2726/+0
| * crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel2019-07-264-621/+0
| * crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel2019-07-262-20/+7
| * crypto: aes - rename local routines to prevent future clashesArd Biesheuvel2019-07-261-4/+4
* | Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-181-10/+7
|\ \
| * \ Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman2019-08-1234-149/+418
| |\ \
| * | | olpc: x01: convert platform driver to use dev_groupsGreg Kroah-Hartman2019-08-021-10/+7
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-1818-446/+617
|\ \ \
| * | | KVM: X86: Use IPI shorthands in kvm guest when supportWanpeng Li2019-09-141-12/+0
| * | | KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon2019-09-115-4/+46
| * | | KVM: VMX: Introduce exit reason for receiving INIT signal on guest-modeLiran Alon2019-09-111-0/+2
| * | | KVM: VMX: Stop the preemption timer during vCPU resetWanpeng Li2019-09-111-0/+1
| * | | KVM: LAPIC: Micro optimize IPI latencyWanpeng Li2019-09-111-5/+4
| * | | kvm: Nested KVM MMUs need PAE root tooJiří Paleček2019-09-111-8/+22
| * | | KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich2019-09-112-0/+8
| * | | KVM: x86: always stop emulation on page faultJan Dakinevich2019-09-111-1/+3
| * | | KVM: nVMX: trace nested VM-Enter failures detected by H/WSean Christopherson2019-09-113-8/+30
| * | | KVM: nVMX: add tracepoint for failed nested VM-EnterSean Christopherson2019-09-113-123/+152
| * | | x86: KVM: svm: Fix a check in nested_svm_vmrun()Dan Carpenter2019-09-111-1/+1
| * | | KVM: x86: Return to userspace with internal error on unexpected exit reasonLiran Alon2019-09-112-5/+15
| * | | KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson2019-09-104-54/+41
| * | | KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson2019-09-105-80/+60
| * | | KVM: X86: Tune PLE Window tracepointPeter Xu2019-09-104-31/+23
| * | | KVM: VMX: Change ple_window type to unsigned intPeter Xu2019-09-103-7/+8
| * | | KVM: X86: Remove tailing newline for tracepointsPeter Xu2019-09-101-2/+2
| * | | KVM: X86: Trace vcpu_id for vmexitPeter Xu2019-09-101-1/+4
| * | | Merge tag 'kvmarm-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2019-09-1013-56/+246
| |\ \ \ | | | |/ | | |/|
| * | | Merge tag 'kvm-ppc-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-09-1013-32/+85
| |\ \ \
| * | | | KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson2019-09-101-3/+8
| * | | | KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf2019-09-103-2/+15
| * | | | KVM: VMX: Fix and tweak the comments for VM-EnterSean Christopherson2019-08-221-2/+2
| * | | | KVM: Assert that struct kvm_vcpu is always as offset zeroSean Christopherson2019-08-222-0/+6
| * | | | KVM: X86: Add pv tlb shootdown tracepointWanpeng Li2019-08-222-0/+21
| * | | | KVM: x86: Unconditionally call x86 ops that are always implementedSean Christopherson2019-08-221-10/+3
| * | | | KVM: x86/mmu: Consolidate "is MMIO SPTE" codeSean Christopherson2019-08-221-8/+8
| * | | | KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson2019-08-223-8/+11
| * | | | KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson2019-08-223-3/+3
| * | | | x86: KVM: svm: eliminate hardcoded RIP advancement from vmrun_interception()Vitaly Kuznetsov2019-08-221-10/+10