aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAge
* KVM: VMX: Check cpl before emulating debug register accessAvi Kivity2009-09-10
* KVM: VMX: call vmx_load_host_state() only if msr is cachedGleb Natapov2009-09-10
* KVM: VMX: Conditionally reload debug register 6Avi Kivity2009-09-10
* KVM: VMX: Fix cr8 exiting control clobbering by EPTGleb Natapov2009-09-10
* KVM: VMX: Fix EPT with WP bit change during pagingSheng Yang2009-09-10
* KVM: VMX: Adjust rflags if in real mode emulationAvi Kivity2009-09-10
* KVM: fix EFER read buffer overflowRoel Kluin2009-09-10
* KVM: VMX: Optimize vmx_get_cpl()Avi Kivity2009-09-10
* KVM: report 1GB page support to userspaceJoerg Roedel2009-09-10
* KVM: VMX: Avoid to return ENOTSUPP to userlandJan Kiszka2009-09-10
* KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang2009-09-10
* KVM: convert custom marker based tracing to event tracesMarcelo Tosatti2009-09-10
* KVM: VMX: Only reload guest cr2 if different from host cr2Avi Kivity2009-09-10
* KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti2009-09-10
* KVM: VMX: EPT misconfiguration handlerMarcelo Tosatti2009-09-10
* KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bitsMarcelo Tosatti2009-09-10
* KVM: Move performance counter MSR access interception to generic x86 pathAndre Przywara2009-09-10
* KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2009-09-10
* KVM: VMX: Move rmode structure to vmx-specific codeAvi Kivity2009-09-10
* KVM: VMX: Support Unrestricted Guest featureNitin A Kamble2009-09-10
* KVM: VMX: Fix reporting of unhandled EPT violationsAvi Kivity2009-09-10
* KVM: Cache pdptrsAvi Kivity2009-09-10
* KVM: VMX: Simplify pdptr and cr3 managementAvi Kivity2009-09-10
* KVM: VMX: Avoid duplicate ept tlb flush when setting cr3Avi Kivity2009-09-10
* KVM: Drop interrupt shadow when single stepping should be done only on VMXGleb Natapov2009-09-10
* KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput2009-09-10
* KVM: VMX: Properly handle software interrupt re-injection in real modeGleb Natapov2009-09-10
* KVM: VMX: Fix locking imbalance on emulation failureJan Kiszka2009-08-05
* KVM: VMX: Fix locking order in handle_invalid_guest_stateJan Kiszka2009-08-05
* KVM: VMX: Handle vmx instruction vmexitsAvi Kivity2009-06-28
* page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-16
* KVM: Add VT-x machine check supportAndi Kleen2009-06-10
* KVM: VMX: Rename rmode.active to rmode.vm86_activeNitin A Kamble2009-06-10
* KVM: Move "exit due to NMI" handling into vmx_complete_interrupts()Gleb Natapov2009-06-10
* KVM: Do not re-execute INTn instruction.Gleb Natapov2009-06-10
* KVM: Unprotect a page if #PF happens during NMI injection.Gleb Natapov2009-06-10
* KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()Glauber Costa2009-06-10
* KVM: Enable snooping control for supported hardwareSheng Yang2009-06-10
* KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang2009-06-10
* KVM: Get rid of get_irq() callbackGleb Natapov2009-06-10
* KVM: SVM: Add NMI injection supportGleb Natapov2009-06-10
* KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_openGleb Natapov2009-06-10
* KVM: Do not report TPR write to userspace if new value bigger or equal to a p...Gleb Natapov2009-06-10
* KVM: Remove inject_pending_vectors() callbackGleb Natapov2009-06-10
* KVM: Remove exception_injected() callback.Gleb Natapov2009-06-10
* KVM: VMX: Cleanup vmx_intr_assist()Gleb Natapov2009-06-10
* KVM: VMX: Consolidate userspace and kernel interrupt injection for VMXGleb Natapov2009-06-10
* KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip tooGleb Natapov2009-06-10
* KVM: Fix unneeded instruction skipping during task switching.Gleb Natapov2009-06-10
* KVM: VMX: Do not zero idt_vectoring_info in vmx_complete_interrupts().Gleb Natapov2009-06-10