This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c746c3b51698 Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/l [...] new 4cd661c248b6 hyperv: Add missing field to hv_output_map_device_interrupt new 47691ced158a clocksource: hyper-v: Skip unnecessary checks for the root [...] new f26c9306dff8 mshv: Add support for a new parent partition configuration new ac7b0a5cd331 Drivers: hv: util: Cosmetic changes for hv_utils_transport.c new 2d0ddbb65cef Drivers: hv: Simplify data structures for VMBus channel cl [...] new 7ad8c34f2435 x86/hyperv: Add kexec/kdump support on Azure CVMs new 0ebac01a00be mshv: Handle NEED_RESCHED_LAZY before transferring to guest new 6d0386ea9987 entry/kvm: KVM: Move KVM details related to signal/-EINTR [...] new 9be7e1e320ff entry: Rename "kvm" entry code assets to "virt" to generic [...] new c5eebe075e11 mshv: Use common "entry virt" APIs to do work in root befo [...] new 4691db0704ac x86/hyperv: Switch to msi_create_parent_irq_domain() new fd9be098f7eb Drivers: hv: vmbus: Clean up sscanf format specifier in ta [...] new 332bf98d6c5a Drivers: hv: vmbus: Fix sysfs output format for ring buffer index new a3a4d6cb0b96 Drivers: hv: vmbus: Fix typos in vmbus_drv.c new 94b04355e639 Drivers: hv: Add CONFIG_HYPERV_VMBUS option new e3ec97c3abaf Drivers: hv: Make CONFIG_HYPERV bool new 34b4620349fe fbdev/hyperv_fb: deprecate this in favor of Hyper-V DRM driver new 020b4e86834f MAINTAINERS: Mark hyperv_fb driver Obsolete new b595edcb2472 hyperv: Remove the spurious null directive line new 221533629550 Merge tag 'hyperv-next-signed-20251006' of git://git.kerne [...] new a084c3c4a267 drivers/perf: hisi: Add tt_core_deprecated for compatibility new 195a1b7d8388 arm64: kprobes: call set_memory_rox() for kprobe page new fd2f74f8f3d3 tracing: Fix the bug where bpf_get_stackid returns -EFAULT [...] new 200b0d25084d arm64: mm: Move KPTI helpers to mmu.c new cb0c5a60a6f7 docs: perf: Fujitsu: Fix htmldocs build warnings and errors new f620d66af316 arm64: mte: Do not flag the zero page as PG_mte_tagged new 971199ad2a0f Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 27 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: .../admin-guide/perf/fujitsu_uncore_pmu.rst | 7 +- Documentation/admin-guide/perf/hisi-pmu.rst | 4 + MAINTAINERS | 13 +- arch/arm64/include/asm/ftrace.h | 1 + arch/arm64/include/asm/mmu.h | 7 +- arch/arm64/kernel/cpufeature.c | 108 +---------- arch/arm64/kernel/mte.c | 2 +- arch/arm64/kernel/probes/kprobes.c | 12 ++ arch/arm64/kvm/Kconfig | 2 +- arch/arm64/kvm/arm.c | 3 +- arch/arm64/mm/mmu.c | 98 +++++++++- arch/loongarch/kvm/Kconfig | 2 +- arch/loongarch/kvm/vcpu.c | 3 +- arch/riscv/kvm/Kconfig | 2 +- arch/riscv/kvm/vcpu.c | 3 +- arch/x86/hyperv/irqdomain.c | 111 +++++++---- arch/x86/hyperv/ivm.c | 211 ++++++++++++++++++++- arch/x86/kernel/cpu/mshyperv.c | 11 +- arch/x86/kvm/Kconfig | 2 +- arch/x86/kvm/vmx/vmx.c | 1 - arch/x86/kvm/x86.c | 3 +- drivers/Makefile | 2 +- drivers/clocksource/hyperv_timer.c | 10 +- drivers/gpu/drm/Kconfig | 2 +- drivers/hid/Kconfig | 2 +- drivers/hv/Kconfig | 15 +- drivers/hv/Makefile | 4 +- drivers/hv/channel.c | 2 +- drivers/hv/hv_common.c | 22 ++- drivers/hv/hv_utils_transport.c | 10 +- drivers/hv/mshv.h | 2 - drivers/hv/mshv_common.c | 22 --- drivers/hv/mshv_root_main.c | 57 ++---- drivers/hv/vmbus_drv.c | 10 +- drivers/input/serio/Kconfig | 4 +- drivers/net/hyperv/Kconfig | 2 +- drivers/pci/Kconfig | 2 +- drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c | 33 +++- drivers/scsi/Kconfig | 2 +- drivers/uio/Kconfig | 2 +- drivers/video/fbdev/Kconfig | 7 +- drivers/video/fbdev/hyperv_fb.c | 2 + include/asm-generic/mshyperv.h | 19 +- include/hyperv/hvgdk_mini.h | 2 - include/hyperv/hvhdk_mini.h | 1 + include/linux/{entry-kvm.h => entry-virt.h} | 19 +- include/linux/hyperv.h | 7 +- include/linux/kvm_host.h | 17 +- include/linux/rcupdate.h | 2 +- kernel/entry/Makefile | 2 +- kernel/entry/{kvm.c => virt.c} | 15 +- kernel/rcu/tree.c | 6 +- net/vmw_vsock/Kconfig | 2 +- virt/kvm/Kconfig | 2 +- 54 files changed, 603 insertions(+), 311 deletions(-) rename include/linux/{entry-kvm.h => entry-virt.h} (83%) rename kernel/entry/{kvm.c => virt.c} (66%)