aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
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
2010-03-01KVM: x86 emulator: Add group8 instruction decodingGleb Natapov
2010-03-01KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun
2010-03-01KVM: PIT: unregister kvm irq notifier if fail to create pitWei Yongjun
2010-03-01KVM: VMX: Rename VMX_EPT_IGMT_BIT to VMX_EPT_IPAT_BITSheng Yang
2010-03-01KVM: MMU: Add tracepoint for guest page agingAvi Kivity
2010-03-01KVM: Remove redundant reading of rax on OUT instructionsTakuya Yoshikawa
2010-03-01KVM: VMX: emulate accessed bit for EPTRik van Riel
2010-03-01KVM: Introduce kvm_host_page_sizeJoerg Roedel
2010-03-01KVM: VMX: Remove redundant test in vmx_set_efer()Julia Lawall
2010-03-01KVM: VMX: Wire up .fpu_activate() callbackAvi Kivity
2010-03-01KVM: fix kvm_fix_hypercall() to return X86EMUL_*Takuya Yoshikawa
2010-03-01KVM: fix load_guest_segment_descriptor() to return X86EMUL_*Takuya Yoshikawa
2010-03-01KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin
2010-03-01KVM: VMX: Remove redundant check in vm_need_virtualize_apic_accesses()Gui Jianfeng
2010-03-01KVM: Trace failed msr reads and writesAvi Kivity
2010-03-01KVM: Fix msr traceAvi Kivity
2010-03-01KVM: mark segments accessed on HW task switchGleb Natapov
2010-03-01KVM: VMX: Pass cr0.mp through to the guest when the fpu is activeAvi Kivity
2010-03-01KVM: MMU: Remove some useless code from alloc_mmu_pages()Wei Yongjun
2010-03-01KVM: trace guest fpu loads and unloadsAvi Kivity
2010-03-01KVM: Optimize kvm_read_cr[04]_bits()Avi Kivity
2010-03-01KVM: Rename vcpu->shadow_efer to eferAvi Kivity
2010-03-01KVM: Move cr0/cr4/efer related helpers to x86.hAvi Kivity
2010-03-01KVM: Add a helper for checking if the guest is in protected modeAvi Kivity