aboutsummaryrefslogtreecommitdiff
path: root/drivers/kvm
AgeCommit message (Expand)Author
2007-07-16KVM: MMU: Simpify accessed/dirty/present/nx bit handlingAvi Kivity
2007-07-16KVM: MMU: Remove cr0.wp tricksAvi Kivity
2007-07-16KVM: MMU: Make setting shadow ptes atomic on i386Avi Kivity
2007-07-16KVM: Make shadow pte updates atomicAvi Kivity
2007-07-16KVM: Move shadow pte modifications from set_pte/set_pde to set_pde_common()Avi Kivity
2007-07-16KVM: MMU: Fold fix_write_pf() into set_pte_common()Avi Kivity
2007-07-16KVM: MMU: Fold fix_read_pf() into set_pte_common()Avi Kivity
2007-07-16KVM: MMU: Pass the guest pde to set_pte_commonAvi Kivity
2007-07-16KVM: MMU: Move set_pte_common() to pte width dependent codeAvi Kivity
2007-07-16KVM: MMU: Simplify fetch() a little bitAvi Kivity
2007-07-16KVM: MMU: Use slab caches for shadow pages and their headersAvi Kivity
2007-07-16KVM: Use symbolic constants instead of magic numbersEddie Dong
2007-07-16KVM: Fix includesMarkus Rechberger
2007-07-16KVM: x86 emulator: implement wbinvdAvi Kivity
2007-07-16Use menuconfig objects II - KVM/VirtJan Engelhardt
2007-07-16KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexitEddie Dong
2007-07-16KVM: VMX: Cleanup redundant code in MSR setEddie Dong
2007-07-16KVM: VMX: Avoid saving and restoring msrs on lightweight vmexitEddie Dong
2007-07-16KVM: VMX: Handle #SS faults from real modeNitin A Kamble
2007-07-16KVM: VMX: Use local labels in inline assemblyAvi Kivity
2007-07-16KVM: Fix vmx I/O bitmap initialization on highmem systemsAvi Kivity
2007-07-16KVM: Avoid corrupting tr in real modeAvi Kivity
2007-07-16KVM: VMX: Only reload guest msrs if they are already loadedAvi Kivity
2007-07-16KVM: MMU: Store shadow page tables as kernel virtual addresses, not physicalAvi Kivity
2007-07-16KVM: MMU: Simplify kvm_mmu_free_page() a tiny bitAvi Kivity
2007-07-16KVM: Implement IA32_EBL_CR_POWERON msrMatthew Gregan
2007-07-16KVM: Set cr0.mp for guestsAvi Kivity
2007-07-16KVM: Consolidate guest fpu activation and deactivationAvi Kivity
2007-07-16KVM: Rationalize exception bitmap usageAvi Kivity
2007-07-16KVM: Move some more msr mangling into vmx_save_host_state()Avi Kivity
2007-07-16KVM: Fix potential guest state leak into hostAvi Kivity
2007-07-16KVM: Increase mmu shadow cache to 1024 pagesAvi Kivity
2007-07-16KVM: Update shadow pte on write to guest pteAvi Kivity
2007-07-16KVM: MMU: Respect nonpae pagetable quadrant when zapping ptesAvi Kivity
2007-07-16KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()Avi Kivity
2007-07-16KVM: Be more careful restoring fs on lightweight vmexitAvi Kivity
2007-07-16KVM: Reduce misfirings of the fork detectorAvi Kivity
2007-07-16KVM: Unindent some codeAvi Kivity
2007-07-16KVM: Avoid saving and restoring some host CPU state on lightweight vmexitAvi Kivity
2007-07-16KVM: Assume that writes smaller than 4 bytes are to non-pagetable pagesAvi Kivity
2007-07-16KVM: SVM: Allow direct guest access to PC debug portAnthony Liguori
2007-07-16KVM: VMX: Enable io bitmaps to avoid IO port 0x80 VMEXITsHe, Qing
2007-06-15KVM: Prevent guest fpu state from leaking into the hostAvi Kivity
2007-06-01kvm: fix section mismatch warning in kvm-intel.oSam Ravnborg
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-10[S390] Kconfig: refine depends statements.Martin Schwidefsky
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki
2007-05-03KVM: Remove unused 'instruction_length'Avi Kivity
2007-05-03KVM: Don't require explicit indication of completion of mmio or pioAvi Kivity
2007-05-03KVM: Remove extraneous guest entry on mmio readAvi Kivity