aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-04KVM: Per-vcpu inodesAvi Kivity1-1/+2
2007-03-04KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity1-0/+2
2007-03-04KVM: add MSR based hypercall APIIngo Molnar1-0/+6
2007-03-04KVM: Use page_private()/set_page_private() apisMarkus Rechberger1-1/+1
2007-02-12[PATCH] KVM: cpu hotplug supportAvi Kivity1-0/+1
2007-02-12[PATCH] KVM: Add a global list of all virtual machinesAvi Kivity1-0/+1
2007-02-12[PATCH] kvm: Fix asm constraint for lldt instructionS.Caglar Onur1-1/+1
2007-01-26[PATCH] KVM: Emulate IA32_MISC_ENABLE msrAvi Kivity1-0/+1
2007-01-05[PATCH] KVM: MMU: Replace atomic allocations by preallocated objectsAvi Kivity1-1/+15
2007-01-05[PATCH] KVM: MMU: Never free a shadow page actively serving as a rootAvi Kivity1-0/+1
2007-01-05[PATCH] KVM: MMU: Page table write flood protectionAvi Kivity1-0/+3
2007-01-05[PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity1-1/+0
2007-01-05[PATCH] KVM: MMU: oom handlingAvi Kivity1-0/+12
2007-01-05[PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the pageAvi Kivity1-0/+1
2007-01-05[PATCH] KVM: MMU: Support emulated writes into RAMAvi Kivity1-0/+3
2007-01-05[PATCH] KVM: MMU: Shadow page table cachingAvi Kivity1-1/+44
2007-01-05[PATCH] KVM: MU: Special treatment for shadow pae root pagesAvi Kivity1-15/+2
2007-01-05[PATCH] KVM: MMU: Load the pae pdptrs on cr3 change like the processor doesAvi Kivity1-0/+1
2007-01-05[PATCH] KVM: MMU: Implement simple reverse mappingAvi Kivity1-0/+1
2007-01-05[PATCH] KVM: Prevent stale bits in cr0 and cr4Avi Kivity1-0/+1
2007-01-05[PATCH] KVM: Improve interrupt responseDor Laor1-0/+4
2006-12-30[PATCH] kvm: fix GFP_KERNEL allocation in atomic section in kvm_dev_ioctl_create_vcpu()Ingo Molnar1-1/+2
2006-12-30[PATCH] KVM: Move common msr handling to arch independent codeAvi Kivity1-3/+2
2006-12-30[PATCH] KVM: Simplify is_long_mode()Avi Kivity1-1/+9
2006-12-13[PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity1-4/+4
2006-12-10[PATCH] kvm: userspace interfaceAvi Kivity1-0/+551