aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Use CPU_DYING for disabling virtualizationAvi Kivity2007-07-161-2/+2
* KVM: Tune hotplug/suspend IPIsAvi Kivity2007-07-161-2/+2
* KVM: Keep track of which cpus have virtualization enabledAvi Kivity2007-07-161-12/+33
* KVM: Clean up #includesAvi Kivity2007-07-161-11/+7
* KVM: Remove kvmfs in favor of the anonymous inodes sourceAvi Kivity2007-07-161-132/+11
* KVM: Avoid useless memory write when possibleLuca Tettamanti2007-07-161-2/+4
* KVM: Add support for in-kernel pio handlersEddie Dong2007-07-161-0/+33
* KVM: Adds support for in-kernel mmio handlersGregory Haskins2007-07-161-12/+82
* KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity2007-07-161-0/+44
* KVM: Keep an upper bound of initialized vcpusAvi Kivity2007-07-161-0/+5
* KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity2007-07-161-0/+11
* KVM: Fix adding an smp virtual machine to the vm listAvi Kivity2007-07-161-3/+3
* KVM: Fix vcpu freeing for guest smpAvi Kivity2007-07-161-0/+15
* KVM: Remove unnecessary initialization and checks in mark_page_dirty()Nguyen Anh Quynh2007-07-161-2/+2
* KVM: MMU: Use slab caches for shadow pages and their headersAvi Kivity2007-07-161-1/+0
* KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexitEddie Dong2007-07-161-0/+23
* KVM: Implement IA32_EBL_CR_POWERON msrMatthew Gregan2007-07-161-0/+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/+22
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+3
* KVM: Don't require explicit indication of completion of mmio or pioAvi Kivity2007-05-031-22/+22
* KVM: Remove extraneous guest entry on mmio readAvi Kivity2007-05-031-3/+13
* KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori2007-05-031-5/+3
* KVM: Allow passing 64-bit values to the emulated read/write APIAvi Kivity2007-05-031-36/+9
* KVM: Per-vcpu statisticsAvi Kivity2007-05-031-18/+43
* KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cyclesYaozu Dong2007-05-031-0/+2
* KVM: Handle guest page faults when emulating mmioAvi Kivity2007-05-031-1/+3
* KVM: Use slab caches to allocate mmu data structuresAvi Kivity2007-05-031-0/+7
* KVM: Initialize cr0 to indicate an fpu is presentAvi Kivity2007-05-031-0/+1
* KVM: Add fpu get/set operationsAvi Kivity2007-05-031-0/+86
* KVM: Add physical memory aliasing featureAvi Kivity2007-05-031-3/+86
* KVM: Simply gfn_to_page()Avi Kivity2007-05-031-20/+25
* KVM: Handle writes to MCG_STATUS msrSergey Kiselev2007-05-031-0/+4
* KVM: Modify guest segments after potentially switching modesAvi Kivity2007-05-031-10/+10
* KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity2007-05-031-1/+1
* KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity2007-05-031-15/+168
* KVM: Future-proof argument-less ioctlsAvi Kivity2007-05-031-0/+9
* KVM: Allow kernel to select size of mmap() bufferAvi Kivity2007-05-031-1/+7
* KVM: Add guest mode signal maskAvi Kivity2007-05-031-0/+41
* KVM: Fold kvm_run::exit_type into kvm_run::exit_reasonAvi Kivity2007-05-031-2/+1
* KVM: Allow userspace to process hypercalls which have no kernel handlerAvi Kivity2007-05-031-1/+17
* KVM: Add method to check for backwards-compatible API extensionsAvi Kivity2007-05-031-0/+6
* KVM: Remove the 'emulated' field from the userspace interfaceAvi Kivity2007-05-031-5/+0
* KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity2007-05-031-0/+69
* KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity2007-05-031-3/+45
* KVM: Use a shared page for kernel/user communication when runing a vcpuAvi Kivity2007-05-031-14/+40
* KVM: Use own minor numberAvi Kivity2007-05-031-1/+1
* KVM: Fix guest register corruption on paravirt hypercallDor Laor2007-05-031-2/+2