Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull more KVM updates from Paolo Bonzini: - ARM bugfix and MSI injection support - x86 nested virt tweak and OOPS fix - Simplify pvclock code (vdso bits acked by Andy Lutomirski). * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: nvmx: mark ept single context invalidation as supported nvmx: remove comment about missing nested vpid support KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=off KVM: documentation: fix KVM_CAP_X2APIC_API information x86: vdso: use __pvclock_read_cycles pvclock: introduce seqcount-like API arm64: KVM: Set cpsr before spsr on fault injection KVM: arm: vgic-irqfd: Workaround changing kvm_set_routing_entry prototype KVM: arm/arm64: Enable MSI routing KVM: arm/arm64: Enable irqchip routing KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific header KVM: irqchip: Convey devid to kvm_set_msi KVM: Add devid in kvm_kernel_irq_routing_entry KVM: api: Pass the devid in the msi routing entry
No related branches found
No related tags found
Showing
- Documentation/virtual/kvm/api.txt 37 additions, 16 deletionsDocumentation/virtual/kvm/api.txt
- arch/arm/kvm/Kconfig 2 additions, 0 deletionsarch/arm/kvm/Kconfig
- arch/arm/kvm/Makefile 1 addition, 0 deletionsarch/arm/kvm/Makefile
- arch/arm/kvm/irq.h 19 additions, 0 deletionsarch/arm/kvm/irq.h
- arch/arm64/kvm/Kconfig 2 additions, 0 deletionsarch/arm64/kvm/Kconfig
- arch/arm64/kvm/Makefile 1 addition, 0 deletionsarch/arm64/kvm/Makefile
- arch/arm64/kvm/inject_fault.c 5 additions, 7 deletionsarch/arm64/kvm/inject_fault.c
- arch/arm64/kvm/irq.h 19 additions, 0 deletionsarch/arm64/kvm/irq.h
- arch/x86/entry/vdso/vclock_gettime.c 5 additions, 20 deletionsarch/x86/entry/vdso/vclock_gettime.c
- arch/x86/include/asm/pvclock.h 23 additions, 16 deletionsarch/x86/include/asm/pvclock.h
- arch/x86/kernel/pvclock.c 6 additions, 11 deletionsarch/x86/kernel/pvclock.c
- arch/x86/kvm/irq.h 3 additions, 0 deletionsarch/x86/kvm/irq.h
- arch/x86/kvm/lapic.c 3 additions, 0 deletionsarch/x86/kvm/lapic.c
- arch/x86/kvm/vmx.c 7 additions, 8 deletionsarch/x86/kvm/vmx.c
- include/kvm/arm_vgic.h 7 additions, 0 deletionsinclude/kvm/arm_vgic.h
- include/linux/kvm_host.h 9 additions, 3 deletionsinclude/linux/kvm_host.h
- include/uapi/linux/kvm.h 4 additions, 1 deletioninclude/uapi/linux/kvm.h
- virt/kvm/arm/vgic/vgic-init.c 4 additions, 0 deletionsvirt/kvm/arm/vgic/vgic-init.c
- virt/kvm/arm/vgic/vgic-irqfd.c 98 additions, 18 deletionsvirt/kvm/arm/vgic/vgic-irqfd.c
- virt/kvm/arm/vgic/vgic.c 0 additions, 7 deletionsvirt/kvm/arm/vgic/vgic.c
Loading
Please register or sign in to comment