Hi Linus, The following changes since commit e7ae89a0c97ce2b68b0983cd01eda67cf373517d:
Linux 7.1-rc5 (2026-05-24 13:48:06 -0700) are available in the Git repository at: ssh://[email protected]/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-next-signed-20260621 for you to fetch changes up to a4ffc59238be84dd1c26bf1c001543e832674fc6: mshv: add bounds check on vp_index in mshv_intercept_isr() (2026-06-07 23:22:46 -0700) ---------------------------------------------------------------- hyperv-next for v7.2-rc1 - Use wakeup mailbox to boot APs in Hyper-V VTL2 TDX guests (Yunhong Jiang, Ricardo Neri) - Move the Hyper-V IOMMU to its own subdirectory (Mukesh Rathor) - Cosmetic changes to mshv and balloon driver (Junrui Luo, Markus Elfring) ---------------------------------------------------------------- Junrui Luo (1): mshv: add bounds check on vp_index in mshv_intercept_isr() Markus Elfring (1): hv_balloon: Simplify data output in hv_balloon_debug_show() Mukesh R (2): iommu/hyperv: Create hyperv subdirectory under drivers/iommu x86/hyperv: Cosmetic changes in irqdomain.c for readability Ricardo Neri (6): x86/topology: Add missing struct declaration and attribute dependency x86/acpi: Add functions to setup and access the wakeup mailbox dt-bindings: reserved-memory: Wakeup Mailbox for Intel processors x86/dt: Parse the Wakeup Mailbox for Intel processors x86/acpi: Add a helper to get the address of the wakeup mailbox x86/hyperv/vtl: Use the wakeup mailbox to boot secondary CPUs Yunhong Jiang (4): x86/hyperv/vtl: Set real_mode_header in hv_vtl_init_platform() x86/realmode: Make the location of the trampoline configurable x86/hyperv/vtl: Setup the 64-bit trampoline for TDX guests x86/hyperv/vtl: Mark the wakeup mailbox page as private .../reserved-memory/intel,wakeup-mailbox.yaml | 49 +++++ MAINTAINERS | 2 +- arch/x86/hyperv/hv_vtl.c | 38 +++- arch/x86/hyperv/irqdomain.c | 198 +++++++++++---------- arch/x86/include/asm/acpi.h | 16 ++ arch/x86/include/asm/topology.h | 3 + arch/x86/include/asm/x86_init.h | 3 + arch/x86/kernel/acpi/madt_wakeup.c | 16 ++ arch/x86/kernel/devicetree.c | 47 +++++ arch/x86/kernel/x86_init.c | 3 + arch/x86/realmode/init.c | 7 +- drivers/hv/hv_balloon.c | 4 +- drivers/hv/mshv_synic.c | 5 + drivers/iommu/Kconfig | 9 - drivers/iommu/Makefile | 2 +- drivers/iommu/hyperv/Makefile | 2 + .../{hyperv-iommu.c => hyperv/hv-irq-remap-x86.c} | 6 +- drivers/iommu/irq_remapping.c | 2 +- 18 files changed, 290 insertions(+), 122 deletions(-) create mode 100644 Documentation/devicetree/bindings/reserved-memory/intel,wakeup-mailbox.yaml create mode 100644 drivers/iommu/hyperv/Makefile rename drivers/iommu/{hyperv-iommu.c => hyperv/hv-irq-remap-x86.c} (99%)

