summaryrefslogtreecommitdiff
path: root/drivers/kvm
AgeCommit message (Expand)AuthorFilesLines
2007-07-16KVM: VMX: Cleanup redundant code in MSR setEddie Dong1-2/+0
2007-07-16KVM: VMX: Avoid saving and restoring msrs on lightweight vmexitEddie Dong2-56/+76
2007-07-16KVM: VMX: Handle #SS faults from real modeNitin A Kamble1-1/+5
2007-07-16KVM: VMX: Use local labels in inline assemblyAvi Kivity1-8/+7
2007-07-16KVM: Fix vmx I/O bitmap initialization on highmem systemsAvi Kivity1-2/+2
2007-07-16KVM: Avoid corrupting tr in real modeAvi Kivity1-14/+31
2007-07-16KVM: VMX: Only reload guest msrs if they are already loadedAvi Kivity1-1/+2
2007-07-16KVM: MMU: Store shadow page tables as kernel virtual addresses, not physicalAvi Kivity3-19/+17
2007-07-16KVM: MMU: Simplify kvm_mmu_free_page() a tiny bitAvi Kivity1-6/+4
2007-07-16KVM: Implement IA32_EBL_CR_POWERON msrMatthew Gregan1-0/+1
2007-07-16KVM: Set cr0.mp for guestsAvi Kivity1-1/+3
2007-07-16KVM: Consolidate guest fpu activation and deactivationAvi Kivity2-20/+32
2007-07-16KVM: Rationalize exception bitmap usageAvi Kivity1-21/+21
2007-07-16KVM: Move some more msr mangling into vmx_save_host_state()Avi Kivity1-7/+7
2007-07-16KVM: Fix potential guest state leak into hostAvi Kivity2-71/+94
2007-07-16KVM: Increase mmu shadow cache to 1024 pagesAvi Kivity1-1/+1
2007-07-16KVM: Update shadow pte on write to guest pteAvi Kivity2-0/+30
2007-07-16KVM: MMU: Respect nonpae pagetable quadrant when zapping ptesAvi Kivity1-0/+4
2007-07-16KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()Avi Kivity3-11/+8
2007-07-16KVM: Be more careful restoring fs on lightweight vmexitAvi Kivity1-11/+11
2007-07-16KVM: Reduce misfirings of the fork detectorAvi Kivity1-0/+4
2007-07-16KVM: Unindent some codeAvi Kivity1-29/+29
2007-07-16KVM: Avoid saving and restoring some host CPU state on lightweight vmexitAvi Kivity3-45/+62
2007-07-16KVM: Assume that writes smaller than 4 bytes are to non-pagetable pagesAvi Kivity1-0/+1
2007-07-16KVM: SVM: Allow direct guest access to PC debug portAnthony Liguori1-3/+5
2007-07-16KVM: VMX: Enable io bitmaps to avoid IO port 0x80 VMEXITsHe, Qing1-4/+46
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