linux-hyperv.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 v6.2
Date: Thu, 8 Dec 2022 11:55:41 +0000	[thread overview]
Message-ID: <Y5HQvdUqsJeC69X8@liuwe-devbox-debian-v2> (raw)

Hi Linus,

The following changes since commit b7b275e60bcd5f89771e865a8239325f86d9927d:

  Linux 6.1-rc7 (2022-11-27 13:31:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 32c97d980e2eef25465d453f2956a9ca68926a3c:

  x86/hyperv: Remove unregister syscore call from Hyper-V cleanup (2022-11-29 17:55:29 +0000)

----------------------------------------------------------------
hyperv-next for v6.2
 - Drop unregister syscore from hyperv_cleanup to avoid hang (Gaurav
   Kohli)
 - Clean up panic path for Hyper-V framebuffer (Guilherme G. Piccoli)
 - Allow IRQ remapping to work without x2apic (Nuno Das Neves)
 - Fix comments (Olaf Hering)
 - Expand hv_vp_assist_page definition (Saurabh Sengar)
 - Improvement to page reporting (Shradha Gupta)
 - Make sure TSC clocksource works when Linux runs as the root partition
   (Stanislav Kinsburskiy)
----------------------------------------------------------------
Gaurav Kohli (1):
      x86/hyperv: Remove unregister syscore call from Hyper-V cleanup

Guilherme G. Piccoli (2):
      video: hyperv_fb: Avoid taking busy spinlock on panic path
      drivers: hv, hyperv_fb: Untangle and refactor Hyper-V panic notifiers

Nuno Das Neves (1):
      iommu/hyper-v: Allow hyperv irq remapping without x2apic

Olaf Hering (2):
      hv: fix comment typo in vmbus_channel/low_latency
      PCI: hv: update comment in x86 specific hv_arch_irq_unmask

Saurabh Sengar (1):
      x86/hyperv: Expand definition of struct hv_vp_assist_page

Shradha Gupta (2):
      mm/page_reporting: Add checks for page_reporting_order param
      hv_balloon: Add support for configurable order free page reporting

Stanislav Kinsburskiy (4):
      clocksource: hyper-v: Introduce a pointer to TSC page
      clocksource: hyper-v: Introduce TSC PFN getter
      clocksource: hyper-v: Use TSC PFN getter to map vvar page
      clocksource: hyper-v: Add TSC page support for root partition

 arch/x86/entry/vdso/vma.c           |   7 ++-
 arch/x86/hyperv/hv_init.c           |   4 +-
 arch/x86/include/asm/hyperv-tlfs.h  |  11 +++-
 arch/x86/kernel/cpu/mshyperv.c      |   6 +++
 drivers/clocksource/hyperv_timer.c  |  61 ++++++++++++++++-----
 drivers/hv/hv_balloon.c             |  94 ++++++++++++++++++++++++--------
 drivers/hv/ring_buffer.c            |  13 +++++
 drivers/hv/vmbus_drv.c              | 105 ++++++++++++++++++++++--------------
 drivers/iommu/Kconfig               |   6 +--
 drivers/iommu/hyperv-iommu.c        |  11 ++--
 drivers/pci/controller/pci-hyperv.c |   6 +--
 drivers/video/fbdev/hyperv_fb.c     |  16 +++++-
 include/clocksource/hyperv_timer.h  |   7 +++
 include/linux/hyperv.h              |   4 +-
 mm/page_reporting.c                 |  50 +++++++++++++++--
 15 files changed, 302 insertions(+), 99 deletions(-)

             reply	other threads:[~2022-12-08 11:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-08 11:55 Wei Liu [this message]
2022-12-12 18:07 ` [GIT PULL] Hyper-V commits for v6.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=Y5HQvdUqsJeC69X8@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).