summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
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: SVM: Don't allow nested guest to VMMCALL into hostJoerg Roedel
2010-07-05KVM: x86: Inject #GP with the right rip on efer writesJoerg Roedel
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-07-05KVM: SVM: Report emulated SVM features to userspaceJoerg Roedel
2010-07-05KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel
2010-07-05KVM: SVM: Fix wrong interrupt injection in enable_irq_windowsJoerg Roedel
2010-07-05KVM: SVM: Don't sync nested cr8 to lapic and backJoerg Roedel
2010-07-05KVM: SVM: Fix nested msr intercept handlingJoerg Roedel
2010-07-05KVM: SVM: Sync all control registers on nested vmexitJoerg Roedel
2010-07-05KVM: SVM: Fix schedule-while-atomic on nested exception handlingJoerg Roedel
2010-07-05KVM: SVM: Don't use kmap_atomic in nested_svm_mapJoerg Roedel
2010-05-13KVM: VMX: blocked-by-sti must not defer NMI injectionsJan Kiszka
2010-05-13KVM: x86: Call vcpu_load and vcpu_put in cpuid_updateDongxiao Xu
2010-05-13KVM: SVM: Fix wrong intercept masks on 32 bitJoerg Roedel
2010-04-21KVM: x86: Fix TSS size check for 16-bit tasksJan Kiszka
2010-04-20KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa
2010-04-20KVM: MMU: fix kvm_mmu_zap_page() and its calling pathXiao Guangrong
2010-04-20KVM: VMX: Save/restore rflags.vm correctly in real modeAvi Kivity
2010-04-20KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTLAndre Przywara
2010-04-20KVM: Don't spam kernel log when injecting exceptions due to bad cr writesAvi Kivity
2010-04-20KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() failsTakuya Yoshikawa
2010-04-20KVM: take srcu lock before call to complete_pio()Gleb Natapov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-03-01KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEPJan Kiszka
2010-03-01KVM: VMX: Update instruction length on intercepted BPJan Kiszka
2010-03-01KVM: Fix emulate_sys[call, enter, exit]()'s fault handlingTakuya Yoshikawa
2010-03-01KVM: Fix segment descriptor loadingGleb Natapov
2010-03-01KVM: Fix load_guest_segment_descriptor() to inject page faultTakuya Yoshikawa
2010-03-01KVM: x86 emulator: Forbid modifying CS segment register by mov instructionGleb Natapov
2010-03-01KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner
2010-03-01KVM: x86 emulator: disallow opcode 82 in 64-bit modeGleb Natapov
2010-03-01KVM: x86 emulator: code style cleanupWei Yongjun
2010-03-01KVM: x86 emulator: Add LOCK prefix validity checkingGleb Natapov
2010-03-01KVM: x86 emulator: Check CPL level during privilege instruction emulationGleb Natapov
2010-03-01KVM: x86 emulator: Fix popf emulationGleb Natapov
2010-03-01KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov
2010-03-01KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov
2010-03-01KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov
2010-03-01KVM: x86 emulator: Add group9 instruction decodingGleb Natapov