Linux-HyperV List
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Wei Liu <wei.liu@kernel.org>,
	Linux on Hyper-V List <linux-hyperv@vger.kernel.org>,
	Linux Kernel List <linux-kernel@vger.kernel.org>,
	kys@microsoft.com, haiyangz@microsoft.com, decui@microsoft.com,
	longli@microsoft.com
Subject: [GIT PULL] Hyper-V patches for v7.2
Date: Sun, 21 Jun 2026 23:45:49 -0700	[thread overview]
Message-ID: <20260622064549.GA2852659@liuwe-devbox-debian-v2.local> (raw)

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://git@gitolite.kernel.org/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%)

             reply	other threads:[~2026-06-22  6:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-22  6:45 Wei Liu [this message]
2026-06-22 16:36 ` [GIT PULL] Hyper-V patches for v7.2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260622064549.GA2852659@liuwe-devbox-debian-v2.local \
    --to=wei.liu@kernel.org \
    --cc=decui@microsoft.com \
    --cc=haiyangz@microsoft.com \
    --cc=kys@microsoft.com \
    --cc=linux-hyperv@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=longli@microsoft.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox