summaryrefslogtreecommitdiff
path: root/drivers/kvm
AgeCommit message (Expand)Author
2007-12-14KVM: VMX: Reset mmu context when entering real modeEddie Dong
2007-12-14KVM: VMX: Force vm86 mode if setting flags during real modeAvi Kivity
2007-12-14KVM: Skip pio instruction when it is emulated, not executedAvi Kivity
2007-12-14KVM: SVM: Fix FPU leak while emulating cltsAmit Shah
2007-12-14KVM: Fix hang on uniprocessorMarko Kohtala
2007-12-14KVM: x86 emulator: Use emulator_write_emulated and not emulator_write_stdAmit Shah
2007-12-14KVM: SVM: Intercept the 'invd' and 'wbinvd' instructionsAvi Kivity
2007-12-14KVM: x86 emulator: invd instructionAvi Kivity
2007-12-14KVM: x86 emulator: fix access registers for instructions with ModR/M byte and...Aurelien Jarno
2007-12-14KVM: x86 emulator: implement 'movnti mem, reg'Sheng Yang
2007-09-22KVM: Fix virtualization menu help textAvi Kivity
2007-09-14KVM: MMU: Fix rare oops on guest context switchAvi Kivity
2007-08-19KVM: Avoid calling smp_call_function_single() with interrupts disabledAvi Kivity
2007-08-18Add some help texts to recently-introduced kconfig itemsJan Engelhardt
2007-08-06KVM: x86 emulator: fix debug reg mov instructionsAvi Kivity
2007-07-25KVM: disable writeback for 0x0f 0x01 instructions.Aurelien Jarno
2007-07-25KVM: Fix removal of nx capability from guest cpuidAvi Kivity
2007-07-25Revert "KVM: Avoid useless memory write when possible"Avi Kivity
2007-07-25KVM: Fix unlikely kvm_create vs decache_vcpus_on_cpu raceRusty Russell
2007-07-25KVM: Correctly handle writes crossing a page boundaryAvi Kivity
2007-07-22KVM: Require CONFIG_ANON_INODESAvi Kivity
2007-07-20KVM: MMU: Fix cleaning up the shadow page allocation cacheAvi Kivity
2007-07-20KVM: MMU: Fix oopses with SLUBAvi Kivity
2007-07-20KVM: x86 emulator: implement rdmsr and wrmsrAvi Kivity
2007-07-20KVM: Fix memory slot management functions for guest smpAvi Kivity
2007-07-20KVM: MMU: Store nx bit for large page shadowsAvi Kivity
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19i386: Allow KVM on i386 nonpaeAvi Kivity
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