summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: vmx: defer load of APIC access page address during resetPaolo Bonzini2014-11-021-1/+1
* KVM: nVMX: Disable preemption while reading from shadow VMCSJan Kiszka2014-11-021-0/+4
* kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin2014-10-241-3/+3
* kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek2014-10-241-1/+8
* KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig2014-10-241-2/+5
* KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit2014-10-241-1/+1
* x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski2014-10-181-2/+14
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-5/+5
|\
| * x86: Replace __get_cpu_var usesChristoph Lameter2014-08-261-5/+5
* | kvm: x86: Unpin and remove kvm_arch->apic_access_pageTang Chen2014-09-241-2/+7
* | kvm: vmx: Implement set_apic_access_page_addrTang Chen2014-09-241-6/+41
* | kvm: x86: fix two typos in commentTiejun Chen2014-09-241-1/+1
* | KVM: vmx: Inject #GP on invalid PAT CRNadav Amit2014-09-241-0/+2
* | KVM: x86: directly use kvm_make_request againLiang Chen2014-09-241-1/+1
* | KVM: nested VMX: disable perf cpuid reportingMarcelo Tosatti2014-09-241-0/+2
* | kvm: Make init_rmode_tss() return 0 on success.Paolo Bonzini2014-09-241-10/+3
* | kvm: Make init_rmode_identity_map() return 0 on success.Tang Chen2014-09-171-10/+8
* | kvm: Remove ept_identity_pagetable from struct kvm_arch.Tang Chen2014-09-171-25/+22
* | kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address.Tang Chen2014-09-111-3/+3
* | KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-291-2/+2
* | KVM: x86: fix some sparse warningsPaolo Bonzini2014-08-291-6/+6
* | KVM: nVMX: nested TPR shadow/threshold emulationWanpeng Li2014-08-291-3/+51
* | KVM: nVMX: introduce nested_get_vmcs12_pagesWanpeng Li2014-08-291-12/+25
* | KVM: trace kvm_ple_window grow/shrinkRadim Krčmář2014-08-211-0/+4
* | KVM: VMX: dynamise PLE windowRadim Krčmář2014-08-211-2/+93
* | KVM: VMX: make PLE window per-VCPURadim Krčmář2014-08-211-1/+11
* | KVM: x86: introduce sched_in to kvm_x86_opsRadim Krčmář2014-08-211-0/+6
* | KVM: vmx: fix ept reserved bits for 1-GByte pageWanpeng Li2014-08-201-10/+12
* | arch/x86: Use RCU_INIT_POINTER(x, NULL) in kvm/vmx.cMonam Agarwal2014-08-191-1/+1
* | KVM: x86: drop fpu_activate hookWanpeng Li2014-08-191-1/+0
|/
* KVM: nVMX: Fix nested vmexit ack intr before load vmcs01Wanpeng Li2014-08-051-2/+2
* KVM: vmx: remove duplicate vmx_mpx_supported() prototypeChris J Arges2014-07-301-1/+0
* Replace NR_VMX_MSR with its definitionPaolo Bonzini2014-07-241-4/+4
* KVM: x86: Assertions to check no overrun in MSR listsNadav Amit2014-07-241-0/+2
* KVM: x86: DR6/7.RTM cannot be writtenNadav Amit2014-07-211-2/+2
* KVM: nVMX: clean up nested_release_vmcs12 and code around itPaolo Bonzini2014-07-211-21/+21
* KVM: nVMX: fix lifetime issues for vmcs02Paolo Bonzini2014-07-211-16/+33
* KVM: nVMX: Fix virtual interrupt delivery injectionWanpeng Li2014-07-171-1/+20
* KVM: x86: return all bits from get_interrupt_shadowPaolo Bonzini2014-07-111-2/+2
* KVM: vmx: speed up emulation of invalid guest statePaolo Bonzini2014-07-111-3/+2
* KVM: vmx: vmx instructions handling does not consider cs.lNadav Amit2014-06-191-6/+6
* KVM: vmx: handle_cr ignores 32/64-bit modeNadav Amit2014-06-191-3/+3
* KVM: x86: check DR6/7 high-bits are clear only on long-modeNadav Amit2014-06-191-1/+1
* KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUMJan Kiszka2014-06-191-1/+1
* KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLSJan Kiszka2014-06-191-6/+38
* KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLSJan Kiszka2014-06-191-2/+3
* KVM: nVMX: Allow to disable CR3 access interceptionJan Kiszka2014-06-191-1/+10
* KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLSJan Kiszka2014-06-191-11/+2
* arch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZEFabian Frederick2014-06-191-5/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-041-123/+210
|\