aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16KVM: MMU: Fold fix_write_pf() into set_pte_common()Avi Kivity2-111/+68
2007-07-16KVM: MMU: Fold fix_read_pf() into set_pte_common()Avi Kivity2-28/+23
2007-07-16KVM: MMU: Pass the guest pde to set_pte_commonAvi Kivity1-14/+15
2007-07-16KVM: MMU: Move set_pte_common() to pte width dependent codeAvi Kivity2-52/+52
2007-07-16KVM: MMU: Simplify fetch() a little bitAvi Kivity1-17/+17
2007-07-16KVM: MMU: Use slab caches for shadow pages and their headersAvi Kivity3-28/+41
2007-07-16KVM: Use symbolic constants instead of magic numbersEddie Dong1-1/+1
2007-07-16KVM: Fix includesMarkus Rechberger1-0/+2
2007-07-16KVM: x86 emulator: implement wbinvdAvi Kivity1-1/+3
2007-07-16Use menuconfig objects II - KVM/VirtJan Engelhardt1-2/+6
2007-07-16KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexitEddie Dong3-21/+71
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