This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 705d84a366cf Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/s [...] new e26a78057c25 HID: apple: Set the tilde quirk flag on the Wellspring 5 a [...] new 817b8b9c5396 HID: elo: fix memory leak in elo_probe new 2787710f73fc HID: i2c-hid: goodix: Fix a lockdep splat new a7072c01c3ac HID: amd_sfh: Increase sensor command timeout new 91aaea527bc3 HID: amd_sfh: Add illuminance mask to limit ALS max value new fd5dd6acd8f8 HID:Add support for UGTABLET WP5540 new 0cf74235f440 HID: amd_sfh: Handle amd_sfh work buffer in PM ops new aa0b724a2bf0 HID: amd_sfh: Correct the structure field name new b300667b33b2 HID: amd_sfh: Disable the interrupt for all command new fb75a3791a80 HID: amd_sfh: Add functionality to clear interrupts new 7f016b35ca76 HID: amd_sfh: Add interrupt handler to process interrupts new a254a9da455c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new dd4589eee99d Revert "svm: Add warning message for AVIC IPI invalid target" new c53bbe2145f5 KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NP [...] new e1779c2714c3 KVM: x86: nSVM: fix potential NULL derefernce on nested migration new e8efa4ff0037 KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM sa [...] new 759cbd59674a KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry wh [...] new 91f673b3e1bd KVM: x86: nSVM: expose clean bit support to the guest new 2b0ecccb5531 KVM: x86: nSVM: deal with L1 hypervisor that intercepts in [...] new 755c2bf87860 KVM: x86: lapic: don't touch irr_pending in kvm_apic_updat [...] new 391503528257 KVM: x86: SVM: move avic definitions from AMD's spec to svm.h new fcb732d8f8cf KVM: x86/xen: Fix runstate updates to be atomic when preem [...] new 5bfa685e62e9 KVM: arm64: vgic: Read HW interrupt pending state from the HW new ed343aa85718 Merge tag 'kvmarm-fixes-5.17-3' of git://git.kernel.org/pu [...] new 0316dbb9a017 selftests: kvm: Remove absent target file new 0a5f784273aa KVM: SVM: extract avic_ring_doorbell new 30811174f0db KVM: SVM: set IRR in svm_deliver_interrupt new 66fa226c131f KVM: SVM: fix race between interrupt delivery and AVIC inhibition new b8bfee85f130 KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when crea [...] new 710c47651431 KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW new c5d9ae265b10 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 31 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: arch/arm64/kvm/vgic/vgic-mmio.c | 2 + arch/x86/include/asm/msr-index.h | 1 + arch/x86/include/asm/svm.h | 36 ++++++++ arch/x86/kvm/lapic.c | 7 +- arch/x86/kvm/pmu.c | 7 +- arch/x86/kvm/svm/avic.c | 93 +++++---------------- arch/x86/kvm/svm/nested.c | 26 +++--- arch/x86/kvm/svm/svm.c | 85 ++++++++++++++++--- arch/x86/kvm/svm/svm.h | 15 +--- arch/x86/kvm/vmx/vmx.c | 1 + arch/x86/kvm/x86.c | 4 +- arch/x86/kvm/xen.c | 97 +++++++++++++++------- drivers/hid/amd-sfh-hid/amd_sfh_pcie.c | 76 ++++++++++++++++- drivers/hid/amd-sfh-hid/amd_sfh_pcie.h | 4 +- .../amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.c | 4 +- drivers/hid/hid-apple.c | 16 ++-- drivers/hid/hid-elo.c | 1 + drivers/hid/hid-ids.h | 1 + drivers/hid/hid-quirks.c | 1 + drivers/hid/i2c-hid/i2c-hid-of-goodix.c | 28 +++---- tools/testing/selftests/kvm/Makefile | 1 - 21 files changed, 334 insertions(+), 172 deletions(-)