aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm.h
Commit message (Expand)AuthorAge
* KVM: VMX: Avoid saving and restoring msrs on lightweight vmexitEddie Dong2007-07-16
* KVM: MMU: Store shadow page tables as kernel virtual addresses, not physicalAvi Kivity2007-07-16
* KVM: Set cr0.mp for guestsAvi Kivity2007-07-16
* KVM: Consolidate guest fpu activation and deactivationAvi Kivity2007-07-16
* KVM: Fix potential guest state leak into hostAvi Kivity2007-07-16
* KVM: Increase mmu shadow cache to 1024 pagesAvi Kivity2007-07-16
* KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()Avi Kivity2007-07-16
* KVM: Avoid saving and restoring some host CPU state on lightweight vmexitAvi Kivity2007-07-16
* KVM: Prevent guest fpu state from leaking into the hostAvi Kivity2007-06-15
* Detach sched.h from mm.hAlexey Dobriyan2007-05-21
* KVM: Remove extraneous guest entry on mmio readAvi Kivity2007-05-03
* KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori2007-05-03
* KVM: Lazy FPU support for SVMAnthony Liguori2007-05-03
* KVM: Per-vcpu statisticsAvi Kivity2007-05-03
* KVM: Use slab caches to allocate mmu data structuresAvi Kivity2007-05-03
* KVM: Add physical memory aliasing featureAvi Kivity2007-05-03
* KVM: Simply gfn_to_page()Avi Kivity2007-05-03
* KVM: Add mmu cache clear functionDor Laor2007-05-03
* KVM: SVM: Ensure timestamp counter monotonicityAvi Kivity2007-05-03
* KVM: MMU: Fix hugepage pdes mapping same physical address with different accessAvi Kivity2007-05-03
* KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity2007-05-03
* KVM: MMU: Remove global pte trackingAvi Kivity2007-05-03
* KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity2007-05-03
* KVM: Add guest mode signal maskAvi Kivity2007-05-03
* KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity2007-05-03
* KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity2007-05-03
* KVM: Use a shared page for kernel/user communication when runing a vcpuAvi Kivity2007-05-03
* KVM: Per-vcpu inodesAvi Kivity2007-03-04
* KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity2007-03-04
* KVM: add MSR based hypercall APIIngo Molnar2007-03-04
* KVM: Use page_private()/set_page_private() apisMarkus Rechberger2007-03-04
* [PATCH] KVM: cpu hotplug supportAvi Kivity2007-02-12
* [PATCH] KVM: Add a global list of all virtual machinesAvi Kivity2007-02-12
* [PATCH] kvm: Fix asm constraint for lldt instructionS.Caglar Onur2007-02-12
* [PATCH] KVM: Emulate IA32_MISC_ENABLE msrAvi Kivity2007-01-26
* [PATCH] KVM: MMU: Replace atomic allocations by preallocated objectsAvi Kivity2007-01-06
* [PATCH] KVM: MMU: Never free a shadow page actively serving as a rootAvi Kivity2007-01-06
* [PATCH] KVM: MMU: Page table write flood protectionAvi Kivity2007-01-06
* [PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity2007-01-06
* [PATCH] KVM: MMU: oom handlingAvi Kivity2007-01-06
* [PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the pageAvi Kivity2007-01-06
* [PATCH] KVM: MMU: Support emulated writes into RAMAvi Kivity2007-01-06
* [PATCH] KVM: MMU: Shadow page table cachingAvi Kivity2007-01-06
* [PATCH] KVM: MU: Special treatment for shadow pae root pagesAvi Kivity2007-01-06
* [PATCH] KVM: MMU: Load the pae pdptrs on cr3 change like the processor doesAvi Kivity2007-01-06
* [PATCH] KVM: MMU: Implement simple reverse mappingAvi 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: fix GFP_KERNEL allocation in atomic section in kvm_dev_ioctl_cre...Ingo Molnar2006-12-30
* [PATCH] KVM: Move common msr handling to arch independent codeAvi Kivity2006-12-30