aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
* KVM: Fix x86 emulator writebackLuca Tettamanti2007-07-16
* KVM: Add support for in-kernel pio handlersEddie Dong2007-07-16
* KVM: VMX: Fix interrupt checking on lightweight exitGregory Haskins2007-07-16
* KVM: Adds support for in-kernel mmio handlersGregory Haskins2007-07-16
* KVM: Implement emulation of instruction "ret" (opcode 0xc3)Nitin A Kamble2007-07-16
* KVM: Implement emulation of "pop reg" instruction (opcode 0x58-0x5f)Nitin A Kamble2007-07-16
* KVM: VMX: Ensure vcpu time stamp counter is monotonousAvi Kivity2007-07-16
* KVM: Initialize the BSP bit in the APIC_BASE msr correctlyAvi Kivity2007-07-16
* KVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen2007-07-16
* KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen2007-07-16
* KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity2007-07-16
* KVM: Keep an upper bound of initialized vcpusAvi Kivity2007-07-16
* KVM: Emulate hlt on real mode for IntelAvi Kivity2007-07-16
* KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity2007-07-16
* KVM: Enable guest smpAvi Kivity2007-07-16
* KVM: Fix adding an smp virtual machine to the vm listAvi Kivity2007-07-16
* KVM: Fix vcpu freeing for guest smpAvi Kivity2007-07-16
* KVM: Remove unnecessary initialization and checks in mark_page_dirty()Nguyen Anh Quynh2007-07-16
* KVM: Replace C code with call to ARRAY_SIZE() macro.Robert P. J. Day2007-07-16
* KVM: Lazy guest cr3 switchingAvi Kivity2007-07-16
* KVM: MMU: Remove unused large page markerAvi Kivity2007-07-16
* KVM: MMU: Don't cache guest access bits in the shadow page tableAvi Kivity2007-07-16
* KVM: MMU: Simpify accessed/dirty/present/nx bit handlingAvi Kivity2007-07-16
* KVM: MMU: Remove cr0.wp tricksAvi Kivity2007-07-16
* KVM: MMU: Make setting shadow ptes atomic on i386Avi Kivity2007-07-16
* KVM: Make shadow pte updates atomicAvi Kivity2007-07-16
* KVM: Move shadow pte modifications from set_pte/set_pde to set_pde_common()Avi Kivity2007-07-16
* KVM: MMU: Fold fix_write_pf() into set_pte_common()Avi Kivity2007-07-16
* KVM: MMU: Fold fix_read_pf() into set_pte_common()Avi Kivity2007-07-16
* KVM: MMU: Pass the guest pde to set_pte_commonAvi Kivity2007-07-16
* KVM: MMU: Move set_pte_common() to pte width dependent codeAvi Kivity2007-07-16
* KVM: MMU: Simplify fetch() a little bitAvi Kivity2007-07-16
* KVM: MMU: Use slab caches for shadow pages and their headersAvi Kivity2007-07-16
* KVM: Use symbolic constants instead of magic numbersEddie Dong2007-07-16
* KVM: Fix includesMarkus Rechberger2007-07-16
* KVM: x86 emulator: implement wbinvdAvi Kivity2007-07-16
* Use menuconfig objects II - KVM/VirtJan Engelhardt2007-07-16
* KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexitEddie Dong2007-07-16
* KVM: VMX: Cleanup redundant code in MSR setEddie Dong2007-07-16
* KVM: VMX: Avoid saving and restoring msrs on lightweight vmexitEddie Dong2007-07-16
* KVM: VMX: Handle #SS faults from real modeNitin A Kamble2007-07-16
* KVM: VMX: Use local labels in inline assemblyAvi Kivity2007-07-16
* KVM: Fix vmx I/O bitmap initialization on highmem systemsAvi Kivity2007-07-16
* KVM: Avoid corrupting tr in real modeAvi Kivity2007-07-16
* KVM: VMX: Only reload guest msrs if they are already loadedAvi Kivity2007-07-16
* KVM: MMU: Store shadow page tables as kernel virtual addresses, not physicalAvi Kivity2007-07-16
* KVM: MMU: Simplify kvm_mmu_free_page() a tiny bitAvi Kivity2007-07-16
* KVM: Implement IA32_EBL_CR_POWERON msrMatthew Gregan2007-07-16
* KVM: Set cr0.mp for guestsAvi Kivity2007-07-16
* KVM: Consolidate guest fpu activation and deactivationAvi Kivity2007-07-16