aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/vmx.c
Commit message (Expand)AuthorAge
* [PATCH] KVM: fix race between mmio reads and injected interruptsAvi Kivity2007-01-23
* [PATCH] vmx: Fix register constraint in launch codeHerbert Xu2007-01-22
* [PATCH] KVM: add VM-exit profilingIngo Molnar2007-01-11
* [PATCH] KVM: Simplify test for interrupt windowDor Laor2007-01-06
* [PATCH] KVM: Don't set guest cr3 from vmx_vcpu_setup()Avi Kivity2007-01-06
* [PATCH] KVM: Improve reporting of vmwrite errorsAvi Kivity2007-01-06
* [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity2007-01-06
* [PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity2007-01-06
* [PATCH] KVM: MMU: oom handlingAvi Kivity2007-01-06
* [PATCH] KVM: Prevent stale bits in cr0 and cr4Avi Kivity2007-01-06
* [PATCH] KVM: Improve interrupt responseDor Laor2007-01-06
* [PATCH] KVM: Use raw_smp_processor_id() instead of smp_processor_id() where a...Ingo Molnar2007-01-06
* [PATCH] KVM: Fix GFP_KERNEL alloc in atomic section bugIngo Molnar2007-01-06
* [PATCH] KVM: Rename some msrsNguyen Anh Quynh2006-12-30
* [PATCH] KVM: Move common msr handling to arch independent codeAvi Kivity2006-12-30
* [PATCH] KVM: Implement a few system configuration msrsAvi Kivity2006-12-30
* [PATCH] KVM: Simplify is_long_mode()Avi Kivity2006-12-30
* [PATCH] KVM: Handle p5 mce msrsMichael Riepe2006-12-22
* [PATCH] KVM: Force real-mode cs limit to 64KMichael Riepe2006-12-22
* [PATCH] KVM: Fix vmx hardware_enable() on macbooksAvi Kivity2006-12-13
* [PATCH] KVM: Don't touch the virtual apic vt registers on 32-bitMichael Riepe2006-12-13
* [PATCH] KVM: Disallow the kvm-amd module on intel hardware, and vice versaAvi Kivity2006-12-13
* [PATCH] KVM: Move find_vmx_entry() to vmx.cAvi Kivity2006-12-13
* [PATCH] KVM: Make the GET_SREGS and SET_SREGS ioctls symmetricUri Lublin2006-12-13
* [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity2006-12-13
* [PATCH] KVM: Add missing includeAnthony Liguori2006-12-13
* [PATCH] kvm: userspace interfaceAvi Kivity2006-12-10