aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-06-15KVM: Prevent guest fpu state from leaking into the hostAvi Kivity1-0/+22
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+3
2007-05-03KVM: Don't require explicit indication of completion of mmio or pioAvi Kivity1-22/+22
2007-05-03KVM: Remove extraneous guest entry on mmio readAvi Kivity1-3/+13
2007-05-03KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori1-5/+3
2007-05-03KVM: Allow passing 64-bit values to the emulated read/write APIAvi Kivity1-36/+9
2007-05-03KVM: Per-vcpu statisticsAvi Kivity1-18/+43
2007-05-03KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cyclesYaozu Dong1-0/+2
2007-05-03KVM: Handle guest page faults when emulating mmioAvi Kivity1-1/+3
2007-05-03KVM: Use slab caches to allocate mmu data structuresAvi Kivity1-0/+7
2007-05-03KVM: Initialize cr0 to indicate an fpu is presentAvi Kivity1-0/+1
2007-05-03KVM: Add fpu get/set operationsAvi Kivity1-0/+86
2007-05-03KVM: Add physical memory aliasing featureAvi Kivity1-3/+86
2007-05-03KVM: Simply gfn_to_page()Avi Kivity1-20/+25
2007-05-03KVM: Handle writes to MCG_STATUS msrSergey Kiselev1-0/+4
2007-05-03KVM: Modify guest segments after potentially switching modesAvi Kivity1-10/+10
2007-05-03KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity1-1/+1
2007-05-03KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity1-15/+168
2007-05-03KVM: Future-proof argument-less ioctlsAvi Kivity1-0/+9
2007-05-03KVM: Allow kernel to select size of mmap() bufferAvi Kivity1-1/+7
2007-05-03KVM: Add guest mode signal maskAvi Kivity1-0/+41
2007-05-03KVM: Fold kvm_run::exit_type into kvm_run::exit_reasonAvi Kivity1-2/+1
2007-05-03KVM: Allow userspace to process hypercalls which have no kernel handlerAvi Kivity1-1/+17
2007-05-03KVM: Add method to check for backwards-compatible API extensionsAvi Kivity1-0/+6
2007-05-03KVM: Remove the 'emulated' field from the userspace interfaceAvi Kivity1-5/+0
2007-05-03KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity1-0/+69
2007-05-03KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity1-3/+45
2007-05-03KVM: Use a shared page for kernel/user communication when runing a vcpuAvi Kivity1-14/+40
2007-05-03KVM: Use own minor numberAvi Kivity1-1/+1
2007-05-03KVM: Fix guest register corruption on paravirt hypercallDor Laor1-2/+2
2007-03-18KVM: Unset kvm_arch_ops if arch module loading failedAvi Kivity1-1/+3
2007-03-04KVM: Move kvmfs magic number to <linux/magic.h>Andrew Morton1-2/+2
2007-03-04KVM: Fix bogus failure in kvm.ko module initializationAvi Kivity1-1/+1
2007-03-04KVM: Remove write access permissions when dirty-page-logging is enabledUri Lublin1-0/+2
2007-03-04kvm: move do_remove_write_access() upUri Lublin1-7/+7
2007-03-04KVM: Fix dirty page log bitmap size/access calculationUri Lublin1-2/+2
2007-03-04KVM: Add missing calls to mark_page_dirty()Uri Lublin1-0/+6
2007-03-04KVM: Per-vcpu inodesAvi Kivity1-114/+149
2007-03-04KVM: Move kvm_vm_ioctl_create_vcpu() aroundAvi Kivity1-51/+51
2007-03-04KVM: Rename some kvm_dev_ioctl_*() functions to kvm_vm_ioctl_*()Avi Kivity1-24/+24
2007-03-04KVM: Create an inode per virtual machineAvi Kivity1-41/+171
2007-03-04KVM: Add internal filesystem for generating inodesAvi Kivity1-1/+32
2007-03-04KVM: More 0 -> NULL conversionsAvi Kivity1-2/+2
2007-03-04KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity1-0/+36
2007-03-04KVM: add MSR based hypercall APIIngo Molnar1-0/+73
2007-03-04KVM: Use page_private()/set_page_private() apisMarkus Rechberger1-1/+1
2007-03-04KVM: CosmeticsAvi Kivity1-13/+8
2007-03-04KVM: Move virtualization deactivation from CPU_DEAD state to CPU_DOWN_PREPAREJeremy Katz1-2/+6
2007-02-12[PATCH] KVM: Host suspend/resume supportAvi Kivity1-1/+40