aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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 guest: make kvm_para_available() check hypervisor bit reading cpuid leafGleb Natapov
2012-05-06KVM: fix cpuid eax for KVM leafMichael S. Tsirkin
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-19KVM: Fix page-crossing MMIOAvi Kivity
2012-04-19Merge branch 'linus' into queueMarcelo Tosatti
2012-04-19Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
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-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
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-16x86: Handle failures of parsing immediate operands in the instruction decoderMasami Hiramatsu
2012-04-15x86-32: fix up strncpy_from_user() sign errorLinus Torvalds
2012-04-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds
2012-04-10KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on resetGleb Natapov
2012-04-10um: Use asm-generic/switch_to.hRichard Weinberger
2012-04-10um: Disintegrate asm/system.hRichard Weinberger
2012-04-09um: fix linker script generationAl Viro
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-08kvmclock: remove unneeded EXPORT macroEric B Munson
2012-04-08KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRLEric B Munson
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson
2012-04-08x86: pvclock: Add flag to indicate that a vm was stopped by the hostEric 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-07Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds