linux-kernel.vger.kernel.org archive mirror
 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,
	Michael Kelley <mikelley@microsoft.com>
Subject: [GIT PULL] Hyper-V commits for 6.3
Date: Mon, 20 Feb 2023 14:23:11 +0000	[thread overview]
Message-ID: <Y/OCT7A/7GHNxgX4@liuwe-devbox-debian-v2> (raw)

Hi Linus,

The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:

  Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-next-signed-20230220

for you to fetch changes up to b14033a3e6ba73a5c68974a80b05cba55553ed5b:

  x86/hyperv: Fix hv_get/set_register for nested bringup (2023-02-16 14:32:37 +0000)

----------------------------------------------------------------
hyperv-next for v6.3.
 - Patches that allow Linux to run as the nested root partition for
   Microsoft Hypervisor (Jinank Jain and Nuno Das Neves).
 - One patch to clean up the return type of callback functions (Dawei
   Li).
----------------------------------------------------------------
Dawei Li (1):
      Drivers: hv: Make remove callback of hyperv driver void returned

Jinank Jain (4):
      x86/hyperv: Add support for detecting nested hypervisor
      Drivers: hv: Setup synic registers in case of nested root partition
      x86/hyperv: Add an interface to do nested hypercalls
      Drivers: hv: Enable vmbus driver for nested root partition

Nuno Das Neves (1):
      x86/hyperv: Fix hv_get/set_register for nested bringup

 arch/x86/include/asm/hyperv-tlfs.h      | 17 ++++++-
 arch/x86/include/asm/mshyperv.h         | 78 +++++++++++++++++++++------------
 arch/x86/kernel/cpu/mshyperv.c          | 72 ++++++++++++++++++++++++++++++
 drivers/gpu/drm/hyperv/hyperv_drm_drv.c |  4 +-
 drivers/hid/hid-hyperv.c                |  4 +-
 drivers/hv/hv.c                         | 18 +++++---
 drivers/hv/hv_balloon.c                 |  4 +-
 drivers/hv/hv_common.c                  |  9 ++--
 drivers/hv/hv_util.c                    |  4 +-
 drivers/hv/vmbus_drv.c                  |  2 +-
 drivers/input/serio/hyperv-keyboard.c   |  4 +-
 drivers/net/hyperv/netvsc_drv.c         |  5 +--
 drivers/pci/controller/pci-hyperv.c     |  8 +---
 drivers/scsi/storvsc_drv.c              |  4 +-
 drivers/uio/uio_hv_generic.c            |  5 +--
 drivers/video/fbdev/hyperv_fb.c         |  5 +--
 include/asm-generic/hyperv-tlfs.h       |  1 +
 include/asm-generic/mshyperv.h          |  1 +
 include/linux/hyperv.h                  |  2 +-
 net/vmw_vsock/hyperv_transport.c        |  4 +-
 20 files changed, 172 insertions(+), 79 deletions(-)

             reply	other threads:[~2023-02-20 14:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-20 14:23 Wei Liu [this message]
2023-02-22  1:43 ` [GIT PULL] Hyper-V commits for 6.3 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=Y/OCT7A/7GHNxgX4@liuwe-devbox-debian-v2 \
    --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=mikelley@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;
as well as URLs for NNTP newsgroup(s).