summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-29Merge tag 'kvm-arm-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář
2016-09-27KVM: arm/arm64: vgic: Don't flush/sync without a working vgicChristoffer Dall
2016-09-27KVM: arm64: Require in-kernel irqchip for PMU supportChristoffer Dall
2016-09-23ARM: gic-v3: Work around definition of gic_write_bpr1Marc Zyngier
2016-09-23KVM: nVMX: Fix the NMI IDT-vectoring handlingWanpeng Li
2016-09-23KVM: VMX: Enable MSR-BASED TPR shadow even if APICv is inactiveWanpeng Li
2016-09-23KVM: nVMX: Fix reload apic access page warningWanpeng Li
2016-09-23kvmconfig: add virtio-gpu to config fragmentRob Herring
2016-09-23config: move x86 kvm_guest.config to a common locationRob Herring
2016-09-22arm64: KVM: Remove duplicating init code for setting VMIDVladimir Murzin
2016-09-22ARM: KVM: Support vgic-v3Vladimir Murzin
2016-09-22ARM: gic-v3: Introduce 32-to-64-bit mappings for GICv3 cpu registersVladimir Murzin
2016-09-22ARM: Move system register accessors to asm/cp15.hVladimir Murzin
2016-09-22ARM: Introduce MPIDR_LEVEL_SHIFT macroVladimir Murzin
2016-09-22KVM: arm: vgic: Support 64-bit data manipulation on 32-bit host systemsVladimir Murzin
2016-09-22KVM: arm: vgic: Fix compiler warnings when built for 32-bitVladimir Murzin
2016-09-22KVM: arm64: vgic-its: Introduce config option to guard ITS specific codeVladimir Murzin
2016-09-22arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hypVladimir Murzin
2016-09-22arm64: KVM: Move GIC accessors to arch_gicv3.hVladimir Murzin
2016-09-22arm64: KVM: Use static keys for selecting the GIC backendVladimir Murzin
2016-09-20kvm: svm: fix unsigned compare less than zero comparisonColin Ian King
2016-09-20KVM: x86: Hyper-V tsc page setupPaolo Bonzini
2016-09-20KVM: x86: introduce get_kvmclock_nsPaolo Bonzini
2016-09-20KVM: x86: initialize kvmclock_offsetPaolo Bonzini
2016-09-20KVM: x86: always fill in vcpu->arch.hv_clockPaolo Bonzini
2016-09-16kvm: x86: export TSC information to user-spaceLuiz Capitulino
2016-09-16kvm: create per-vcpu dirs in debugfsLuiz Capitulino
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino
2016-09-16kvm: kvm_destroy_vm_debugfs(): check debugfs_stat_data pointerLuiz Capitulino
2016-09-16kvm: x86: drop read_tsc_offset()Luiz Capitulino
2016-09-16kvm: x86: add tsc_offset field to struct kvm_vcpu_archLuiz Capitulino
2016-09-13Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2016-09-13KVM: PPC: e500: Rename jump labels in kvmppc_e500_tlb_init()Markus Elfring
2016-09-12KVM: PPC: e500: Use kmalloc_array() in kvmppc_e500_tlb_init()Markus Elfring
2016-09-12KVM: PPC: e500: Replace kzalloc() calls by kcalloc() in two functionsMarkus Elfring
2016-09-12KVM: PPC: e500: Delete an unnecessary initialisation in kvm_vcpu_ioctl_config...Markus Elfring
2016-09-12KVM: PPC: e500: Less function calls in kvm_vcpu_ioctl_config_tlb() after erro...Markus Elfring
2016-09-12KVM: PPC: e500: Use kmalloc_array() in kvm_vcpu_ioctl_config_tlb()Markus Elfring
2016-09-12KVM: PPC: Book3S HV: Counters for passthrough IRQ statsSuresh Warrier
2016-09-12KVM: PPC: Book3S HV: Set server for passed-through interruptsPaul Mackerras
2016-09-12KVM: PPC: Book3S HV: Update irq stats for IRQs handled in real modeSuresh Warrier
2016-09-12KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypassSuresh Warrier
2016-09-12KVM: PPC: Book3S HV: Dump irqmap in debugfsSuresh Warrier
2016-09-12KVM: PPC: Book3S HV: Complete passthrough interrupt in hostSuresh Warrier
2016-09-12KVM: PPC: Book3S HV: Handle passthrough interrupts in guestSuresh Warrier
2016-09-09KVM: PPC: Book3S HV: Enable IRQ bypassSuresh Warrier
2016-09-09KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmapSuresh Warrier
2016-09-09KVM: PPC: select IRQ_BYPASS_MANAGERSuresh Warrier
2016-09-09KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C functionSuresh Warrier
2016-09-09Merge branch 'kvm-ppc-infrastructure' into kvm-ppc-nextPaul Mackerras