aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-19KVM: Avoid calling smp_call_function_single() with interrupts disabledAvi Kivity1-0/+4
2007-07-25KVM: Fix removal of nx capability from guest cpuidAvi Kivity1-2/+2
2007-07-25Revert "KVM: Avoid useless memory write when possible"Avi Kivity1-4/+2
2007-07-25KVM: Fix unlikely kvm_create vs decache_vcpus_on_cpu raceRusty Russell1-3/+3
2007-07-25KVM: Correctly handle writes crossing a page boundaryAvi Kivity1-4/+24
2007-07-20KVM: x86 emulator: implement rdmsr and wrmsrAvi Kivity1-4/+4
2007-07-20KVM: Fix memory slot management functions for guest smpAvi Kivity1-59/+9
2007-07-16KVM: Use CPU_DYING for disabling virtualizationAvi Kivity1-2/+2
2007-07-16KVM: Tune hotplug/suspend IPIsAvi Kivity1-2/+2
2007-07-16KVM: Keep track of which cpus have virtualization enabledAvi Kivity1-12/+33
2007-07-16KVM: Clean up #includesAvi Kivity1-11/+7
2007-07-16KVM: Remove kvmfs in favor of the anonymous inodes sourceAvi Kivity1-132/+11
2007-07-16KVM: Avoid useless memory write when possibleLuca Tettamanti1-2/+4
2007-07-16KVM: Add support for in-kernel pio handlersEddie Dong1-0/+33
2007-07-16KVM: Adds support for in-kernel mmio handlersGregory Haskins1-12/+82
2007-07-16KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity1-0/+44
2007-07-16KVM: Keep an upper bound of initialized vcpusAvi Kivity1-0/+5
2007-07-16KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity1-0/+11
2007-07-16KVM: Fix adding an smp virtual machine to the vm listAvi Kivity1-3/+3
2007-07-16KVM: Fix vcpu freeing for guest smpAvi Kivity1-0/+15
2007-07-16KVM: Remove unnecessary initialization and checks in mark_page_dirty()Nguyen Anh Quynh1-2/+2
2007-07-16KVM: MMU: Use slab caches for shadow pages and their headersAvi Kivity1-1/+0
2007-07-16KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexitEddie Dong1-0/+23
2007-07-16KVM: Implement IA32_EBL_CR_POWERON msrMatthew Gregan1-0/+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/+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