summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: Use eoi to track RTC interrupt delivery statusYang Zhang2013-04-161-1/+35
* KVM: Let ioapic know the irq line statusYang Zhang2013-04-169-37/+54
* KVM: Force vmexit with virtual interrupt deliveryYang Zhang2013-04-161-1/+1
* KVM: Add reset/restore rtc_status supportYang Zhang2013-04-164-0/+70
* KVM: Return destination vcpu on interrupt injectionYang Zhang2013-04-165-19/+27
* KVM: Introduce struct rtc_statusYang Zhang2013-04-161-0/+12
* KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang2013-04-163-8/+9
* KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exitsJan Kiszka2013-04-141-1/+5
* KVM: nVMX: Fix conditions for interrupt injectionJan Kiszka2013-04-141-8/+12
* KVM: nVMX: Rework event injection and recoveryJan Kiszka2013-04-141-35/+64
* KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1Jan Kiszka2013-04-141-7/+2Star
* KVM: emulator: mark 0xff 0x7d opcode as undefined.Gleb Natapov2013-04-141-1/+1
* KVM: emulator: Do not fail on emulation of undefined opcodeGleb Natapov2013-04-141-2/+3
* KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov2013-04-143-5/+11
* KVM: emulator: fix unimplemented instruction detectionGleb Natapov2013-04-141-3/+4
* KVM: x86 emulator: Fix segment loading in VM86Kevin Wolf2013-04-111-3/+12
* KVM: Move kvm_rebooting declaration out of x86Geoff Levand2013-04-082-1/+2
* KVM: Move kvm_spurious_fault to x86.cGeoff Levand2013-04-082-8/+7Star
* KVM: Make local routines staticGeoff Levand2013-04-081-4/+4
* KVM: Move vm_list kvm_lock declarations out of x86Geoff Levand2013-04-082-3/+3
* KVM: VMX: Add missing braces to avoid redundant error checkJan Kiszka2013-04-081-1/+2
* KVM: x86: fix memory leak in vmx_initYang Zhang2013-04-081-1/+3
* kvm: fix MMIO/PIO collision misdetectionMichael S. Tsirkin2013-04-071-2/+6
* KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controlsJan Kiszka2013-04-071-1/+1
* KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang2013-04-073-57/+3Star
* KVM: s390: virtio_ccw: reset errors for new I/O.Cornelia Huck2013-04-071-1/+4
* Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa2013-04-072-4/+8
* pmu: prepare for migration supportPaolo Bonzini2013-04-023-6/+14
* KVM: s390: Enable KVM_CAP_NR_MEMSLOTS on s390Nick Wang2013-04-021-0/+3
* KVM: s390: Remove the sanity checks for kvm memory slotNick Wang2013-04-021-12/+4Star
* KVM: s390: Change the virtual memory mapping location for virtio devicesNick Wang2013-04-021-5/+6
* KVM: s390: fix compile with !CONFIG_COMPATHeiko Carstens2013-04-021-0/+1
* KVM: s390: fix stsi exception handlingHeiko Carstens2013-04-021-10/+10
* KVM: s390: fix and enforce return code handling for irq injectionsHeiko Carstens2013-04-024-73/+37Star
* KVM: s390: make if statements in lpsw/lpswe handlers readableHeiko Carstens2013-04-021-34/+24Star
* KVM: s390: fix return code handling in lpsw/lpswe handlersHeiko Carstens2013-04-021-30/+14Star
* KVM: s390: fix psw conversion in lpsw handlerHeiko Carstens2013-04-021-1/+2
* KVM: s390: fix 24 bit psw handling in lpsw/lpswe handlerHeiko Carstens2013-04-021-1/+1
* KVM: s390: Dont do a gmap update on minor memslot changesChristian Borntraeger2013-04-021-0/+10
* Merge 'git://github.com/agraf/linux-2.6.git kvm-ppc-next' into queueGleb Natapov2013-03-2411-93/+133
|\
| * KVM: PPC: Remove unused argument to kvmppc_core_dequeue_externalPaul Mackerras2013-03-224-7/+4Star
| * kvm/ppc/e500: eliminate tlb_refsScott Wood2013-03-222-69/+30Star
| * kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bitScott Wood2013-03-221-3/+4
| * kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is validScott Wood2013-03-221-2/+2
| * KVM: PPC: booke: Added debug handlerBharat Bhushan2013-03-223-3/+41
| * KVM: PPC: Added one_reg interface for timer registersBharat Bhushan2013-03-223-0/+39
| * KVM: PPC: move tsr update in a separate functionBharat Bhushan2013-03-221-10/+14
* | KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa2013-03-212-8/+7Star
* | KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa2013-03-212-7/+3Star
|/
* Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2013-03-21756-3629/+7743
|\