summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2015-06-28KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin
2015-06-28x86: Store a per-cpu shadow copy of CR4Andy Lutomirski
2015-06-28x86: Clean up cr4 manipulationAndy Lutomirski
2015-06-09Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini
2015-05-17KVM: nVMX: mask unrestricted_guest if disabled on L0Radim Krčmář
2015-01-27KVM: nVMX: Disable unrestricted mode if ept=0Bandan Das
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
2014-07-30KVM: vmx: remove duplicate vmx_mpx_supported() prototypeChris J Arges
2014-07-24Replace NR_VMX_MSR with its definitionPaolo Bonzini
2014-07-24KVM: x86: Assertions to check no overrun in MSR listsNadav Amit
2014-07-21KVM: x86: DR6/7.RTM cannot be writtenNadav Amit
2014-07-21KVM: nVMX: clean up nested_release_vmcs12 and code around itPaolo Bonzini
2014-07-21KVM: nVMX: fix lifetime issues for vmcs02Paolo Bonzini
2014-07-17KVM: nVMX: Fix virtual interrupt delivery injectionWanpeng Li
2014-07-11KVM: x86: return all bits from get_interrupt_shadowPaolo Bonzini
2014-07-11KVM: vmx: speed up emulation of invalid guest statePaolo Bonzini
2014-06-19KVM: vmx: vmx instructions handling does not consider cs.lNadav Amit
2014-06-19KVM: vmx: handle_cr ignores 32/64-bit modeNadav Amit
2014-06-19KVM: x86: check DR6/7 high-bits are clear only on long-modeNadav Amit
2014-06-19KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUMJan Kiszka