summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-28KVM: PPC: Book3S HV: Avoid preemptibility warning in module initializationDenis Kirjanov
2017-04-21Merge tag 'kvm-s390-next-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2017-04-21Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2017-04-21Merge branch 'x86/process' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Paolo Bonzini
2017-04-21KVM: VMX: drop vmm_exclusive module parameterDavid Hildenbrand
2017-04-21KVM: s390: Support keyless subset guest modeFarhan Ali
2017-04-21s390/sclp: Detect KSS facilityFarhan Ali
2017-04-20KVM: PPC: Book3S PR: Do not fail emulation with mtspr/mfspr for unknown SPRsThomas Huth
2017-04-20KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy
2017-04-20KVM: PPC: iommu: Unify TCE checkingAlexey Kardashevskiy
2017-04-20KVM: PPC: Use preregistered memory API to access TCE listAlexey Kardashevskiy
2017-04-20KVM: PPC: Pass kvm* to kvmppc_find_table()Alexey Kardashevskiy
2017-04-20KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanentlyAlexey Kardashevskiy
2017-04-20KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability numberAlexey Kardashevskiy
2017-04-20Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras
2017-04-20KVM: PPC: Align the table size to system page sizeAlexey Kardashevskiy
2017-04-20KVM: PPC: Book3S PR: Preserve storage control bitsAlexey Kardashevskiy
2017-04-20KVM: PPC: Book3S PR: Exit KVM on failed mappingAlexey Kardashevskiy
2017-04-20KVM: PPC: Book3S PR: Get rid of unused local variableAlexey Kardashevskiy
2017-04-20KVM: PPC: e500: Use kcalloc() in e500_mmu_host_init()Markus Elfring
2017-04-20KVM: PPC: Book3S HV: Use common error handling code in kvmppc_clr_passthru_irq()Markus Elfring
2017-04-20KVM: PPC: Add MMIO emulation for remaining floating-point instructionsPaul Mackerras
2017-04-20KVM: PPC: Emulation for more integer loads and storesPaul Mackerras
2017-04-20KVM: PPC: Add MMIO emulation for stdx (store doubleword indexed)Alexey Kardashevskiy
2017-04-20KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructionsBin Lu
2017-04-20KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interruptsPaul Mackerras
2017-04-13KVM: nVMX: fix AD condition when handling EPT violationRadim Krčmář
2017-04-12KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRsLadi Prosek
2017-04-12x86/kvm: virt_xxx memory barriers instead of mandatory barriersWanpeng Li
2017-04-12KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplugDenis Plotnikov
2017-04-12KVM: x86: remaster kvm_write_tsc codeDenis Plotnikov
2017-04-12KVM: x86: use irqchip_kernel() to check for pic+ioapicDavid Hildenbrand
2017-04-12KVM: x86: simplify pic_ioport_read()David Hildenbrand
2017-04-12KVM: x86: set data directly in picdev_read()David Hildenbrand
2017-04-12KVM: x86: drop picdev_in_range()David Hildenbrand
2017-04-12KVM: x86: make kvm_pic_reset() staticDavid Hildenbrand
2017-04-12KVM: x86: simplify pic_unlock()David Hildenbrand
2017-04-12KVM: x86: cleanup return handling in setup_routing_entry()David Hildenbrand
2017-04-12KVM: x86: drop goto label in kvm_set_routing_entry()David Hildenbrand
2017-04-12KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand
2017-04-12KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.cDavid Hildenbrand
2017-04-12KVM: x86: remove all-vcpu request from kvm_ioapic_init()David Hildenbrand
2017-04-12KVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pinsDavid Hildenbrand
2017-04-12KVM: x86: push usage of slots_lock downDavid Hildenbrand
2017-04-12KVM: x86: don't take kvm->irq_lock when creating IRQCHIPDavid Hildenbrand
2017-04-12KVM: x86: convert kvm_(set|get)_ioapic() into voidDavid Hildenbrand
2017-04-12KVM: x86: remove duplicate checks for ioapicDavid Hildenbrand
2017-04-12KVM: x86: use ioapic_in_kernel() to check for ioapic existenceDavid Hildenbrand
2017-04-12KVM: x86: get rid of ioapic_irqchip()David Hildenbrand
2017-04-12KVM: x86: get rid of pic_irqchip()David Hildenbrand