summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] KVM: MMU: Replace atomic allocations by preallocated objectsAvi Kivity2007-01-061-1/+15
* [PATCH] KVM: MMU: Never free a shadow page actively serving as a rootAvi Kivity2007-01-061-0/+1
* [PATCH] KVM: MMU: Page table write flood protectionAvi Kivity2007-01-061-0/+3
* [PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity2007-01-061-1/+0Star
* [PATCH] KVM: MMU: oom handlingAvi Kivity2007-01-061-0/+12
* [PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the pageAvi Kivity2007-01-061-0/+1
* [PATCH] KVM: MMU: Support emulated writes into RAMAvi Kivity2007-01-061-0/+3
* [PATCH] KVM: MMU: Shadow page table cachingAvi Kivity2007-01-061-1/+44
* [PATCH] KVM: MU: Special treatment for shadow pae root pagesAvi Kivity2007-01-061-15/+2Star
* [PATCH] KVM: MMU: Load the pae pdptrs on cr3 change like the processor doesAvi Kivity2007-01-061-0/+1
* [PATCH] KVM: MMU: Implement simple reverse mappingAvi Kivity2007-01-061-0/+1
* [PATCH] KVM: Prevent stale bits in cr0 and cr4Avi Kivity2007-01-061-0/+1
* [PATCH] KVM: Improve interrupt responseDor Laor2007-01-061-0/+4
* [PATCH] kvm: fix GFP_KERNEL allocation in atomic section in kvm_dev_ioctl_cre...Ingo Molnar2006-12-301-1/+2
* [PATCH] KVM: Move common msr handling to arch independent codeAvi Kivity2006-12-301-3/+2Star
* [PATCH] KVM: Simplify is_long_mode()Avi Kivity2006-12-301-1/+9
* [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity2006-12-131-4/+4
* [PATCH] kvm: userspace interfaceAvi Kivity2006-12-101-0/+551