summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: Fix rare oops on guest context switchAvi Kivity2007-09-141-3/+7
* KVM: x86 emulator: implement rdmsr and wrmsrAvi Kivity2007-07-201-0/+2
* KVM: Fix memory slot management functions for guest smpAvi Kivity2007-07-201-2/+2
* KVM: MMU: Store nx bit for large page shadowsAvi Kivity2007-07-201-2/+2
* KVM: Add support for in-kernel pio handlersEddie Dong2007-07-161-1/+4
* KVM: Adds support for in-kernel mmio handlersGregory Haskins2007-07-161-0/+60
* KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity2007-07-161-0/+8
* KVM: Keep an upper bound of initialized vcpusAvi Kivity2007-07-161-0/+1
* KVM: Emulate hlt on real mode for IntelAvi Kivity2007-07-161-0/+1
* KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity2007-07-161-0/+1
* KVM: Enable guest smpAvi Kivity2007-07-161-1/+1
* KVM: Lazy guest cr3 switchingAvi Kivity2007-07-161-0/+10
* KVM: MMU: Use slab caches for shadow pages and their headersAvi Kivity2007-07-161-2/+2
* KVM: Fix includesMarkus Rechberger2007-07-161-0/+2
* KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexitEddie Dong2007-07-161-0/+2
* KVM: VMX: Avoid saving and restoring msrs on lightweight vmexitEddie Dong2007-07-161-0/+4
* KVM: MMU: Store shadow page tables as kernel virtual addresses, not physicalAvi Kivity2007-07-161-1/+1
* KVM: Set cr0.mp for guestsAvi Kivity2007-07-161-1/+3
* KVM: Consolidate guest fpu activation and deactivationAvi Kivity2007-07-161-1/+1
* KVM: Fix potential guest state leak into hostAvi Kivity2007-07-161-0/+5
* KVM: Increase mmu shadow cache to 1024 pagesAvi Kivity2007-07-161-1/+1
* KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()Avi Kivity2007-07-161-2/+2
* KVM: Avoid saving and restoring some host CPU state on lightweight vmexitAvi Kivity2007-07-161-0/+1
* KVM: Prevent guest fpu state from leaking into the hostAvi Kivity2007-06-151-0/+3
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* KVM: Remove extraneous guest entry on mmio readAvi Kivity2007-05-031-0/+1
* KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori2007-05-031-1/+1
* KVM: Lazy FPU support for SVMAnthony Liguori2007-05-031-0/+2
* KVM: Per-vcpu statisticsAvi Kivity2007-05-031-17/+18
* KVM: Use slab caches to allocate mmu data structuresAvi Kivity2007-05-031-0/+3
* KVM: Add physical memory aliasing featureAvi Kivity2007-05-031-0/+9
* KVM: Simply gfn_to_page()Avi Kivity2007-05-031-11/+1Star
* KVM: Add mmu cache clear functionDor Laor2007-05-031-0/+1
* KVM: SVM: Ensure timestamp counter monotonicityAvi Kivity2007-05-031-0/+1
* KVM: MMU: Fix hugepage pdes mapping same physical address with different accessAvi Kivity2007-05-031-0/+2
* KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity2007-05-031-2/+0Star
* KVM: MMU: Remove global pte trackingAvi Kivity2007-05-031-1/+0Star
* KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity2007-05-031-1/+20
* KVM: Add guest mode signal maskAvi Kivity2007-05-031-0/+3
* KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity2007-05-031-0/+5
* KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity2007-05-031-0/+1
* KVM: Use a shared page for kernel/user communication when runing a vcpuAvi Kivity2007-05-031-0/+1
* KVM: Per-vcpu inodesAvi Kivity2007-03-041-1/+2
* KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity2007-03-041-0/+2
* KVM: add MSR based hypercall APIIngo Molnar2007-03-041-0/+6
* KVM: Use page_private()/set_page_private() apisMarkus Rechberger2007-03-041-1/+1
* [PATCH] KVM: cpu hotplug supportAvi Kivity2007-02-121-0/+1
* [PATCH] KVM: Add a global list of all virtual machinesAvi Kivity2007-02-121-0/+1
* [PATCH] kvm: Fix asm constraint for lldt instructionS.Caglar Onur2007-02-121-1/+1
* [PATCH] KVM: Emulate IA32_MISC_ENABLE msrAvi Kivity2007-01-261-0/+1