aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2014-12-27kvm: x86: vmx: reorder some msr writingTiejun Chen
2014-12-11KVM: nVMX: Disable unrestricted mode if ept=0Bandan Das
2014-12-05kvm: vmx: add nested virtualization support for xsavesWanpeng Li
2014-12-05kvm: vmx: add MSR logic for XSAVESWanpeng Li
2014-12-05kvm: x86: handle XSAVES vmcs and vmexitWanpeng Li
2014-12-05kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guestWanpeng Li
2014-11-18kvm: x86: vmx: cleanup handle_ept_violationTiejun Chen
2014-11-12x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest matchAndy Lutomirski
2014-11-12x86, kvm, vmx: Always use LOAD_IA32_EFER if availableAndy Lutomirski
2014-11-07KVM: x86: Breakpoints do not consider CS.baseNadav Amit
2014-11-07KVM: x86: Clear DR6[0:3] on #DB during handle_drNadav Amit
2014-11-07KVM: x86: reset RVI upon system resetWei Wang
2014-11-07kvm: x86: vmx: avoid returning bool to distinguish success from errorPaolo Bonzini
2014-11-07kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup()Tiejun Chen
2014-11-07kvm: x86: vmx: move down hardware_setup() and hardware_unsetup()Tiejun Chen
2014-11-03KVM: vmx: Unavailable DR4/5 is checked before CPLNadav Amit
2014-11-03KVM: x86: Clear DR7.LE during task-switchNadav Amit
2014-11-03KVM: x86: DR7.GD should be cleared upon any #DB exceptionNadav Amit
2014-11-03x86,kvm,vmx: Don't trap writes to CR4.TSDAndy Lutomirski
2014-11-02KVM: vmx: defer load of APIC access page address during resetPaolo Bonzini
2014-11-02KVM: nVMX: Disable preemption while reading from shadow VMCSJan Kiszka
2014-10-24kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin
2014-10-24kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek
2014-10-24KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig
2014-10-24KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit
2014-10-18x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-09-24kvm: x86: Unpin and remove kvm_arch->apic_access_pageTang Chen
2014-09-24kvm: vmx: Implement set_apic_access_page_addrTang Chen
2014-09-24kvm: x86: fix two typos in commentTiejun Chen
2014-09-24KVM: vmx: Inject #GP on invalid PAT CRNadav Amit
2014-09-24KVM: x86: directly use kvm_make_request againLiang Chen
2014-09-24KVM: nested VMX: disable perf cpuid reportingMarcelo Tosatti
2014-09-24kvm: Make init_rmode_tss() return 0 on success.Paolo Bonzini
2014-09-17kvm: Make init_rmode_identity_map() return 0 on success.Tang Chen
2014-09-17kvm: Remove ept_identity_pagetable from struct kvm_arch.Tang Chen
2014-09-11kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address.Tang Chen
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář
2014-08-29KVM: x86: fix some sparse warningsPaolo Bonzini
2014-08-29KVM: nVMX: nested TPR shadow/threshold emulationWanpeng Li
2014-08-29KVM: nVMX: introduce nested_get_vmcs12_pagesWanpeng Li
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter
2014-08-21KVM: trace kvm_ple_window grow/shrinkRadim Krčmář
2014-08-21KVM: VMX: dynamise PLE windowRadim Krčmář
2014-08-21KVM: VMX: make PLE window per-VCPURadim Krčmář
2014-08-21KVM: x86: introduce sched_in to kvm_x86_opsRadim Krčmář
2014-08-20KVM: vmx: fix ept reserved bits for 1-GByte pageWanpeng Li
2014-08-19arch/x86: Use RCU_INIT_POINTER(x, NULL) in kvm/vmx.cMonam Agarwal
2014-08-19KVM: x86: drop fpu_activate hookWanpeng Li
2014-08-05KVM: nVMX: Fix nested vmexit ack intr before load vmcs01Wanpeng Li