summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-26/+55
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2017-08-31KVM: update to new mmu_notifier semantic v2Jérôme Glisse1-11/+0
2017-08-29x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner1-1/+1
2017-08-29Merge branch 'linus' into x86/apic, to pick up fixesIngo Molnar6-34/+24
2017-08-26kvm/x86: Avoid clearing the C-bit in rsvd_bits()Brijesh Singh2-4/+28
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar6-119/+251
2017-08-25KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.statePaolo Bonzini1-3/+14
2017-08-25KVM: x86: simplify handling of PKRUPaolo Bonzini4-30/+9
2017-08-25KVM: x86: block guest protection keys unless the host has them enabledPaolo Bonzini1-1/+1
2017-08-25Merge branch 'x86/asm' into x86/apicThomas Gleixner1-1/+0
2017-08-24x86/lguest: Remove lguest supportJuergen Gross1-1/+0
2017-08-11x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD"...Borislav Petkov1-1/+1
2017-08-03KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit"Wanpeng Li1-2/+9
2017-08-02KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack1-10/+43
2017-08-02kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardownDavid Matlack1-5/+11
2017-08-02KVM: nVMX: do not pin the VMCS12Paolo Bonzini1-17/+7
2017-08-02KVM: X86: init irq->level in kvm_pv_kick_cpu_opLongpeng(Mike)1-0/+1
2017-08-02KVM: X86: Fix loss of pending INIT due to raceWanpeng Li1-8/+11
2017-08-01KVM: nVMX: fixes to nested virt interrupt injectionPaolo Bonzini2-25/+72
2017-08-01KVM: nVMX: do not fill vm_exit_intr_error_code in prepare_vmcs12Paolo Bonzini1-18/+34
2017-07-26KVM: LAPIC: Fix reentrancy issues with preempt notifiersWanpeng Li1-3/+14
2017-07-26KVM: nVMX: Fix loss of L2's NMI blocking stateWanpeng Li1-0/+2
2017-07-26KVM: nVMX: Fix posted intr delivery when vcpu is in guest modeWincy Van1-11/+11
2017-07-26KVM: x86: do mask out upper bits of PAE CR3Paolo Bonzini1-2/+2
2017-07-24KVM: VMX: remove unused fieldPaolo Bonzini1-1/+0
2017-07-20kvm: x86: hyperv: avoid livelock in oneshot SynIC timersRoman Kagan1-3/+4
2017-07-20KVM: VMX: Fix invalid guest state detection after task-switch emulationWanpeng Li1-5/+10
2017-07-19x86: add MULTIUSER dependency for KVMArnd Bergmann1-1/+1
2017-07-19KVM: nVMX: Disallow VM-entry in MOV-SS shadowJim Mattson1-0/+7
2017-07-19KVM: nVMX: track NMI blocking state separately for each VMCSPaolo Bonzini1-10/+14
2017-07-19KVM: x86: masking out upper bitsDan Carpenter1-2/+2
2017-07-18kvm/x86/svm: Support Secure Memory Encryption within KVMTom Lendacky5-24/+29
2017-07-14kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan3-19/+39
2017-07-14KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li3-4/+5
2017-07-14KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li3-10/+32
2017-07-14KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li4-37/+50
2017-07-14KVM: x86: Simplify kvm_x86_ops->queue_exception parameter listWanpeng Li3-10/+11
2017-07-13kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2Roman Kagan3-6/+16
2017-07-13KVM: x86: make backwards_tsc_observed a per-VM variableLadi Prosek1-4/+2
2017-07-12KVM: SVM: Enable Virtual VMLOAD VMSAVE featureJanakarajan Natarajan1-0/+24
2017-07-12KVM: SVM: Rename lbr_ctl field in the vmcb control areaJanakarajan Natarajan1-5/+5
2017-07-12KVM: SVM: Prepare for new bit definition in lbr_ctlJanakarajan Natarajan1-2/+2
2017-07-12KVM: SVM: handle singlestep exception when skipping emulated instructionsLadi Prosek1-26/+33
2017-07-12KVM: x86: take slots_lock in kvm_free_pitRadim Krčmář1-0/+2
2017-07-12kvm: vmx: Properly handle machine check during VM-entryJim Mattson1-6/+9
2017-07-12KVM: x86: update master clock before computing kvmclock_offsetRadim Krčmář1-1/+7
2017-07-12kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fieldsJim Mattson1-26/+34
2017-07-12kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controlsJim Mattson1-11/+6