aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-15KVM: Force vmexit with virtual interrupt deliveryYang Zhang
2013-04-15KVM: Add reset/restore rtc_status supportYang Zhang
2013-04-15KVM: Return destination vcpu on interrupt injectionYang Zhang
2013-04-15KVM: Introduce struct rtc_statusYang Zhang
2013-04-15KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang
2013-04-14KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exitsJan Kiszka
2013-04-14KVM: nVMX: Fix conditions for interrupt injectionJan Kiszka
2013-04-14KVM: nVMX: Rework event injection and recoveryJan Kiszka
2013-04-14KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1Jan Kiszka
2013-04-14KVM: emulator: mark 0xff 0x7d opcode as undefined.Gleb Natapov
2013-04-14KVM: emulator: Do not fail on emulation of undefined opcodeGleb Natapov
2013-04-14KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov
2013-04-14KVM: emulator: fix unimplemented instruction detectionGleb Natapov
2013-04-11KVM: x86 emulator: Fix segment loading in VM86Kevin Wolf
2013-04-08KVM: Move kvm_rebooting declaration out of x86Geoff Levand
2013-04-08KVM: Move kvm_spurious_fault to x86.cGeoff Levand
2013-04-08KVM: Make local routines staticGeoff Levand
2013-04-08KVM: Move vm_list kvm_lock declarations out of x86Geoff Levand
2013-04-08KVM: VMX: Add missing braces to avoid redundant error checkJan Kiszka
2013-04-08KVM: x86: fix memory leak in vmx_initYang Zhang
2013-04-07kvm: fix MMIO/PIO collision misdetectionMichael S. Tsirkin
2013-04-07KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controlsJan Kiszka
2013-04-07KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang
2013-04-07KVM: s390: virtio_ccw: reset errors for new I/O.Cornelia Huck
2013-04-07Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa
2013-04-02pmu: prepare for migration supportPaolo Bonzini
2013-04-02KVM: s390: Enable KVM_CAP_NR_MEMSLOTS on s390Nick Wang
2013-04-02KVM: s390: Remove the sanity checks for kvm memory slotNick Wang
2013-04-02KVM: s390: Change the virtual memory mapping location for virtio devicesNick Wang
2013-04-02KVM: s390: fix compile with !CONFIG_COMPATHeiko Carstens
2013-04-02KVM: s390: fix stsi exception handlingHeiko Carstens
2013-04-02KVM: s390: fix and enforce return code handling for irq injectionsHeiko Carstens
2013-04-02KVM: s390: make if statements in lpsw/lpswe handlers readableHeiko Carstens
2013-04-02KVM: s390: fix return code handling in lpsw/lpswe handlersHeiko Carstens
2013-04-02KVM: s390: fix psw conversion in lpsw handlerHeiko Carstens
2013-04-02KVM: s390: fix 24 bit psw handling in lpsw/lpswe handlerHeiko Carstens
2013-04-02KVM: s390: Dont do a gmap update on minor memslot changesChristian Borntraeger
2013-03-24Merge 'git://github.com/agraf/linux-2.6.git kvm-ppc-next' into queueGleb Natapov
2013-03-22KVM: PPC: Remove unused argument to kvmppc_core_dequeue_externalPaul Mackerras
2013-03-22kvm/ppc/e500: eliminate tlb_refsScott Wood
2013-03-22kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bitScott Wood
2013-03-22kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is validScott Wood
2013-03-22KVM: PPC: booke: Added debug handlerBharat Bhushan
2013-03-22KVM: PPC: Added one_reg interface for timer registersBharat Bhushan
2013-03-22KVM: PPC: move tsr update in a separate functionBharat Bhushan
2013-03-21KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa
2013-03-21KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa
2013-03-21Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti
2013-03-20KVM: x86: correctly initialize the CS base on resetPaolo Bonzini
2013-03-19Merge tag 'vfio-v3.9-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds