summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2012-11-16KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()Takashi Iwai
2012-11-12KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek
2012-10-31KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong
2012-10-22KVM: apic: fix LDR calculation in x2apic modeGleb Natapov
2012-10-22KVM: MMU: fix release noslot pfnXiao Guangrong
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-10-01Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-09-23KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka
2012-09-23KVM: Add resampling irqfds for level triggered interruptsAlex Williamson
2012-09-21x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha
2012-09-21KVM: x86: Export svm/vmx exit code and vector code to userspaceXiao Guangrong
2012-09-20KVM: optimize apic interrupt deliveryGleb Natapov
2012-09-20KVM: MMU: Eliminate pointless temporary 'ac'Avi Kivity
2012-09-20KVM: MMU: Avoid access/dirty update loop if all is wellAvi Kivity
2012-09-20KVM: MMU: Eliminate eperm temporaryAvi Kivity
2012-09-20KVM: MMU: Optimize is_last_gpte()Avi Kivity
2012-09-20KVM: MMU: Simplify walk_addr_generic() loopAvi Kivity
2012-09-20KVM: MMU: Optimize pte permission checksAvi Kivity
2012-09-20KVM: MMU: Update accessed and dirty bits after guest pagetable walkAvi Kivity
2012-09-20KVM: MMU: Move gpte_access() out of paging_tmpl.hAvi Kivity
2012-09-20KVM: MMU: Optimize gpte_access() slightlyAvi Kivity
2012-09-20KVM: MMU: Push clean gpte write protection out of gpte_access()Avi Kivity
2012-09-19arch/x86: Remove unecessary semicolonsPeter Senna Tschudin
2012-09-18x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu()Suresh Siddha
2012-09-17KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin
2012-09-17KVM: SVM: Make use of asm.hAvi Kivity
2012-09-17KVM: VMX: Make use of asm.hAvi Kivity
2012-09-17KVM: VMX: Make lto-friendlyAvi Kivity
2012-09-12KVM: x86: lapic: Clean up find_highest_vector() and count_vectors()Takuya Yoshikawa
2012-09-10KVM: fix error paths for failed gfn_to_page() callsXiao Guangrong
2012-09-10KVM: MMU: remove unnecessary checkXiao Guangrong
2012-09-10KVM: Depend on HIGH_RES_TIMERSLiu, Jinsong
2012-09-09KVM: x86: Check INVPCID feature bit in EBX of leaf 7Ren, Yongjie
2012-09-06KVM: use symbolic constant for nr interruptsMichael S. Tsirkin
2012-09-06KVM: emulator: optimize "rep ins" handlingGleb Natapov
2012-09-06KVM: emulator: string_addr_inc() cleanupGleb Natapov
2012-09-06KVM: emulator: make x86 emulation modes enum instead of definesGleb Natapov
2012-09-06KVM: Provide userspace IO exit completion callbackGleb Natapov
2012-09-06KVM: move postcommit flush to x86, as mmio sptes are x86 specificMarcelo Tosatti
2012-09-06KVM: split kvm_arch_flush_shadowMarcelo Tosatti
2012-09-05KVM: SVM: constify lookup tablesMathias Krause
2012-09-05KVM: VMX: constify lookup tablesMathias Krause
2012-09-05KVM: x86: more constificationMathias Krause
2012-09-05KVM: x86: constify read_write_emulator_opsMathias Krause
2012-09-05KVM: x86 emulator: constify emulate_opsMathias Krause
2012-09-05KVM: x86 emulator: mark opcode tables constMathias Krause
2012-09-05KVM: x86 emulator: use aligned variants of SSE register opsMathias Krause
2012-09-05KVM: x86: minor size optimizationMathias Krause