summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] i386: Convert i386 PDA code to use %fsJeremy Fitzhardinge2007-02-131-6/+6
* [PATCH] KVM: cpu hotplug supportAvi Kivity2007-02-121-1/+7
* [PATCH] KVM: VMX: add vcpu_clear()Avi Kivity2007-02-121-4/+11
* [PATCH] kvm: VMX: Reload ds and es even in 64-bit modeAvi Kivity2007-02-121-2/+0Star
* [PATCH] kvm: vmx: handle triple faults by returning EXIT_REASON_SHUTDOWN to u...Avi Kivity2007-02-121-0/+6
* [PATCH] kvm: optimize inline assemblyIngo Molnar2007-02-121-6/+6
* [PATCH] kvm: NULL noise removalAl Viro2007-02-091-1/+1
* [PATCH] KVM: fix lockup on 32-bit intel hosts with nx disabled in the biosAvi Kivity2007-02-021-0/+2
* [PATCH] KVM: fix race between mmio reads and injected interruptsAvi Kivity2007-01-231-1/+2
* [PATCH] vmx: Fix register constraint in launch codeHerbert Xu2007-01-231-1/+1
* [PATCH] KVM: add VM-exit profilingIngo Molnar2007-01-121-0/+7
* [PATCH] KVM: Simplify test for interrupt windowDor Laor2007-01-061-2/+1Star
* [PATCH] KVM: Don't set guest cr3 from vmx_vcpu_setup()Avi Kivity2007-01-061-2/+0Star
* [PATCH] KVM: Improve reporting of vmwrite errorsAvi Kivity2007-01-061-3/+9
* [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity2007-01-061-3/+12
* [PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity2007-01-061-13/+0Star
* [PATCH] KVM: MMU: oom handlingAvi Kivity2007-01-061-1/+1
* [PATCH] KVM: Prevent stale bits in cr0 and cr4Avi Kivity2007-01-061-0/+10
* [PATCH] KVM: Improve interrupt responseDor Laor2007-01-061-16/+72
* [PATCH] KVM: Use raw_smp_processor_id() instead of smp_processor_id() where a...Ingo Molnar2007-01-061-2/+2
* [PATCH] KVM: Fix GFP_KERNEL alloc in atomic section bugIngo Molnar2007-01-061-11/+21
* [PATCH] KVM: Rename some msrsNguyen Anh Quynh2006-12-301-7/+6Star
* [PATCH] KVM: Move common msr handling to arch independent codeAvi Kivity2006-12-301-48/+11Star
* [PATCH] KVM: Implement a few system configuration msrsAvi Kivity2006-12-301-0/+3
* [PATCH] KVM: Simplify is_long_mode()Avi Kivity2006-12-301-6/+0Star
* [PATCH] KVM: Handle p5 mce msrsMichael Riepe2006-12-221-0/+2
* [PATCH] KVM: Force real-mode cs limit to 64KMichael Riepe2006-12-221-0/+1
* [PATCH] KVM: Fix vmx hardware_enable() on macbooksAvi Kivity2006-12-131-1/+1
* [PATCH] KVM: Don't touch the virtual apic vt registers on 32-bitMichael Riepe2006-12-131-0/+2
* [PATCH] KVM: Disallow the kvm-amd module on intel hardware, and vice versaAvi Kivity2006-12-131-2/+1Star
* [PATCH] KVM: Move find_vmx_entry() to vmx.cAvi Kivity2006-12-131-2/+10
* [PATCH] KVM: Make the GET_SREGS and SET_SREGS ioctls symmetricUri Lublin2006-12-131-0/+2
* [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity2006-12-131-20/+20
* [PATCH] KVM: Add missing includeAnthony Liguori2006-12-131-0/+1
* [PATCH] kvm: userspace interfaceAvi Kivity2006-12-101-0/+2002