summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-24kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin1-3/+3
2014-10-24kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek1-1/+8
2014-10-24KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig1-2/+5
2014-10-24KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit1-1/+1
2014-10-18x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski1-2/+14
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+5
2014-09-24kvm: x86: Unpin and remove kvm_arch->apic_access_pageTang Chen1-2/+7
2014-09-24kvm: vmx: Implement set_apic_access_page_addrTang Chen1-6/+41
2014-09-24kvm: x86: fix two typos in commentTiejun Chen1-1/+1
2014-09-24KVM: vmx: Inject #GP on invalid PAT CRNadav Amit1-0/+2
2014-09-24KVM: x86: directly use kvm_make_request againLiang Chen1-1/+1
2014-09-24KVM: nested VMX: disable perf cpuid reportingMarcelo Tosatti1-0/+2
2014-09-24kvm: Make init_rmode_tss() return 0 on success.Paolo Bonzini1-10/+3
2014-09-17kvm: Make init_rmode_identity_map() return 0 on success.Tang Chen1-10/+8
2014-09-17kvm: Remove ept_identity_pagetable from struct kvm_arch.Tang Chen1-25/+22
2014-09-11kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address.Tang Chen1-3/+3
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář1-2/+2
2014-08-29KVM: x86: fix some sparse warningsPaolo Bonzini1-6/+6
2014-08-29KVM: nVMX: nested TPR shadow/threshold emulationWanpeng Li1-3/+51
2014-08-29KVM: nVMX: introduce nested_get_vmcs12_pagesWanpeng Li1-12/+25
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-5/+5
2014-08-21KVM: trace kvm_ple_window grow/shrinkRadim Krčmář1-0/+4
2014-08-21KVM: VMX: dynamise PLE windowRadim Krčmář1-2/+93
2014-08-21KVM: VMX: make PLE window per-VCPURadim Krčmář1-1/+11
2014-08-21KVM: x86: introduce sched_in to kvm_x86_opsRadim Krčmář1-0/+6
2014-08-20KVM: vmx: fix ept reserved bits for 1-GByte pageWanpeng Li1-10/+12
2014-08-19arch/x86: Use RCU_INIT_POINTER(x, NULL) in kvm/vmx.cMonam Agarwal1-1/+1
2014-08-19KVM: x86: drop fpu_activate hookWanpeng Li1-1/+0
2014-08-05KVM: nVMX: Fix nested vmexit ack intr before load vmcs01Wanpeng Li1-2/+2
2014-07-30KVM: vmx: remove duplicate vmx_mpx_supported() prototypeChris J Arges1-1/+0
2014-07-24Replace NR_VMX_MSR with its definitionPaolo Bonzini1-4/+4
2014-07-24KVM: x86: Assertions to check no overrun in MSR listsNadav Amit1-0/+2
2014-07-21KVM: x86: DR6/7.RTM cannot be writtenNadav Amit1-2/+2
2014-07-21KVM: nVMX: clean up nested_release_vmcs12 and code around itPaolo Bonzini1-21/+21
2014-07-21KVM: nVMX: fix lifetime issues for vmcs02Paolo Bonzini1-16/+33
2014-07-17KVM: nVMX: Fix virtual interrupt delivery injectionWanpeng Li1-1/+20
2014-07-11KVM: x86: return all bits from get_interrupt_shadowPaolo Bonzini1-2/+2
2014-07-11KVM: vmx: speed up emulation of invalid guest statePaolo Bonzini1-3/+2
2014-06-19KVM: vmx: vmx instructions handling does not consider cs.lNadav Amit1-6/+6
2014-06-19KVM: vmx: handle_cr ignores 32/64-bit modeNadav Amit1-3/+3
2014-06-19KVM: x86: check DR6/7 high-bits are clear only on long-modeNadav Amit1-1/+1
2014-06-19KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUMJan Kiszka1-1/+1
2014-06-19KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLSJan Kiszka1-6/+38
2014-06-19KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLSJan Kiszka1-2/+3
2014-06-19KVM: nVMX: Allow to disable CR3 access interceptionJan Kiszka1-1/+10
2014-06-19KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLSJan Kiszka1-11/+2
2014-06-19arch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZEFabian Frederick1-5/+5
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds1-123/+210
2014-05-22KVM: vmx: DR7 masking on task switch emulation is wrongNadav Amit1-1/+1
2014-05-22KVM: x86: get CPL from SS.DPLPaolo Bonzini1-20/+4