aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-28KVM: s390: handle pending local interrupts via bitmapJens Freimann6-282/+380
2014-11-28KVM: s390: add bitmap for handling cpu-local interruptsJens Freimann1-0/+86
2014-11-28KVM: s390: refactor interrupt delivery codeJens Freimann1-177/+282
2014-11-28KVM: s390: add defines for virtio and pfault interrupt codeJens Freimann1-2/+4
2014-11-28KVM: s390: external param not valid for cpu timer and ckcDavid Hildenbrand1-4/+2
2014-11-28KVM: s390: refactor interrupt injection codeJens Freimann1-54/+167
2014-11-28KVM: S390: Create helper function get_guest_storage_keyJason J. Herne2-0/+40
2014-11-28KVM: s390: trigger the right CPU exit for floating interruptsChristian Borntraeger1-1/+11
2014-11-28KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instructionThomas Huth4-13/+23
2014-11-28KVM: s390: Small fixes for the PFMF handlerThomas Huth1-4/+7
2014-11-26arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating through allShannon Zhao1-5/+10
2014-11-25arm/arm64: vgic: Remove unreachable irq_clear_pendingChristoffer Dall1-2/+0
2014-11-25arm/arm64: KVM: avoid unnecessary guest register mangling on MMIO readAndre Przywara1-6/+9
2014-11-25arm, arm64: KVM: handle potential incoherency of readonly memslotsArd Biesheuvel1-5/+15
2014-11-25arm, arm64: KVM: allow forced dcache flush on page faultsLaszlo Ersek3-6/+13
2014-11-25kvm: add a memslot flag for incoherent memory regionsArd Biesheuvel1-0/+1
2014-11-25kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel4-13/+13
2014-11-25arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()Ard Biesheuvel1-1/+6
2014-11-25KVM: ARM: VGIC: Optimize the vGIC vgic_update_irq_pending function.wanghaibin1-0/+3
2014-11-24kvm: x86: avoid warning about potential shift wrapping bugPaolo Bonzini3-3/+3
2014-11-24KVM: x86: move device assignment out of kvm_host.hPaolo Bonzini6-62/+64
2014-11-23kvm: x86: mask out XSAVESPaolo Bonzini1-1/+10
2014-11-23kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář7-30/+25
2014-11-21kvm: remove IA64 ioctlsRadim Krčmář1-3/+0
2014-11-21kvm: remove CONFIG_X86 #ifdefs from files formerly shared with ia64Radim Krcmar2-24/+2
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini9-30/+29
2014-11-20kvm: Documentation: remove ia64Tiejun Chen2-106/+22
2014-11-20KVM: ia64: removePaolo Bonzini31-13272/+0
2014-11-19KVM: x86: Remove FIXMEs in emulate.cNicholas Krause1-4/+0
2014-11-19KVM: emulator: remove duplicated limit checkPaolo Bonzini1-9/+4
2014-11-19KVM: emulator: remove code duplication in register_address{,_increment}Paolo Bonzini1-12/+11
2014-11-19KVM: x86: Move __linearize masking of la into switchNadav Amit1-2/+1
2014-11-19KVM: x86: Non-canonical access using SS should cause #SSNadav Amit1-1/+1
2014-11-19KVM: x86: Perform limit checks when assigning EIPNadav Amit1-41/+54
2014-11-19KVM: x86: Emulator performs privilege checks on __linearizeNadav Amit1-15/+0
2014-11-19KVM: x86: Stack size is overridden by __linearizeNadav Amit1-4/+5
2014-11-19KVM: x86: Revert NoBigReal patch in the emulatorNadav Amit1-7/+1
2014-11-18kvm: x86: vmx: remove MMIO_MAX_GENTiejun Chen1-4/+3
2014-11-18kvm: x86: vmx: cleanup handle_ept_violationTiejun Chen1-3/+3
2014-11-17KVM: x86: Fix lost interrupt on irr_pending raceNadav Amit1-6/+12
2014-11-17KVM: compute correct map even if all APICs are software disabledPaolo Bonzini1-10/+15
2014-11-17KVM: x86: Software disabled APIC should still deliver NMIsNadav Amit1-8/+15
2014-11-17kvm: simplify update_memslots invocationPaolo Bonzini1-14/+6
2014-11-17kvm: commonize allocation of the new memory slotsPaolo Bonzini1-17/+11
2014-11-14kvm: memslots: track id_to_index changes during the insertion sortPaolo Bonzini1-19/+19
2014-11-14kvm: memslots: replace heap sort with an insertion sort passIgor Mammedov1-28/+28
2014-11-14kvm: x86: increase user memory slots to 509Igor Mammedov1-1/+1
2014-11-13kvm: svm: move WARN_ON in svm_adjust_tsc_offsetChris J Arges2-4/+6
2014-11-12x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest matchAndy Lutomirski1-1/+3
2014-11-12x86, kvm, vmx: Always use LOAD_IA32_EFER if availableAndy Lutomirski1-2/+8