summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2010-12-09KVM: VMX: Fix host userspace gsbase corruptionBen Hutchings
2010-12-09KVM: x86: fix information leak to userlandVasiliy Kulikov
2010-12-09KVM: VMX: fix vmx null pointer dereference on debug register accessGleb Natapov
2010-11-22KVM: Fix fs/gs reload oops with invalid ldtAvi Kivity
2010-11-22KVM: x86: Move TSC reset out of vmcb_initZachary Amsden
2010-11-22KVM: x86: Fix SVM VMCB resetZachary Amsden
2010-11-22KVM: SVM: Adjust tsc_offset only if tsc_unstableJoerg Roedel
2010-11-22KVM: VMX: Fix host GDT.LIMIT corruptionAvi Kivity
2010-11-22KVM: MMU: fix conflict access permissions in direct spXiao Guangrong
2010-11-22KVM: MMU: fix direct sps access corruptedXiao Guangrong
2010-11-22KVM: SVM: Fix wrong intercept masks on 32 bitJoerg Roedel
2010-11-22x86, cpu: Fix renamed, not-yet-shipping AMD CPUID feature bitAndre Przywara
2010-08-02KVM: MMU: invalidate and flush on spte small->large page size changeMarcelo Tosatti
2010-08-02KVM: SVM: Implement workaround for Erratum 383Joerg Roedel
2010-08-02KVM: SVM: Handle MCEs early in the vmexit processJoerg Roedel
2010-08-02KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 pageAvi Kivity
2010-07-05KVM: x86: Inject #GP with the right rip on efer writesRoedel, Joerg
2010-07-05KVM: x86: Add missing locking to arch specific vcpu ioctlsAvi Kivity
2010-07-05KVM: Fix wallclock version writing raceAvi Kivity
2010-07-05KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsAvi Kivity
2010-07-05KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)Shane Wang
2010-07-05KVM: MMU: Segregate shadow pages with different cr0.wpAvi Kivity
2010-07-05KVM: x86: Check LMA bit before set_eferSheng Yang
2010-07-05KVM: Don't allow lmsw to clear cr0.peAvi Kivity
2010-05-12KVM: remove unused load_segment_descriptor_to_kvm_desctMarcelo Tosatti
2010-04-26KVM: x86: Fix TSS size check for 16-bit tasksJan Kiszka
2010-04-26KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa
2010-04-26KVM: MMU: fix kvm_mmu_zap_page() and its calling pathXiao Guangrong
2010-04-26KVM: VMX: Save/restore rflags.vm correctly in real modeAvi Kivity
2010-04-26KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTLAndre Przywara
2010-04-26KVM: Don't spam kernel log when injecting exceptions due to bad cr writesAvi Kivity
2010-04-26KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() failsTakuya Yoshikawa
2010-04-26KVM: x86: disable paravirt mmu reportingMarcelo Tosatti
2010-04-26KVM: VMX: Disable unrestricted guest when EPT disabledSheng Yang
2010-04-26KVM: SVM: Reset cr0 properly on vcpu resetEduardo Habkost
2010-04-26KVM: VMX: Use macros instead of hex value on cr0 initializationEduardo Habkost
2010-04-26KVM: VMX: Update instruction length on intercepted BPJan Kiszka
2010-04-26KVM: Fix segment descriptor loadingGleb Natapov
2010-04-26KVM: x86 emulator: Fix popf emulationGleb Natapov
2010-04-26KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov
2010-04-26KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov
2010-04-26KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov
2010-03-15KVM: x86 emulator: Check CPL level during privilege instruction emulationGleb Natapov
2010-03-15KVM: x86 emulator: Add group9 instruction decodingGleb Natapov
2010-03-15KVM: x86 emulator: Forbid modifying CS segment register by mov instructionGleb Natapov
2010-03-15KVM: x86 emulator: Add group8 instruction decodingGleb Natapov
2010-02-23KVM: PIT: control word is write-onlyMarcelo Tosatti
2010-02-23kvmclock: count total_sleep_time when updating guest clockJason Wang
2010-02-09KVM: allow userspace to adjust kvmclock offsetGlauber Costa
2010-01-28KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()Wei Yongjun