summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2013-08-28KVM: x86: update masterclock when kvmclock_offset is calculated (v2)Marcelo Tosatti
2013-08-28KVM: x86: add comments where MMIO does not return to the emulatorPaolo Bonzini
2013-08-26kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apicRaghavendra K T
2013-08-26kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocksSrivatsa Vaddagiri
2013-08-07nEPT: Fix wrong test in kvm_set_cr3Nadav Har'El
2013-07-29KVM: x86: handle singlestep during emulationPaolo Bonzini
2013-07-29KVM: x86: handle hardware breakpoints during emulationPaolo Bonzini
2013-07-29KVM: x86: rename EMULATE_DO_MMIOPaolo Bonzini
2013-07-18KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROLNadav Har'El
2013-07-18KVM: x86: Drop useless castMathias Krause
2013-07-18KVM: x86: Avoid zapping mmio sptes twice for generation wraparoundTakuya Yoshikawa
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa
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: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong
2013-06-25x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASEH. 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: reclaim the zapped-obsolete page firstXiao Guangrong
2013-06-05KVM: x86: use the fast way to 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-05-15KVM: x86: limit difference between kvmclock updatesMarcelo Tosatti
2013-05-08KVM: x86: fix maintenance of guest/host xcr0 stateMarcelo Tosatti
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-05-02KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka
2013-04-29kvm: KVM_CAP_IOMMU only available with device assignmentAlex Williamson
2013-04-28kvm: Allow build-time configuration of KVM device assignmentAlex Williamson
2013-04-28Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov
2013-04-28KVM: x86: Rework request for immediate exitJan Kiszka
2013-04-26KVM: Move irqfd resample cap handling to generic codeAlexander Graf
2013-04-22KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka
2013-04-22KVM: x86: Fix memory leak in vmx.cAndrew Honig
2013-04-22KVM: x86: fix error return code in kvm_arch_vcpu_init()Wei Yongjun
2013-04-16KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang
2013-04-16KVM: Set TMR when programming ioapic entryYang Zhang
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang
2013-04-16KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang
2013-04-15KVM: Let ioapic know the irq line statusYang Zhang
2013-04-14KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov
2013-04-08KVM: Move kvm_spurious_fault to x86.cGeoff Levand
2013-04-07KVM: Allow cross page reads and writes from cached translations.Andrew Honig
2013-04-02pmu: prepare for migration supportPaolo Bonzini
2013-03-21Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti
2013-03-19KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig
2013-03-19KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig
2013-03-18KVM: x86: fix deadlock in clock-in-progress request handlingMarcelo Tosatti
2013-03-14KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa