summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2013-07-25KVM: x86: Drop some unused functions from lapicJan Kiszka1-10/+0
2013-07-25KVM: x86: Simplify __apic_accept_irqJan Kiszka1-15/+8
2013-07-19perf, kvm: Support the in_tx/in_tx_cp modifiers in KVM arch perfmon emulation v5Andi Kleen1-5/+20
2013-07-18KVM: nVMX: Set segment infomation of L1 when L2 exitsArthur Chunqi Li1-10/+48
2013-07-18KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROLNadav Har'El2-7/+31
2013-07-18KVM: x86: Drop useless castMathias Krause1-1/+1
2013-07-18KVM: VMX: Use proper types to access const arraysMathias Krause1-8/+7
2013-07-18KVM: nVMX: Set success rflags when emulate VMXON/VMXOFF in nested virtArthur Chunqi Li1-0/+2
2013-07-18KVM: nVMX: Change location of 3 functions in vmx.cArthur Chunqi Li1-43/+40
2013-07-18KVM: x86: Avoid zapping mmio sptes twice for generation wraparoundTakuya Yoshikawa2-9/+6
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa1-0/+4
2013-07-18KVM: MMU: avoid fast page fault fixing mmio page faultXiao Guangrong1-0/+7
2013-07-04KVM: VMX: mark unusable segment as nonpresentGleb Natapov1-2/+9
2013-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-389/+554
2013-07-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2013-06-27KVM: Fix RTC interrupt coalescing trackingGleb Natapov2-24/+35
2013-06-27kvm: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE4-2/+37
2013-06-27KVM: MMU: Inform users of mmio generation wraparoundTakuya Yoshikawa1-1/+3
2013-06-27KVM: MMU: document clear_spte_countXiao Guangrong1-3/+14
2013-06-27KVM: MMU: drop kvm_mmu_zap_mmio_sptesXiao Guangrong1-21/+1
2013-06-27KVM: MMU: init kvm generation close to mmio wrap-around valueXiao Guangrong1-1/+6
2013-06-27KVM: MMU: add tracepoint for check_mmio_spteXiao Guangrong2-2/+31
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong5-13/+60
2013-06-27KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong3-12/+21
2013-06-27KVM: MMU: store generation-number into mmio spteXiao Guangrong3-17/+60
2013-06-26x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASEH. Peter Anvin1-1/+1
2013-06-26x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin1-1/+1
2013-06-21KVM: MMU: retain more available bits on mmio spteXiao Guangrong2-3/+9
2013-06-18KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)1-3/+2
2013-06-12KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti1-3/+20
2013-06-05KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zappedGleb Natapov1-1/+7
2013-06-05KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong2-4/+18
2013-06-05KVM: MMU: collapse TLB flushes when zap all pagesXiao Guangrong1-3/+30
2013-06-05KVM: MMU: zap pages in batchXiao Guangrong1-24/+11
2013-06-05KVM: MMU: do not reuse the obsolete pageXiao Guangrong1-0/+3
2013-06-05KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pagesXiao Guangrong2-0/+21
2013-06-05KVM: MMU: show mmu_valid_gen in shadow page related tracepointsXiao Guangrong1-10/+12
2013-06-05KVM: x86: use the fast way to invalidate all pagesXiao Guangrong2-17/+2
2013-06-05KVM: MMU: fast invalidate all pagesXiao Guangrong2-0/+91
2013-06-05KVM: MMU: drop unnecessary kvm_reload_remote_mmusXiao Guangrong1-4/+1
2013-06-05KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercallXiao Guangrong1-7/+0
2013-06-03KVM: Fix race in apic->pending_events processingGleb Natapov1-3/+6
2013-06-03KVM: fix sil/dil/bpl/spl in the mod/rm fieldsPaolo Bonzini1-1/+4
2013-06-03KVM: Emulate multibyte NOPPaolo Bonzini1-1/+3
2013-05-21KVM: x86 emulator: convert XADD to fastopAvi Kivity1-7/+3
2013-05-21KVM: x86 emulator: drop unused old-style inline emulationAvi Kivity1-198/+0
2013-05-21KVM: x86 emulator: convert DIV/IDIV to fastopAvi Kivity1-25/+26
2013-05-21KVM: x86 emulator: convert single-operand MUL/IMUL to fastopAvi Kivity1-19/+16
2013-05-21KVM: x86 emulator: Switch fastop src operand to RDXAvi Kivity1-13/+13
2013-05-21KVM: x86 emulator: switch MUL/DIV to DstXaccAvi Kivity1-7/+8