aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-22KVM: Fix virtualization menu help textAvi Kivity1-1/+2
2007-09-14KVM: MMU: Fix rare oops on guest context switchAvi Kivity2-5/+10
2007-08-19KVM: Avoid calling smp_call_function_single() with interrupts disabledAvi Kivity1-0/+4
2007-08-18Add some help texts to recently-introduced kconfig itemsJan Engelhardt1-0/+5
2007-08-06KVM: x86 emulator: fix debug reg mov instructionsAvi Kivity1-0/+2
2007-07-25KVM: disable writeback for 0x0f 0x01 instructions.Aurelien Jarno1-0/+2
2007-07-25KVM: Fix removal of nx capability from guest cpuidAvi Kivity1-2/+2
2007-07-25Revert "KVM: Avoid useless memory write when possible"Avi Kivity1-4/+2
2007-07-25KVM: Fix unlikely kvm_create vs decache_vcpus_on_cpu raceRusty Russell1-3/+3
2007-07-25KVM: Correctly handle writes crossing a page boundaryAvi Kivity1-4/+24
2007-07-22KVM: Require CONFIG_ANON_INODESAvi Kivity1-0/+1
2007-07-20KVM: MMU: Fix cleaning up the shadow page allocation cacheAvi Kivity1-1/+1
2007-07-20KVM: MMU: Fix oopses with SLUBAvi Kivity1-13/+26
2007-07-20KVM: x86 emulator: implement rdmsr and wrmsrAvi Kivity3-5/+31
2007-07-20KVM: Fix memory slot management functions for guest smpAvi Kivity3-123/+52
2007-07-20KVM: MMU: Store nx bit for large page shadowsAvi Kivity2-2/+4
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-4/+4
2007-07-19i386: Allow KVM on i386 nonpaeAvi Kivity1-1/+0
2007-07-16KVM: Use CPU_DYING for disabling virtualizationAvi Kivity1-2/+2
2007-07-16KVM: Tune hotplug/suspend IPIsAvi Kivity1-2/+2
2007-07-16KVM: Keep track of which cpus have virtualization enabledAvi Kivity1-12/+33
2007-07-16KVM: Clean up #includesAvi Kivity4-20/+20
2007-07-16KVM: Remove kvmfs in favor of the anonymous inodes sourceAvi Kivity1-132/+11
2007-07-16KVM: SVM: Reliably detect if SVM was disabled by BIOSJoerg Roedel2-0/+9
2007-07-16KVM: VMX: Remove unnecessary code in vmx_tlb_flush()Avi Kivity1-1/+0
2007-07-16KVM: MMU: Fix Wrong tlb flush orderShaohua Li1-1/+1
2007-07-16KVM: VMX: Reinitialize the real-mode tss when entering real modeAvi Kivity1-0/+4
2007-07-16KVM: Avoid useless memory write when possibleLuca Tettamanti1-2/+4
2007-07-16KVM: Fix x86 emulator writebackLuca Tettamanti1-4/+5
2007-07-16KVM: Add support for in-kernel pio handlersEddie Dong2-1/+37
2007-07-16KVM: VMX: Fix interrupt checking on lightweight exitGregory Haskins1-3/+3
2007-07-16KVM: Adds support for in-kernel mmio handlersGregory Haskins2-12/+142
2007-07-16KVM: Implement emulation of instruction "ret" (opcode 0xc3)Nitin A Kamble1-4/+8
2007-07-16KVM: Implement emulation of "pop reg" instruction (opcode 0x58-0x5f)Nitin A Kamble1-2/+15
2007-07-16KVM: VMX: Ensure vcpu time stamp counter is monotonousAvi Kivity1-0/+9
2007-07-16KVM: Initialize the BSP bit in the APIC_BASE msr correctlyAvi Kivity2-6/+6
2007-07-16KVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen1-3/+3
2007-07-16KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen1-2/+2
2007-07-16KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity5-15/+84
2007-07-16KVM: Keep an upper bound of initialized vcpusAvi Kivity2-0/+6
2007-07-16KVM: Emulate hlt on real mode for IntelAvi Kivity3-2/+12
2007-07-16KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity4-12/+14
2007-07-16KVM: Enable guest smpAvi Kivity1-1/+1
2007-07-16KVM: Fix adding an smp virtual machine to the vm listAvi Kivity1-3/+3
2007-07-16KVM: Fix vcpu freeing for guest smpAvi Kivity2-2/+17
2007-07-16KVM: Remove unnecessary initialization and checks in mark_page_dirty()Nguyen Anh Quynh1-2/+2
2007-07-16KVM: Replace C code with call to ARRAY_SIZE() macro.Robert P. J. Day1-1/+1
2007-07-16KVM: Lazy guest cr3 switchingAvi Kivity4-21/+40
2007-07-16KVM: MMU: Remove unused large page markerAvi Kivity2-3/+0
2007-07-16KVM: MMU: Don't cache guest access bits in the shadow page tableAvi Kivity2-9/+0