summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: mark unusable segment as nonpresentGleb Natapov2013-07-041-2/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-0311-389/+554
|\
| * KVM: Fix RTC interrupt coalescing trackingGleb Natapov2013-06-272-24/+35
| * kvm: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE2013-06-274-2/+37
| * KVM: MMU: Inform users of mmio generation wraparoundTakuya Yoshikawa2013-06-271-1/+3
| * KVM: MMU: document clear_spte_countXiao Guangrong2013-06-271-3/+14
| * KVM: MMU: drop kvm_mmu_zap_mmio_sptesXiao Guangrong2013-06-271-21/+1
| * KVM: MMU: init kvm generation close to mmio wrap-around valueXiao Guangrong2013-06-271-1/+6
| * KVM: MMU: add tracepoint for check_mmio_spteXiao Guangrong2013-06-272-2/+31
| * KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-275-13/+60
| * KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong2013-06-273-12/+21
| * KVM: MMU: store generation-number into mmio spteXiao Guangrong2013-06-273-17/+60
| * KVM: MMU: retain more available bits on mmio spteXiao Guangrong2013-06-202-3/+9
| * KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti2013-06-121-3/+20
| * KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zappedGleb Natapov2013-06-051-1/+7
| * KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong2013-06-052-4/+18
| * KVM: MMU: collapse TLB flushes when zap all pagesXiao Guangrong2013-06-051-3/+30
| * KVM: MMU: zap pages in batchXiao Guangrong2013-06-051-24/+11
| * KVM: MMU: do not reuse the obsolete pageXiao Guangrong2013-06-051-0/+3
| * KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pagesXiao Guangrong2013-06-052-0/+21
| * KVM: MMU: show mmu_valid_gen in shadow page related tracepointsXiao Guangrong2013-06-051-10/+12
| * KVM: x86: use the fast way to invalidate all pagesXiao Guangrong2013-06-052-17/+2
| * KVM: MMU: fast invalidate all pagesXiao Guangrong2013-06-052-0/+91
| * KVM: MMU: drop unnecessary kvm_reload_remote_mmusXiao Guangrong2013-06-051-4/+1
| * KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercallXiao Guangrong2013-06-051-7/+0
| * KVM: x86 emulator: convert XADD to fastopAvi Kivity2013-05-211-7/+3
| * KVM: x86 emulator: drop unused old-style inline emulationAvi Kivity2013-05-211-198/+0
| * KVM: x86 emulator: convert DIV/IDIV to fastopAvi Kivity2013-05-211-25/+26
| * KVM: x86 emulator: convert single-operand MUL/IMUL to fastopAvi Kivity2013-05-211-19/+16
| * KVM: x86 emulator: Switch fastop src operand to RDXAvi Kivity2013-05-211-13/+13
| * KVM: x86 emulator: switch MUL/DIV to DstXaccAvi Kivity2013-05-211-7/+8
| * KVM: x86 emulator: decode extended accumulator explicityAvi Kivity2013-05-211-0/+24
| * KVM: x86 emulator: add support for writing back the source operandAvi Kivity2013-05-211-21/+27
| * KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier2013-05-191-6/+7
| * KVM: MMU: clenaup locking in mmu_free_roots()Gleb Natapov2013-05-161-2/+5
| * KVM: x86: limit difference between kvmclock updatesMarcelo Tosatti2013-05-151-2/+28
| * KVM: x86: Remove support for reporting coalesced APIC IRQsJan Kiszka2013-05-142-37/+26
| * KVM: MMU: Use kvm_mmu_sync_roots() in kvm_mmu_load()Takuya Yoshikawa2013-05-121-3/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-022-2/+2
|\ \
| * | x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASEH. Peter Anvin2013-06-251-1/+1
| * | x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin2013-06-251-1/+1
| |/
* | KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)2013-06-181-3/+2
* | KVM: Fix race in apic->pending_events processingGleb Natapov2013-06-031-3/+6
* | KVM: fix sil/dil/bpl/spl in the mod/rm fieldsPaolo Bonzini2013-06-031-1/+4
* | KVM: Emulate multibyte NOPPaolo Bonzini2013-06-031-1/+3
|/
* KVM: emulator: emulate SALCPaolo Bonzini2013-05-091-1/+5
* KVM: emulator: emulate XLATPaolo Bonzini2013-05-091-1/+14
* KVM: emulator: emulate AAMPaolo Bonzini2013-05-091-1/+24
* KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov2013-05-091-0/+6
* KVM: x86: fix maintenance of guest/host xcr0 stateMarcelo Tosatti2013-05-081-20/+20
OpenPOWER on IntegriCloud