aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-20KVM: x86 emulator: implement rdmsr and wrmsrAvi Kivity1-0/+2
2007-07-20KVM: Fix memory slot management functions for guest smpAvi Kivity1-2/+2
2007-07-20KVM: MMU: Store nx bit for large page shadowsAvi Kivity1-2/+2
2007-07-16KVM: Add support for in-kernel pio handlersEddie Dong1-1/+4
2007-07-16KVM: Adds support for in-kernel mmio handlersGregory Haskins1-0/+60
2007-07-16KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity1-0/+8
2007-07-16KVM: Keep an upper bound of initialized vcpusAvi Kivity1-0/+1
2007-07-16KVM: Emulate hlt on real mode for IntelAvi Kivity1-0/+1
2007-07-16KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity1-0/+1
2007-07-16KVM: Enable guest smpAvi Kivity1-1/+1
2007-07-16KVM: Lazy guest cr3 switchingAvi Kivity1-0/+10
2007-07-16KVM: MMU: Use slab caches for shadow pages and their headersAvi Kivity1-2/+2
2007-07-16KVM: Fix includesMarkus Rechberger1-0/+2
2007-07-16KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexitEddie Dong1-0/+2
2007-07-16KVM: VMX: Avoid saving and restoring msrs on lightweight vmexitEddie Dong1-0/+4
2007-07-16KVM: MMU: Store shadow page tables as kernel virtual addresses, not physicalAvi Kivity1-1/+1
2007-07-16KVM: Set cr0.mp for guestsAvi Kivity1-1/+3
2007-07-16KVM: Consolidate guest fpu activation and deactivationAvi Kivity1-1/+1
2007-07-16KVM: Fix potential guest state leak into hostAvi Kivity1-0/+5
2007-07-16KVM: Increase mmu shadow cache to 1024 pagesAvi Kivity1-1/+1
2007-07-16KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()Avi Kivity1-2/+2
2007-07-16KVM: Avoid saving and restoring some host CPU state on lightweight vmexitAvi Kivity1-0/+1
2007-06-15KVM: Prevent guest fpu state from leaking into the hostAvi Kivity1-0/+3
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-03KVM: Remove extraneous guest entry on mmio readAvi Kivity1-0/+1
2007-05-03KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori1-1/+1
2007-05-03KVM: Lazy FPU support for SVMAnthony Liguori1-0/+2
2007-05-03KVM: Per-vcpu statisticsAvi Kivity1-17/+18
2007-05-03KVM: Use slab caches to allocate mmu data structuresAvi Kivity1-0/+3
2007-05-03KVM: Add physical memory aliasing featureAvi Kivity1-0/+9
2007-05-03KVM: Simply gfn_to_page()Avi Kivity1-11/+1
2007-05-03KVM: Add mmu cache clear functionDor Laor1-0/+1
2007-05-03KVM: SVM: Ensure timestamp counter monotonicityAvi Kivity1-0/+1
2007-05-03KVM: MMU: Fix hugepage pdes mapping same physical address with different accessAvi Kivity1-0/+2
2007-05-03KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity1-2/+0
2007-05-03KVM: MMU: Remove global pte trackingAvi Kivity1-1/+0
2007-05-03KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity1-1/+20
2007-05-03KVM: Add guest mode signal maskAvi Kivity1-0/+3
2007-05-03KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity1-0/+5
2007-05-03KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity1-0/+1
2007-05-03KVM: Use a shared page for kernel/user communication when runing a vcpuAvi Kivity1-0/+1
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