summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2012-07-05perf/x86: Rename Intel specific macrosRobert Richter
2012-07-03KVM: MMU: fix shrinking page from the empty mmuXiao Guangrong
2012-07-03KVM: VMX: code clean for vmx_init()Guo Chao
2012-06-28tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepointNamhyung Kim
2012-06-25KVM: host side for eoi optimizationMichael S. Tsirkin
2012-06-25KVM: rearrange injection cancelling codeMichael S. Tsirkin
2012-06-25KVM: only sync when attention bits setMichael S. Tsirkin
2012-06-25KVM: optimize ISR lookupsMichael S. Tsirkin
2012-06-25KVM: document lapic regs fieldMichael S. Tsirkin
2012-06-19KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()Takuya Yoshikawa
2012-06-13KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bitXudong Hao
2012-06-12KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()Takuya Yoshikawa
2012-06-06KVM: disable uninitialized var warningMichael S. Tsirkin
2012-06-06KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall
2012-06-05KVM: VMX: Fix KVM_SET_SREGS with big real mode segmentsOrit Wasserman
2012-06-05KVM: MMU: do not iterate over all VMs in mmu_shrink()Gleb Natapov
2012-06-05KVM: VMX: Use EPT Access bit in response to memory notifiersXudong Hao
2012-06-05KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTPXudong Hao
2012-06-05KVM: VMX: Add parameter to control A/D bits support, default is onXudong Hao
2012-06-05KVM: Avoid wasting pages for small lpage_info arraysTakuya Yoshikawa
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-21VM: add "vm_mmap()" helper functionLinus Torvalds
2012-04-21VM: add "vm_munmap()" helper functionLinus Torvalds
2012-04-19KVM: Fix page-crossing MMIOAvi Kivity
2012-04-19Merge branch 'linus' into queueMarcelo Tosatti
2012-04-19KVM: VMX: Fix kvm_set_shared_msr() called in preemptible contextAvi Kivity
2012-04-19KVM: 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