summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2010-05-17KVM: arch/x86/kvm/kvm_timer.h checkpatch cleanupAndrea Gelmini
2010-04-25KVM: x86 emulator: Implement jmp far opcode ff/5Gleb Natapov
2010-04-25KVM: x86 emulator: Add decoding of 16bit second in memory argumentGleb Natapov
2010-04-25KVM: move segment_base() into vmx.cGleb Natapov
2010-04-25KVM: fix segment_base() error checkingGleb Natapov
2010-04-25KVM: Drop kvm_get_gdt() in favor of generic linux functionGleb Natapov
2010-04-25KVM: SVM: Clear exit_info for injected INTR exitsJoerg Roedel
2010-04-25KVM: SVM: Handle nested selective_cr0 intercept correctlyJoerg Roedel
2010-04-25KVM: x86: Don't set arch.cr0 in kvm_set_cr0Joerg Roedel
2010-04-25KVM: SVM: Ignore write of hwcr.ignneJoerg Roedel
2010-04-25KVM: SVM: Implement emulation of vm_cr msrJoerg Roedel
2010-04-25KVM: SVM: Add kvm_nested_intercepts tracepointJoerg Roedel
2010-04-25KVM: SVM: Restore tracing of nested vmcb addressJoerg Roedel
2010-04-25KVM: SVM: Check for nested intercepts on NMI injectionJoerg Roedel
2010-04-25KVM: SVM: Reset MMU on nested_svm_vmrun for NPT tooJoerg Roedel
2010-04-25KVM: SVM: Coding style cleanupJoerg Roedel
2010-04-25KVM: x86: Preserve injected TF across emulationJan Kiszka
2010-04-25KVM: x86: Drop RF manipulation for guest single-steppingJan Kiszka
2010-04-25KVM: SVM: Emulate nRIP feature when reinjecting INT3Jan Kiszka
2010-04-25KVM: x86: Add kvm_is_linear_ripJan Kiszka
2010-04-25KVM: SVM: Move svm_queue_exceptionJan Kiszka
2010-04-25KVM: x86: Kick VCPU outside PIC lock againJan Kiszka
2010-04-25KVM: x86: Add support for saving&restoring debug registersJan Kiszka
2010-04-25KVM: x86: Save&restore interrupt shadow maskJan Kiszka
2010-04-25KVM: x86: Do not return soft events in vcpu_eventsJan Kiszka
2010-04-25KVM: SVM: Fix wrong interrupt injection in enable_irq_windowsJoerg Roedel
2010-04-25KVM: drop unneeded kvm_run check in emulate_instruction()Gleb Natapov
2010-04-25KVM: SVM: Remove newlines from nested trace pointsJoerg Roedel
2010-04-25KVM: SVM: Make lazy FPU switching work with nested svmJoerg Roedel
2010-04-25KVM: SVM: Activate nested state only when guest state is completeJoerg Roedel
2010-04-25KVM: SVM: Don't sync nested cr8 to lapic and backJoerg Roedel
2010-04-25KVM: SVM: Fix nested msr intercept handlingJoerg Roedel
2010-04-25KVM: SVM: Annotate nested_svm_map with might_sleep()Joerg Roedel
2010-04-25KVM: SVM: Sync all control registers on nested vmexitJoerg Roedel
2010-04-25KVM: SVM: Fix schedule-while-atomic on nested exception handlingJoerg Roedel
2010-04-25KVM: SVM: Don't use kmap_atomic in nested_svm_mapJoerg Roedel
2010-04-25KVM: remove redundant prototype of load_pdptrs()Takuya Yoshikawa
2010-04-25KVM: x86 emulator: Fix x86_emulate_insn() not to use the variable rc for non-...Takuya Yoshikawa
2010-04-25KVM: x86 emulator: X86EMUL macro replacements: x86_emulate_insn() and its hel...Takuya Yoshikawa
2010-04-25KVM: x86 emulator: X86EMUL macro replacements: from do_fetch_insn_byte() to x...Takuya Yoshikawa
2010-04-25KVM: inject #UD in 64bit mode from instruction that are not valid thereGleb Natapov
2010-04-25KVM: use desc_ptr struct instead of kvm private descriptor_tableGleb Natapov
2010-04-21Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-04-21KVM: x86: Fix TSS size check for 16-bit tasksJan Kiszka
2010-04-20Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-04-20x86: correctly wire up the newuname system callChristoph Hellwig
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