summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2013-07-18KVM: MMU: avoid fast page fault fixing mmio page faultXiao Guangrong
2013-07-04KVM: VMX: mark unusable segment as nonpresentGleb Natapov
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-07-02Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-06-27KVM: Fix RTC interrupt coalescing trackingGleb Natapov
2013-06-27kvm: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE
2013-06-27KVM: MMU: Inform users of mmio generation wraparoundTakuya Yoshikawa
2013-06-27KVM: MMU: document clear_spte_countXiao Guangrong
2013-06-27KVM: MMU: drop kvm_mmu_zap_mmio_sptesXiao Guangrong
2013-06-27KVM: MMU: init kvm generation close to mmio wrap-around valueXiao Guangrong
2013-06-27KVM: MMU: add tracepoint for check_mmio_spteXiao Guangrong
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong
2013-06-27KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong
2013-06-27KVM: MMU: store generation-number into mmio spteXiao Guangrong
2013-06-25x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASEH. Peter Anvin
2013-06-25x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin
2013-06-20KVM: MMU: retain more available bits on mmio spteXiao Guangrong
2013-06-18KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)
2013-06-12KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti
2013-06-05KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zappedGleb Natapov
2013-06-05KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong
2013-06-05KVM: MMU: collapse TLB flushes when zap all pagesXiao Guangrong
2013-06-05KVM: MMU: zap pages in batchXiao Guangrong
2013-06-05KVM: MMU: do not reuse the obsolete pageXiao Guangrong
2013-06-05KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pagesXiao Guangrong
2013-06-05KVM: MMU: show mmu_valid_gen in shadow page related tracepointsXiao Guangrong
2013-06-05KVM: x86: use the fast way to invalidate all pagesXiao Guangrong
2013-06-05KVM: MMU: fast invalidate all pagesXiao Guangrong
2013-06-05KVM: MMU: drop unnecessary kvm_reload_remote_mmusXiao Guangrong
2013-06-05KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercallXiao Guangrong
2013-06-03KVM: Fix race in apic->pending_events processingGleb Natapov
2013-06-03KVM: fix sil/dil/bpl/spl in the mod/rm fieldsPaolo Bonzini
2013-06-03KVM: Emulate multibyte NOPPaolo Bonzini
2013-05-21KVM: x86 emulator: convert XADD to fastopAvi Kivity
2013-05-21KVM: x86 emulator: drop unused old-style inline emulationAvi Kivity
2013-05-21KVM: x86 emulator: convert DIV/IDIV to fastopAvi Kivity
2013-05-21KVM: x86 emulator: convert single-operand MUL/IMUL to fastopAvi Kivity
2013-05-21KVM: x86 emulator: Switch fastop src operand to RDXAvi Kivity
2013-05-21KVM: x86 emulator: switch MUL/DIV to DstXaccAvi Kivity
2013-05-21KVM: x86 emulator: decode extended accumulator explicityAvi Kivity
2013-05-21KVM: x86 emulator: add support for writing back the source operandAvi Kivity
2013-05-19KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier
2013-05-16KVM: MMU: clenaup locking in mmu_free_roots()Gleb Natapov
2013-05-15KVM: x86: limit difference between kvmclock updatesMarcelo Tosatti
2013-05-14KVM: x86: Remove support for reporting coalesced APIC IRQsJan Kiszka
2013-05-12KVM: MMU: Use kvm_mmu_sync_roots() in kvm_mmu_load()Takuya Yoshikawa
2013-05-09KVM: emulator: emulate SALCPaolo Bonzini
2013-05-09KVM: emulator: emulate XLATPaolo Bonzini
2013-05-09KVM: emulator: emulate AAMPaolo Bonzini
2013-05-09KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov