summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-1074/+1408
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+9
2012-10-01Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-89/+0
2012-09-23KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka3-41/+22
2012-09-23KVM: Add resampling irqfds for level triggered interruptsAlex Williamson1-0/+4
2012-09-21x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha2-5/+9
2012-09-21KVM: x86: Export svm/vmx exit code and vector code to userspaceXiao Guangrong1-89/+0
2012-09-20KVM: optimize apic interrupt deliveryGleb Natapov3-12/+181
2012-09-20KVM: MMU: Eliminate pointless temporary 'ac'Avi Kivity1-4/+1
2012-09-20KVM: MMU: Avoid access/dirty update loop if all is wellAvi Kivity1-6/+20
2012-09-20KVM: MMU: Eliminate eperm temporaryAvi Kivity1-4/+1
2012-09-20KVM: MMU: Optimize is_last_gpte()Avi Kivity3-20/+34
2012-09-20KVM: MMU: Simplify walk_addr_generic() loopAvi Kivity1-35/+25
2012-09-20KVM: MMU: Optimize pte permission checksAvi Kivity4-36/+54
2012-09-20KVM: MMU: Update accessed and dirty bits after guest pagetable walkAvi Kivity1-29/+47
2012-09-20KVM: MMU: Move gpte_access() out of paging_tmpl.hAvi Kivity2-16/+15
2012-09-20KVM: MMU: Optimize gpte_access() slightlyAvi Kivity1-3/+1
2012-09-20KVM: MMU: Push clean gpte write protection out of gpte_access()Avi Kivity3-13/+26
2012-09-19arch/x86: Remove unecessary semicolonsPeter Senna Tschudin1-1/+1
2012-09-18x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu()Suresh Siddha1-1/+2
2012-09-17KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin1-3/+9
2012-09-17KVM: SVM: Make use of asm.hAvi Kivity1-26/+20
2012-09-17KVM: VMX: Make use of asm.hAvi Kivity1-39/+30
2012-09-17KVM: VMX: Make lto-friendlyAvi Kivity1-6/+11
2012-09-12KVM: x86: lapic: Clean up find_highest_vector() and count_vectors()Takuya Yoshikawa1-12/+18
2012-09-10KVM: fix error paths for failed gfn_to_page() callsXiao Guangrong2-6/+26
2012-09-10KVM: MMU: remove unnecessary checkXiao Guangrong1-5/+0
2012-09-10KVM: Depend on HIGH_RES_TIMERSLiu, Jinsong1-0/+1
2012-09-09KVM: x86: Check INVPCID feature bit in EBX of leaf 7Ren, Yongjie1-2/+2
2012-09-06KVM: use symbolic constant for nr interruptsMichael S. Tsirkin1-2/+2
2012-09-06KVM: emulator: optimize "rep ins" handlingGleb Natapov1-5/+28
2012-09-06KVM: emulator: string_addr_inc() cleanupGleb Natapov1-7/+4
2012-09-06KVM: emulator: make x86 emulation modes enum instead of definesGleb Natapov1-1/+3
2012-09-06KVM: Provide userspace IO exit completion callbackGleb Natapov1-37/+56
2012-09-06KVM: move postcommit flush to x86, as mmio sptes are x86 specificMarcelo Tosatti1-0/+8
2012-09-06KVM: split kvm_arch_flush_shadowMarcelo Tosatti1-1/+7
2012-09-05KVM: SVM: constify lookup tablesMathias Krause1-4/+4
2012-09-05KVM: VMX: constify lookup tablesMathias Krause1-7/+7
2012-09-05KVM: x86: more constificationMathias Krause2-2/+2
2012-09-05KVM: x86: constify read_write_emulator_opsMathias Krause1-4/+4
2012-09-05KVM: x86 emulator: constify emulate_opsMathias Krause2-12/+12
2012-09-05KVM: x86 emulator: mark opcode tables constMathias Krause1-20/+20
2012-09-05KVM: x86 emulator: use aligned variants of SSE register opsMathias Krause1-32/+32
2012-09-05KVM: x86: minor size optimizationMathias Krause1-6/+6
2012-09-04KVM: PIC: fix use of uninitialised variable.Jamie Iles1-1/+1
2012-09-04KVM: cleanup pic resetGleb Natapov1-41/+11
2012-08-30KVM: x86: remove unused variable from kvm_task_switch()Marcelo Tosatti1-1/+0
2012-08-27KVM: VMX: Ignore segment G and D bits when considering whether we can virtualizeAvi Kivity1-1/+1
2012-08-27KVM: VMX: Save all segment data in real modeAvi Kivity1-0/+1