summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: x86: vmx: cleanup handle_ept_violationTiejun Chen2014-11-181-3/+3
* x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest matchAndy Lutomirski2014-11-121-1/+3
* x86, kvm, vmx: Always use LOAD_IA32_EFER if availableAndy Lutomirski2014-11-121-2/+8
* KVM: x86: Breakpoints do not consider CS.baseNadav Amit2014-11-071-3/+1
* KVM: x86: Clear DR6[0:3] on #DB during handle_drNadav Amit2014-11-071-0/+1
* KVM: x86: reset RVI upon system resetWei Wang2014-11-071-8/+12
* kvm: x86: vmx: avoid returning bool to distinguish success from errorPaolo Bonzini2014-11-071-21/+32
* kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup()Tiejun Chen2014-11-071-134/+133
* kvm: x86: vmx: move down hardware_setup() and hardware_unsetup()Tiejun Chen2014-11-071-70/+70
* KVM: vmx: Unavailable DR4/5 is checked before CPLNadav Amit2014-11-031-6/+11
* KVM: x86: Clear DR7.LE during task-switchNadav Amit2014-11-031-1/+1
* KVM: x86: DR7.GD should be cleared upon any #DB exceptionNadav Amit2014-11-031-2/+0
* x86,kvm,vmx: Don't trap writes to CR4.TSDAndy Lutomirski2014-11-031-1/+1
* 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
OpenPOWER on IntegriCloud