aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2007-07-16KVM: Adds support for in-kernel mmio handlersGregory Haskins
2007-07-16KVM: Implement emulation of instruction "ret" (opcode 0xc3)Nitin A Kamble
2007-07-16KVM: Implement emulation of "pop reg" instruction (opcode 0x58-0x5f)Nitin A Kamble
2007-07-16KVM: VMX: Ensure vcpu time stamp counter is monotonousAvi Kivity
2007-07-16KVM: Initialize the BSP bit in the APIC_BASE msr correctlyAvi Kivity
2007-07-16KVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen
2007-07-16KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen
2007-07-16KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity
2007-07-16KVM: Keep an upper bound of initialized vcpusAvi Kivity
2007-07-16KVM: Emulate hlt on real mode for IntelAvi Kivity
2007-07-16KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity
2007-07-16KVM: Enable guest smpAvi Kivity
2007-07-16KVM: Fix adding an smp virtual machine to the vm listAvi Kivity
2007-07-16KVM: Fix vcpu freeing for guest smpAvi Kivity
2007-07-16KVM: Remove unnecessary initialization and checks in mark_page_dirty()Nguyen Anh Quynh
2007-07-16KVM: Replace C code with call to ARRAY_SIZE() macro.Robert P. J. Day
2007-07-16KVM: Lazy guest cr3 switchingAvi Kivity
2007-07-16KVM: MMU: Remove unused large page markerAvi Kivity
2007-07-16KVM: MMU: Don't cache guest access bits in the shadow page tableAvi Kivity
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