This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4010a528219e Merge tag 'fixes_for_v5.14-rc4' of git://git.kernel.org/pu [...] new 9f66861181e6 m68k/coldfire: change pll var. to clk_pll new 2b99c470d50a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new 80d9ac9bd7b9 KVM: arm64: Fix detection of shared VMAs on guest fault new bac0b1359078 KVM: selftests: change pthread_yield to sched_yield new 5cf17746b302 KVM: arm64: selftests: get-reg-list: actually enable pmu r [...] new 7025098af334 Merge tag 'kvmarm-fixes-5.14-1' of git://git.kernel.org/pu [...] new 9a9e74819bb0 KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmlo [...] new 2bb16bea5fea KVM: nSVM: Swap the parameter order for svm_copy_vmrun_sta [...] new 0e691ee7b503 KVM: Documentation: Fix KVM_CAP_ENFORCE_PV_FEATURE_CPUID name new 3b1c8c568267 docs: virt: kvm: api.rst: replace some characters new 0a31df682323 KVM: x86: Check the right feature bit for MSR_KVM_ASYNC_PF [...] new 76b4f357d0e7 x86/kvm: fix vcpu-id indexed array sizes new 15b7b737deb3 KVM: selftests: Fix missing break in dirty_log_perf_test a [...] new c33e05d9b067 KVM: selftests: Introduce access_tracking_perf_test new 3fa5e8fd0a0e KVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb is ini [...] new bb000f640e76 KVM: s390: restore old debugfs names new f1577ab21442 KVM: SVM: svm_set_vintr don't warn if AVIC is active but i [...] new feea01360cb1 KVM: SVM: tweak warning about enabled AVIC on nested entry new 5868b8225ece KVM: SVM: use vmcb01 in svm_refresh_apicv_exec_ctrl new 74775654332b KVM: use cpu_relax when halt polling new 8750f9bbda11 KVM: add missing compat KVM_CLEAR_DIRTY_LOG new 7e96bf476270 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 22 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/virt/kvm/api.rst | 30 +- arch/arm64/kvm/mmu.c | 2 +- arch/m68k/coldfire/m525x.c | 2 +- arch/s390/include/asm/kvm_host.h | 18 +- arch/s390/kvm/diag.c | 18 +- arch/s390/kvm/kvm-s390.c | 18 +- arch/x86/kvm/ioapic.c | 2 +- arch/x86/kvm/ioapic.h | 4 +- arch/x86/kvm/svm/avic.c | 2 +- arch/x86/kvm/svm/nested.c | 10 +- arch/x86/kvm/svm/svm.c | 26 +- arch/x86/kvm/svm/svm.h | 6 +- arch/x86/kvm/svm/svm_onhyperv.h | 2 +- arch/x86/kvm/x86.c | 4 +- tools/testing/selftests/kvm/.gitignore | 1 + tools/testing/selftests/kvm/Makefile | 1 + tools/testing/selftests/kvm/aarch64/get-reg-list.c | 3 +- .../selftests/kvm/access_tracking_perf_test.c | 429 +++++++++++++++++++++ tools/testing/selftests/kvm/dirty_log_perf_test.c | 1 + tools/testing/selftests/kvm/steal_time.c | 2 +- virt/kvm/kvm_main.c | 29 ++ 21 files changed, 538 insertions(+), 72 deletions(-) create mode 100644 tools/testing/selftests/kvm/access_tracking_perf_test.c