aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAge
* kvm: x86: Unpin and remove kvm_arch->apic_access_pageTang Chen2014-09-24
* kvm: vmx: Implement set_apic_access_page_addrTang Chen2014-09-24
* kvm: x86: fix two typos in commentTiejun Chen2014-09-24
* KVM: vmx: Inject #GP on invalid PAT CRNadav Amit2014-09-24
* KVM: x86: directly use kvm_make_request againLiang Chen2014-09-24
* KVM: nested VMX: disable perf cpuid reportingMarcelo Tosatti2014-09-24
* kvm: Make init_rmode_tss() return 0 on success.Paolo Bonzini2014-09-24
* kvm: Make init_rmode_identity_map() return 0 on success.Tang Chen2014-09-17
* kvm: Remove ept_identity_pagetable from struct kvm_arch.Tang Chen2014-09-17
* kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address.Tang Chen2014-09-11
* KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-29
* KVM: x86: fix some sparse warningsPaolo Bonzini2014-08-29
* KVM: nVMX: nested TPR shadow/threshold emulationWanpeng Li2014-08-29
* KVM: nVMX: introduce nested_get_vmcs12_pagesWanpeng Li2014-08-29
* KVM: trace kvm_ple_window grow/shrinkRadim Krčmář2014-08-21
* KVM: VMX: dynamise PLE windowRadim Krčmář2014-08-21
* KVM: VMX: make PLE window per-VCPURadim Krčmář2014-08-21
* KVM: x86: introduce sched_in to kvm_x86_opsRadim Krčmář2014-08-21
* KVM: vmx: fix ept reserved bits for 1-GByte pageWanpeng Li2014-08-20
* arch/x86: Use RCU_INIT_POINTER(x, NULL) in kvm/vmx.cMonam Agarwal2014-08-19
* KVM: x86: drop fpu_activate hookWanpeng Li2014-08-19
* KVM: nVMX: Fix nested vmexit ack intr before load vmcs01Wanpeng Li2014-08-05
* KVM: vmx: remove duplicate vmx_mpx_supported() prototypeChris J Arges2014-07-30
* Replace NR_VMX_MSR with its definitionPaolo Bonzini2014-07-24
* KVM: x86: Assertions to check no overrun in MSR listsNadav Amit2014-07-24
* KVM: x86: DR6/7.RTM cannot be writtenNadav Amit2014-07-21
* KVM: nVMX: clean up nested_release_vmcs12 and code around itPaolo Bonzini2014-07-21
* KVM: nVMX: fix lifetime issues for vmcs02Paolo Bonzini2014-07-21
* KVM: nVMX: Fix virtual interrupt delivery injectionWanpeng Li2014-07-17
* KVM: x86: return all bits from get_interrupt_shadowPaolo Bonzini2014-07-11
* KVM: vmx: speed up emulation of invalid guest statePaolo Bonzini2014-07-11
* KVM: vmx: vmx instructions handling does not consider cs.lNadav Amit2014-06-19
* KVM: vmx: handle_cr ignores 32/64-bit modeNadav Amit2014-06-19
* KVM: x86: check DR6/7 high-bits are clear only on long-modeNadav Amit2014-06-19
* KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUMJan Kiszka2014-06-19
* KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLSJan Kiszka2014-06-19
* KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLSJan Kiszka2014-06-19
* KVM: nVMX: Allow to disable CR3 access interceptionJan Kiszka2014-06-19
* KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLSJan Kiszka2014-06-19
* arch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZEFabian Frederick2014-06-19
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-04
|\
| * KVM: vmx: DR7 masking on task switch emulation is wrongNadav Amit2014-05-22
| * KVM: x86: get CPL from SS.DPLPaolo Bonzini2014-05-22
| * kvm: x86: emulate monitor and mwait instructions as nopGabriel L. Somlo2014-05-08
| * KVM: vmx: handle_dr does not handle RSP correctlyNadav Amit2014-05-07
| * KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptrBandan Das2014-05-06
| * KVM: nVMX: fail on invalid vmclear/vmptrld pointerBandan Das2014-05-06
| * KVM: nVMX: additional checks on vmxon regionBandan Das2014-05-06
| * KVM: nVMX: rearrange get_vmx_mem_addressBandan Das2014-05-06
| * KVM: nVMX: Advertise support for interrupt acknowledgementBandan Das2014-04-22