aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/vmx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-27KVM: always reload segment selectorsIngo Molnar1-16/+21
2007-03-27KVM: Prevent system selectors leaking into guest on real->protected mode transition on vmxAvi Kivity1-1/+1
2007-03-18KVM: Fix guest sysenter on vmxAvi Kivity1-4/+4
2007-03-04KVM: Per-vcpu inodesAvi Kivity1-2/+1
2007-03-04KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity1-9/+1
2007-03-04KVM: Add host hypercall support for vmxIngo Molnar1-0/+15
2007-03-04KVM: add MSR based hypercall APIIngo Molnar1-0/+13
2007-03-04KVM: Use ARRAY_SIZE macro instead of manual calculation.Ahmed S. Darwish1-1/+2
2007-03-04KVM: vmx: hack set_cr0_no_modeswitch() to actually do modeswitchJoerg Roedel1-0/+3
2007-03-04KVM: CosmeticsAvi Kivity1-3/+1
2007-02-13[PATCH] i386: Convert i386 PDA code to use %fsJeremy Fitzhardinge1-6/+6
2007-02-12[PATCH] KVM: cpu hotplug supportAvi Kivity1-1/+7
2007-02-12[PATCH] KVM: VMX: add vcpu_clear()Avi Kivity1-4/+11
2007-02-12[PATCH] kvm: VMX: Reload ds and es even in 64-bit modeAvi Kivity1-2/+0
2007-02-12[PATCH] kvm: vmx: handle triple faults by returning EXIT_REASON_SHUTDOWN to userspaceAvi Kivity1-0/+6
2007-02-12[PATCH] kvm: optimize inline assemblyIngo Molnar1-6/+6
2007-02-09[PATCH] kvm: NULL noise removalAl Viro1-1/+1
2007-02-01[PATCH] KVM: fix lockup on 32-bit intel hosts with nx disabled in the biosAvi Kivity1-0/+2
2007-01-23[PATCH] KVM: fix race between mmio reads and injected interruptsAvi Kivity1-1/+2
2007-01-22[PATCH] vmx: Fix register constraint in launch codeHerbert Xu1-1/+1
2007-01-11[PATCH] KVM: add VM-exit profilingIngo Molnar1-0/+7
2007-01-05[PATCH] KVM: Simplify test for interrupt windowDor Laor1-2/+1
2007-01-05[PATCH] KVM: Don't set guest cr3 from vmx_vcpu_setup()Avi Kivity1-2/+0
2007-01-05[PATCH] KVM: Improve reporting of vmwrite errorsAvi Kivity1-3/+9
2007-01-05[PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity1-3/+12
2007-01-05[PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity1-13/+0
2007-01-05[PATCH] KVM: MMU: oom handlingAvi Kivity1-1/+1
2007-01-05[PATCH] KVM: Prevent stale bits in cr0 and cr4Avi Kivity1-0/+10
2007-01-05[PATCH] KVM: Improve interrupt responseDor Laor1-16/+72
2007-01-05[PATCH] KVM: Use raw_smp_processor_id() instead of smp_processor_id() where applicableIngo Molnar1-2/+2
2007-01-05[PATCH] KVM: Fix GFP_KERNEL alloc in atomic section bugIngo Molnar1-11/+21
2006-12-30[PATCH] KVM: Rename some msrsNguyen Anh Quynh1-7/+6
2006-12-30[PATCH] KVM: Move common msr handling to arch independent codeAvi Kivity1-48/+11
2006-12-30[PATCH] KVM: Implement a few system configuration msrsAvi Kivity1-0/+3
2006-12-30[PATCH] KVM: Simplify is_long_mode()Avi Kivity1-6/+0
2006-12-22[PATCH] KVM: Handle p5 mce msrsMichael Riepe1-0/+2
2006-12-22[PATCH] KVM: Force real-mode cs limit to 64KMichael Riepe1-0/+1
2006-12-13[PATCH] KVM: Fix vmx hardware_enable() on macbooksAvi Kivity1-1/+1
2006-12-13[PATCH] KVM: Don't touch the virtual apic vt registers on 32-bitMichael Riepe1-0/+2
2006-12-13[PATCH] KVM: Disallow the kvm-amd module on intel hardware, and vice versaAvi Kivity1-2/+1
2006-12-13[PATCH] KVM: Move find_vmx_entry() to vmx.cAvi Kivity1-2/+10
2006-12-13[PATCH] KVM: Make the GET_SREGS and SET_SREGS ioctls symmetricUri Lublin1-0/+2
2006-12-13[PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity1-20/+20
2006-12-13[PATCH] KVM: Add missing includeAnthony Liguori1-0/+1
2006-12-10[PATCH] kvm: userspace interfaceAvi Kivity1-0/+2002