aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar
2012-07-06Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-07-05perf/x86: Rename Intel specific macrosRobert Richter
2012-07-03KVM: MMU: fix shrinking page from the empty mmuXiao Guangrong
2012-06-28tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepointNamhyung Kim
2012-05-28KVM: MMU: fix huge page adapted on non-PAE hostXiao Guangrong
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-05-16KVM: Fix mmu_reload() clash with nested vmx event injectionAvi Kivity
2012-05-16KVM: MMU: Don't use RCU for lockless shadow walkingAvi Kivity
2012-05-16KVM: VMX: Optimize %ds, %es reloadAvi Kivity
2012-05-16KVM: VMX: Fix %ds/%es clobberAvi Kivity
2012-05-14KVM: x86 emulator: convert bsf/bsr instructions to emulate_2op_SrcV_nobyte()Joerg Roedel
2012-05-14KVM: VMX: unlike vmcs on fail pathXiao Guangrong
2012-05-06KVM: x86 emulator: Avoid pushing back ModRM byte fetched for group decodingTakuya Yoshikawa
2012-05-06KVM: x86 emulator: Move ModRM flags for groups to top level opcode tablesTakuya Yoshikawa
2012-05-06KVM: fix cpuid eax for KVM leafMichael S. Tsirkin
2012-05-06KVM: ensure async PF event wakes up vcpu from haltGleb Natapov
2012-04-27KVM: x86: Run PIT work in own kthreadJan Kiszka
2012-04-24KVM: x86 emulator: fix asm constraint in flush_pending_x87_faultsAvi Kivity
2012-04-24KVM: Introduce bitmask for apic attention reasonsGleb Natapov
2012-04-24KVM: Introduce direct MSI message injection for in-kernel irqchipsJan Kiszka
2012-04-21kill mm argument of vm_munmap()Al Viro
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds
2012-04-19KVM: Fix page-crossing MMIOAvi Kivity
2012-04-19Merge branch 'linus' into queueMarcelo Tosatti
2012-04-18KVM: VMX: Fix kvm_set_shared_msr() called in preemptible contextAvi Kivity
2012-04-18KVM: MMU: use page table level macroDavidlohr Bueso
2012-04-16KVM: dont clear TMR on EOIMichael S. Tsirkin
2012-04-16KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f)Avi Kivity
2012-04-16KVM: x86 emulator: MMX supportAvi Kivity
2012-04-16KVM: x86 emulator: implement movntpsAvi Kivity
2012-04-16KVM: x86: emulate movdqaStefan Hajnoczi
2012-04-16KVM: x86 emulator: add support for vector alignmentAvi Kivity
2012-04-16KVM: SVM: Auto-load on CPUs with SVMJosh Triplett
2012-04-10KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on resetGleb Natapov
2012-04-08KVM: MMU: Improve iteration through sptes from rmapTakuya Yoshikawa
2012-04-08KVM: MMU: Make pte_list_desc fit cache lines wellTakuya Yoshikawa
2012-04-08KVM: x86: add paging gcc optimizationDavidlohr Bueso
2012-04-08KVM: VMX: Auto-load on CPUs with VMXJosh Triplett
2012-04-08KVM: Switch to srcu-less get_dirty_log()Takuya Yoshikawa
2012-04-08KVM: Avoid checking huge page mappings in get_dirty_log()Takuya Yoshikawa
2012-04-08KVM: MMU: Split the main body of rmap_write_protect() off from othersTakuya Yoshikawa
2012-04-08KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRLEric B Munson
2012-04-08KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall
2012-04-08KVM: SVM: count all irq windows exitJason Wang
2012-04-08KVM: x86: expose Intel cpu new features (HLE, RTM) to guestLiu, Jinsong
2012-04-05KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedMarcelo Tosatti
2012-04-05KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()Sasikantha babu
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds