Linux/linux 07ab9d5. MAINTAINERS, Documentation/virtual/kvm api.txt

Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm

Pull more KVM updates from Paolo Bonzini:
 "Mostly bugfixes, but also:

   - s390 support for KVM selftests

   - LAPIC timer offloading to housekeeping CPUs

   - Extend an s390 optimization for overcommitted hosts to all
     architectures

   - Debugging cleanups and improvements"

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (25 commits)
  KVM: x86: Add fixed counters to PMU filter
  KVM: nVMX: do not use dangling shadow VMCS after guest reset
  KVM: VMX: dump VMCS on failed entry
  KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed
  KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeup
  KVM: Boost vCPUs that are delivering interrupts
  KVM: selftests: Remove superfluous define from vmx.c
  KVM: SVM: Fix detection of AMD Errata 1096
  KVM: LAPIC: Inject timer interrupt via posted interrupt
  KVM: LAPIC: Make lapic timer unpinned
  KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_counters
  KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GS
  kvm: x86: ioapic and apic debug macros cleanup
  kvm: x86: some tsc debug cleanup
  kvm: vmx: fix coccinelle warnings
  x86: kvm: avoid constant-conversion warning
  x86: kvm: avoid -Wsometimes-uninitized warning
  KVM: x86: expose AVX512_BF16 feature to guest
  KVM: selftests: enable pgste option for the linker on s390
  KVM: selftests: Move kvm_create_max_vcpus test to generic code
  ...
DeltaFile
+278-0tools/testing/selftests/kvm/lib/s390x/processor.c
+77-125arch/x86/kvm/lapic.c
+151-0tools/testing/selftests/kvm/s390x/sync_regs_test.c
+0-69tools/testing/selftests/kvm/x86_64/kvm_create_max_vcpus.c
+69-0tools/testing/selftests/kvm/kvm_create_max_vcpus.c
+35-7arch/x86/kvm/svm.c
+21-6arch/x86/kvm/pmu.c
+18-5tools/testing/selftests/kvm/lib/kvm_util.c
+3-20arch/s390/kvm/interrupt.c
+22-0tools/testing/selftests/kvm/include/s390x/processor.h
+9-11arch/x86/kvm/hyperv.c
+7-13arch/x86/kvm/x86.c
+0-15arch/x86/kvm/ioapic.c
+10-5Documentation/virtual/kvm/api.txt
+12-2tools/testing/selftests/kvm/Makefile
+11-2arch/x86/kvm/vmx/nested.c
+8-4virt/kvm/kvm_main.c
+11-1arch/x86/kvm/cpuid.c
+8-3arch/x86/kvm/vmx/pmu_intel.c
+6-3arch/x86/include/uapi/asm/kvm.h
+8-0tools/testing/selftests/kvm/include/kvm_util.h
+6-0include/linux/sched/isolation.h
+6-0kernel/sched/isolation.c
+4-2arch/x86/kvm/vmx/vmx.c
+3-3arch/x86/kvm/mmu.c
+0-2tools/testing/selftests/kvm/lib/x86_64/vmx.c
+2-0MAINTAINERS
+1-1tools/testing/selftests/kvm/lib/x86_64/processor.c
+2-0arch/x86/kvm/x86.h
+1-1tools/testing/selftests/kvm/lib/aarch64/processor.c
+1-0include/linux/kvm_host.h
+1-0arch/x86/kvm/lapic.h
+791-30032 files

UnifiedSplitRaw