aboutsummaryrefslogtreecommitdiff
path: root/drivers/kvm/kvm.h
AgeCommit message (Expand)Author
2007-06-15KVM: Prevent guest fpu state from leaking into the hostAvi Kivity
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-03KVM: Remove extraneous guest entry on mmio readAvi Kivity
2007-05-03KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori
2007-05-03KVM: Lazy FPU support for SVMAnthony Liguori
2007-05-03KVM: Per-vcpu statisticsAvi Kivity
2007-05-03KVM: Use slab caches to allocate mmu data structuresAvi Kivity
2007-05-03KVM: Add physical memory aliasing featureAvi Kivity
2007-05-03KVM: Simply gfn_to_page()Avi Kivity
2007-05-03KVM: Add mmu cache clear functionDor Laor
2007-05-03KVM: SVM: Ensure timestamp counter monotonicityAvi Kivity
2007-05-03KVM: MMU: Fix hugepage pdes mapping same physical address with different accessAvi Kivity
2007-05-03KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity
2007-05-03KVM: MMU: Remove global pte trackingAvi Kivity
2007-05-03KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity
2007-05-03KVM: Add guest mode signal maskAvi Kivity
2007-05-03KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity
2007-05-03KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity
2007-05-03KVM: Use a shared page for kernel/user communication when runing a vcpuAvi Kivity
2007-03-04KVM: Per-vcpu inodesAvi Kivity
2007-03-04KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity
2007-03-04KVM: add MSR based hypercall APIIngo Molnar
2007-03-04KVM: Use page_private()/set_page_private() apisMarkus Rechberger
2007-02-12[PATCH] KVM: cpu hotplug supportAvi Kivity
2007-02-12[PATCH] KVM: Add a global list of all virtual machinesAvi Kivity
2007-02-12[PATCH] kvm: Fix asm constraint for lldt instructionS.Caglar Onur
2007-01-26[PATCH] KVM: Emulate IA32_MISC_ENABLE msrAvi Kivity
2007-01-05[PATCH] KVM: MMU: Replace atomic allocations by preallocated objectsAvi Kivity
2007-01-05[PATCH] KVM: MMU: Never free a shadow page actively serving as a rootAvi Kivity
2007-01-05[PATCH] KVM: MMU: Page table write flood protectionAvi Kivity
2007-01-05[PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity
2007-01-05[PATCH] KVM: MMU: oom handlingAvi Kivity
2007-01-05[PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the pageAvi Kivity
2007-01-05[PATCH] KVM: MMU: Support emulated writes into RAMAvi Kivity
2007-01-05[PATCH] KVM: MMU: Shadow page table cachingAvi Kivity
2007-01-05[PATCH] KVM: MU: Special treatment for shadow pae root pagesAvi Kivity
2007-01-05[PATCH] KVM: MMU: Load the pae pdptrs on cr3 change like the processor doesAvi Kivity
2007-01-05[PATCH] KVM: MMU: Implement simple reverse mappingAvi Kivity
2007-01-05[PATCH] KVM: Prevent stale bits in cr0 and cr4Avi Kivity
2007-01-05[PATCH] KVM: Improve interrupt responseDor Laor
2006-12-30[PATCH] kvm: fix GFP_KERNEL allocation in atomic section in kvm_dev_ioctl_cre...Ingo Molnar
2006-12-30[PATCH] KVM: Move common msr handling to arch independent codeAvi Kivity
2006-12-30[PATCH] KVM: Simplify is_long_mode()Avi Kivity
2006-12-13[PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity
2006-12-10[PATCH] kvm: userspace interfaceAvi Kivity