summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "KVM: nested VMX: disable perf cpuid reporting"Jim Mattson2017-05-151-2/+0
* kvm: fix page struct leak in handle_vmonPaolo Bonzini2017-04-221-2/+8
* KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson2016-08-221-2/+17
* KVM: VMX: avoid guest hang on invalid invept instructionPaolo Bonzini2016-04-181-0/+1
* KVM: VMX: disable PEBS before a guest entryRadim Krčmář2016-03-221-0/+7
* KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup2015-12-141-1/+4
* KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin2015-06-281-2/+10
* x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-06-281-3/+3
* x86: Clean up cr4 manipulationAndy Lutomirski2015-06-281-2/+2
* Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini2015-06-091-0/+1
* KVM: nVMX: mask unrestricted_guest if disabled on L0Radim Krčmář2015-05-171-2/+5
* KVM: nVMX: Disable unrestricted mode if ept=0Bandan Das2015-01-271-2/+2
* 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