aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-06-15KVM: Prevent guest fpu state from leaking into the hostAvi Kivity3-9/+28
2007-06-01kvm: fix section mismatch warning in kvm-intel.oSam Ravnborg1-1/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan4-0/+4
2007-05-10[S390] Kconfig: refine depends statements.Martin Schwidefsky1-0/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+3
2007-05-03KVM: Remove unused 'instruction_length'Avi Kivity1-1/+0
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 Kivity2-3/+14
2007-05-03KVM: SVM: Only save/restore MSRs when neededAnthony Liguori2-17/+20
2007-05-03KVM: fix an if() conditionAdrian Bunk1-1/+1
2007-05-03KVM: VMX: Add lazy FPU support for VTAnthony Liguori1-5/+56
2007-05-03KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori4-14/+14
2007-05-03KVM: Don't complain about cpu erratum AA15Avi Kivity1-2/+0
2007-05-03KVM: Lazy FPU support for SVMAnthony Liguori2-4/+33
2007-05-03KVM: Allow passing 64-bit values to the emulated read/write APIAvi Kivity3-99/+24
2007-05-03KVM: Per-vcpu statisticsAvi Kivity6-53/+79
2007-05-03KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cyclesYaozu Dong1-0/+2
2007-05-03KVM: MMU: Avoid heavy ASSERT at non debug mode.Yaozu Dong1-0/+6
2007-05-03KVM: VMX: Only save/restore MSR_K6_STAR if necessaryAvi Kivity1-0/+16
2007-05-03KVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.cAvi Kivity2-15/+6
2007-05-03KVM: VMX: Don't switch 64-bit msrs for 32-bit guestsAvi Kivity1-16/+42
2007-05-03KVM: VMX: Reduce unnecessary saving of host msrsAvi Kivity1-1/+11
2007-05-03KVM: Handle guest page faults when emulating mmioAvi Kivity1-1/+3
2007-05-03KVM: SVM: Report hardware exit reason to userspace instead of dmesgAvi Kivity1-6/+1
2007-05-03KVM: Retry sleeping allocation if atomic allocation failsAvi Kivity1-5/+21
2007-05-03KVM: Use slab caches to allocate mmu data structuresAvi Kivity3-4/+45
2007-05-03KVM: Handle partial pae pdptrAvi Kivity1-6/+12
2007-05-03KVM: Initialize cr0 to indicate an fpu is presentAvi Kivity1-0/+1
2007-05-03KVM: Fix overflow bug in overflow detection codeEric Sesterhenn / Snakebyte1-1/+1
2007-05-03KVM: Use kernel-standard typesAvi Kivity1-3/+3
2007-05-03KVM: SVM: enable LBRV virtualization if availableJoerg Roedel1-0/+13
2007-05-03KVM: Add fpu get/set operationsAvi Kivity1-0/+86
2007-05-03KVM: Add physical memory aliasing featureAvi Kivity2-3/+95
2007-05-03KVM: Simply gfn_to_page()Avi Kivity4-42/+33
2007-05-03KVM: Add mmu cache clear functionDor Laor2-0/+18
2007-05-03KVM: x86 emulator: fix bit string operations operand sizeAvi Kivity1-2/+3
2007-05-03KVM: Remove debug messageAvi Kivity1-1/+0
2007-05-03KVM: Use list_move()Avi Kivity1-8/+4
2007-05-03KVM: Remove unused functionMichal Piotrowski1-7/+0
2007-05-03KVM: SVM: Ensure timestamp counter monotonicityAvi Kivity2-4/+18
2007-05-03KVM: MMU: Fix hugepage pdes mapping same physical address with different accessAvi Kivity3-4/+13
2007-05-03KVM: SVM: forbid guest to execute monitor/mwaitJoerg Roedel2-1/+11
2007-05-03KVM: Handle writes to MCG_STATUS msrSergey Kiselev1-0/+4
2007-05-03KVM: Remove unused and write-only variablesAvi Kivity2-4/+0
2007-05-03KVM: Don't allow the guest to turn off the cpu cacheAvi Kivity1-1/+3
2007-05-03KVM: Hack real-mode segments on vmx from KVM_SET_SREGSAvi Kivity1-1/+8
2007-05-03KVM: Modify guest segments after potentially switching modesAvi Kivity1-10/+10
2007-05-03KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity4-21/+1
2007-05-03KVM: Workaround vmx inability to virtualize the reset stateAvi Kivity1-0/+2
2007-05-03KVM: MMU: Remove global pte trackingAvi Kivity2-10/+0