aboutsummaryrefslogtreecommitdiff
path: root/drivers/kvm
AgeCommit message (Expand)Author
2007-07-16KVM: Use CPU_DYING for disabling virtualizationAvi Kivity
2007-07-16KVM: Tune hotplug/suspend IPIsAvi Kivity
2007-07-16KVM: Keep track of which cpus have virtualization enabledAvi Kivity
2007-07-16KVM: Clean up #includesAvi Kivity
2007-07-16KVM: Remove kvmfs in favor of the anonymous inodes sourceAvi Kivity
2007-07-16KVM: SVM: Reliably detect if SVM was disabled by BIOSJoerg Roedel
2007-07-16KVM: VMX: Remove unnecessary code in vmx_tlb_flush()Avi Kivity
2007-07-16KVM: MMU: Fix Wrong tlb flush orderShaohua Li
2007-07-16KVM: VMX: Reinitialize the real-mode tss when entering real modeAvi Kivity
2007-07-16KVM: Avoid useless memory write when possibleLuca Tettamanti
2007-07-16KVM: Fix x86 emulator writebackLuca Tettamanti
2007-07-16KVM: Add support for in-kernel pio handlersEddie Dong
2007-07-16KVM: VMX: Fix interrupt checking on lightweight exitGregory Haskins
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