-
- Downloads
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull KVM fixes from Radim Krčmář: "ARM: - Fix handling of the 32bit cycle counter - Fix cycle counter filtering x86: - Fix a race leading to double unregistering of user notifiers - Amend oversight in kvm_arch_set_irq that turned Hyper-V code dead - Use SRCU around kvm_lapic_set_vapic_addr - Avoid recursive flushing of asynchronous page faults - Do not rely on deferred update in KVM_GET_CLOCK, which fixes #GP - Let userspace know that KVM_GET_CLOCK is useful with master clock; 4.9 changed the return value to better match the guest clock, but didn't provide means to let guests take advantage of it" * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: kvm: x86: merge kvm_arch_set_irq and kvm_arch_set_irq_inatomic KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addr KVM: async_pf: avoid recursive flushing of work items kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in use KVM: Disable irq while unregistering user notifier KVM: x86: do not go through vcpu in __get_kvmclock_ns KVM: arm64: Fix the issues when guest PMCCFILTR is configured arm64: KVM: pmu: Fix AArch32 cycle counter access
No related branches found
No related tags found
Showing
- Documentation/virtual/kvm/api.txt 11 additions, 0 deletionsDocumentation/virtual/kvm/api.txt
- arch/arm64/include/asm/perf_event.h 9 additions, 1 deletionarch/arm64/include/asm/perf_event.h
- arch/arm64/kernel/perf_event.c 1 addition, 9 deletionsarch/arm64/kernel/perf_event.c
- arch/arm64/kvm/sys_regs.c 8 additions, 2 deletionsarch/arm64/kvm/sys_regs.c
- arch/x86/kvm/irq_comm.c 27 additions, 31 deletionsarch/x86/kvm/irq_comm.c
- arch/x86/kvm/x86.c 34 additions, 13 deletionsarch/x86/kvm/x86.c
- include/uapi/linux/kvm.h 7 additions, 0 deletionsinclude/uapi/linux/kvm.h
- virt/kvm/arm/pmu.c 5 additions, 3 deletionsvirt/kvm/arm/pmu.c
- virt/kvm/async_pf.c 12 additions, 1 deletionvirt/kvm/async_pf.c
Loading
Please register or sign in to comment