This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 546b1c9e93c2 Merge tag 'bootconfig-v6.16' of git://git.kernel.org/pub/s [...] new 74a2bd0bfb06 nodemask: drop nodes_shift new 4923c2c5b66f cpumask: add non-atomic __assign_cpu() new e5bf9a4b68fa riscv: switch set_icache_stale_mask() to using non-atomic [...] new 791a9b25ce2e cpumask: drop cpumask_assign_cpu() new 31299a5e0211 bits: add comments and newlines to #if, #else and #endif d [...] new 19408200c094 bits: introduce fixed-type GENMASK_U*() new 5b572e8a9f3d bits: introduce fixed-type BIT_U*() new 4fd225f7adbc drm/i915: Convert REG_GENMASK*() to fixed-width GENMASK_U*() new 0405eef6c3bc test_bits: add tests for GENMASK_U*() new e289b4882561 test_bits: add tests for BIT_U*() new 243c90e917f5 build_bug.h: more user friendly error messages in BUILD_BU [...] new 99c712d788c4 bitmap-str: Get rid of 'extern' for function prototypes new 89a44a808814 bitmap-str: Add missing header(s) new a256ae22570e bitfield: Add FIELD_MODIFY() helper new 895ee6a22e31 topology: make for_each_node_with_cpus() O(N) new 8b2198f03776 Merge tag 'bitmap-for-6.16-rc1' of https://github.com/norov/linux new cddded9803cd crypto: s390/sha256 - rename module to sha256-s390 new b9802b54d41b asm-generic: Add sched.h inclusion in simd.h new 04446eee58fc Merge tag 'v6.16-p3' of git://git.kernel.org/pub/scm/linux [...] new a9c0b33ef230 tools: hv: Enable debug logs for hv_kvp_daemon new 13423063c7cb arm64: kvm, smccc: Introduce and use API for getting hyper [...] new 36ebd328a57a arm64: hyperv: Use SMCCC to detect hypervisor presence new f41ceff17486 Drivers: hv: Enable VTL mode for arm64 new e7e6902fbd19 Drivers: hv: Provide arch-neutral implementation of get_vtl() new 1f5538a8e2fd arm64: hyperv: Initialize the Virtual Trust Level field new e956ee9491d9 arm64, x86: hyperv: Report the VTL the system boots in new 23aa0c355921 dt-bindings: microsoft,vmbus: Add interrupt and DMA cohere [...] new 1dc5df133b98 Drivers: hv: vmbus: Get the IRQ number from DeviceTree new 18a34bb5221e Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device() new ab7e531a8212 ACPI: irq: Introduce acpi_get_gsi_dispatcher() new d684f9b28809 PCI: hv: Get vPCI MSI IRQ domain from DeviceTree new 86c48271e0d6 x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_b [...] new 43cb39ad260a arch/x86: Provide the CPU number in the wakeup AP callback new 09eea7ad0b8e Drivers: hv: Allocate interrupt and monitor pages aligned [...] new c951ab8fd358 uio_hv_generic: Use correct size for interrupt and monitor pages new 0315fef2aff9 uio_hv_generic: Align ring size to system page new a60822bc11b1 Drivers: hv: Use kzalloc for panic page allocation new cd1769e1fef9 Drivers: hv: Remove hv_alloc/free_* helpers new dd1af0c4c56d PCI: hv: Remove unnecessary flex array in struct pci_packet new f77276d1c959 Documentation: hyperv: Update VMBus doc with new features [...] new e89f91222ab3 Drivers: hv: vmbus: Add comments about races with "channel [...] new 96959283a58d Drivers: hv: Always select CONFIG_SYSFB for Hyper-V guests new c00b28502470 Merge tag 'hyperv-next-signed-20250602' of git://git.kerne [...] new dbef257ab7fa xtensa: ptrace: Remove zero-length alignment array new 47812144d395 xtensa: migrate to the generic rule for built-in DTB new 3d6d238851df arch: xtensa: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX new f5164456c604 Merge tag 'xtensa-20250603' of https://github.com/jcmvbkbc [...]
The 47 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: .../devicetree/bindings/bus/microsoft,vmbus.yaml | 16 ++- Documentation/virt/hyperv/vmbus.rst | 28 +++++- arch/arm64/hyperv/mshyperv.c | 53 +++++++++- arch/arm64/kvm/hypercalls.c | 10 +- arch/riscv/mm/cacheflush.c | 2 +- arch/s390/lib/crypto/Makefile | 3 +- arch/x86/coco/sev/core.c | 13 +-- arch/x86/hyperv/hv_init.c | 67 +++++++------ arch/x86/hyperv/hv_vtl.c | 61 +++--------- arch/x86/hyperv/ivm.c | 11 ++- arch/x86/include/asm/apic.h | 8 +- arch/x86/include/asm/mshyperv.h | 7 +- arch/x86/kernel/acpi/madt_wakeup.c | 2 +- arch/x86/kernel/apic/apic_noop.c | 8 +- arch/x86/kernel/apic/apic_numachip.c | 2 +- arch/x86/kernel/apic/x2apic_uv_x.c | 2 +- arch/x86/kernel/smpboot.c | 10 +- arch/xtensa/Kbuild | 2 +- arch/xtensa/Kconfig | 3 +- arch/xtensa/boot/dts/Makefile | 2 +- arch/xtensa/configs/audio_kc705_defconfig | 2 +- arch/xtensa/configs/cadence_csp_defconfig | 2 +- arch/xtensa/configs/common_defconfig | 1 - arch/xtensa/configs/generic_kc705_defconfig | 2 +- arch/xtensa/configs/nommu_kc705_defconfig | 2 +- arch/xtensa/configs/smp_lx200_defconfig | 2 +- arch/xtensa/configs/virt_defconfig | 2 +- arch/xtensa/configs/xip_kc705_defconfig | 2 +- arch/xtensa/include/asm/ptrace.h | 5 +- drivers/acpi/irq.c | 16 ++- drivers/firmware/smccc/kvm_guest.c | 10 +- drivers/firmware/smccc/smccc.c | 17 ++++ drivers/gpu/drm/i915/i915_reg_defs.h | 108 +++------------------ drivers/hv/Kconfig | 7 +- drivers/hv/connection.c | 23 +++-- drivers/hv/hv_common.c | 76 +++++++-------- drivers/hv/vmbus_drv.c | 95 ++++++++++++++++-- drivers/pci/controller/pci-hyperv.c | 99 +++++++++++++++---- drivers/uio/uio_hv_generic.c | 7 +- include/asm-generic/mshyperv.h | 10 +- include/asm-generic/simd.h | 1 + include/hyperv/hvgdk_mini.h | 4 +- include/linux/acpi.h | 5 +- include/linux/arm-smccc.h | 64 +++++++++++- include/linux/bitfield.h | 21 +++- include/linux/bitmap-str.h | 10 +- include/linux/bitops.h | 1 - include/linux/bits.h | 57 ++++++++++- include/linux/build_bug.h | 10 +- include/linux/compiler.h | 4 +- include/linux/cpumask.h | 19 +--- include/linux/hyperv.h | 2 + include/linux/nodemask.h | 20 +--- include/linux/topology.h | 5 +- lib/tests/test_bits.c | 30 ++++++ tools/hv/hv_kvp_daemon.c | 64 +++++++++++- 56 files changed, 711 insertions(+), 404 deletions(-)