aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17kvm: vmx: Allow disabling virtual NMI supportPaolo Bonzini1-10/+21
2017-11-17kvm: vmx: Reinstate support for CPUs without virtual NMIPaolo Bonzini1-44/+106
2017-11-17KVM: SVM: obey guest PATPaolo Bonzini1-0/+7
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-267/+512
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar15-3/+18
2017-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+5
2017-11-02KVM: x86: Update APICv on APIC resetJan H. Schönherr2-5/+5
2017-11-02KVM: VMX: Do not fully reset PI descriptor on vCPU resetJan H. Schönherr1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman13-0/+13
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland2-3/+3
2017-10-20KVM: X86: #GP when guest attempts to write MCi_STATUS register w/o 0Wanpeng Li1-2/+7
2017-10-20KVM: VMX: Fix VPID capability detectionWanpeng Li1-2/+13
2017-10-20KVM: nVMX: Fix EPT switching advertisingWanpeng Li1-2/+3
2017-10-18KVM: SVM: detect opening of SMI window using STGI interceptLadi Prosek3-9/+35
2017-10-12KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini2-58/+55
2017-10-12KVM: nSVM: fix SMI injection in guest modeLadi Prosek2-6/+55
2017-10-12KVM: nSVM: refactor nested_svm_vmrunLadi Prosek1-63/+69
2017-10-12KVM: nVMX: fix SMI injection in guest modeLadi Prosek1-11/+49
2017-10-12KVM: nVMX: set IDTR and GDTR limits when loading L1 host stateLadi Prosek1-0/+2
2017-10-12KVM: x86: introduce ISA specific smi_allowed callbackLadi Prosek3-1/+13
2017-10-12KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek4-1/+53
2017-10-12KVM: SVM: limit kvm_handle_page_fault to #PF handlingPaolo Bonzini4-9/+17
2017-10-12KVM: SVM: unconditionally wake up VCPU on IOMMU interruptPaolo Bonzini1-4/+1
2017-10-12arch/x86: remove redundant null checks before kmem_cache_destroyTim Hansen1-4/+2
2017-10-12KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabledWanpeng Li1-5/+2
2017-10-12KVM: X86: Processor States following Reset or INITWanpeng Li2-0/+24
2017-10-12KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switchRadim Krčmář1-1/+3
2017-10-12KVM: x86: really disarm lapic timer when clearing TMICTRadim Krčmář1-1/+3
2017-10-12KVM: x86: handle 0 write to TSC_DEADLINE MSRRadim Krčmář1-0/+3
2017-10-12kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt1-2/+2
2017-10-12KVM: VMX: rename RDSEED and RDRAND vmx ctrls to reflect exitingDavid Hildenbrand1-12/+12
2017-10-12KVM: x86: allow setting identity map addr with no vcpus onlyDavid Hildenbrand1-1/+7
2017-10-12KVM: VMX: cleanup init_rmode_identity_map()David Hildenbrand1-22/+4
2017-10-12KVM: nVMX: no need to set ept/vpid caps to 0David Hildenbrand1-4/+2
2017-10-12KVM: nVMX: no need to set vcpu->cpu when switching vmcsDavid Hildenbrand1-1/+0
2017-10-12KVM: VMX: drop unnecessary function declarationsDavid Hildenbrand1-2/+0
2017-10-12KVM: VMX: require INVEPT GLOBAL for EPTDavid Hildenbrand1-3/+3
2017-10-12KVM: VMX: call ept_sync_global() with enable_ept onlyDavid Hildenbrand1-1/+2
2017-10-12KVM: VMX: drop enable_ept check from ept_sync_context()David Hildenbrand1-6/+4
2017-10-12KVM: x86: no need to inititalize vcpu members to 0David Hildenbrand1-5/+0
2017-10-12KVM: VMX: vmx_vcpu_setup() cannot failDavid Hildenbrand1-6/+2
2017-10-12KVM: x86: drop BUG_ON(vcpu->kvm)David Hildenbrand1-6/+2
2017-10-12KVM: x86: mmu: free_page can handle NULLDavid Hildenbrand1-2/+1
2017-10-12KVM: x86: mmu: returning void in a void function is strangeDavid Hildenbrand1-1/+1
2017-10-12KVM: LAPIC: Apply change to TDCR right away to the timerWanpeng Li1-2/+34
2017-10-12KVM: LAPIC: Keep timer running when switching between one-shot and periodic modeWanpeng Li1-3/+5
2017-10-12KVM: LAPIC: Introduce limit_periodic_timer_frequencyWanpeng Li1-17/+22
2017-10-12KVM: LAPIC: Fix lapic timer mode transitionWanpeng Li1-0/+3
2017-10-12KVM: VMX: Don't expose PLE enable if there is no hardware supportWanpeng Li1-1/+6
2017-10-12KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang1-1/+1