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>,
	kys@microsoft.com, sthemmin@microsoft.com,
	haiyangz@microsoft.com, Michael Kelley <mikelley@microsoft.com>,
	Linux on Hyper-V List <linux-hyperv@vger.kernel.org>,
	Linux Kernel List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Hyper-V commits for 5.10
Date: Tue, 13 Oct 2020 13:12:14 +0000	[thread overview]
Message-ID: <20201013131214.ej4ek5expi5dywer@liuwe-devbox-debian-v2> (raw)

Hi Linus,

Please pull the following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -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

for you to fetch changes up to 1f3aed01473c41c9f896fbf4c30d330655e8aa7c:

  hv: clocksource: Add notrace attribute to read_hv_sched_clock_*() functions (2020-09-28 09:04:48 +0000)

----------------------------------------------------------------
hyperv-next for 5.10

 - A patch series from Boqun Feng to support page size larger than 4K
 - A few miscellaneous clean-up patches

----------------------------------------------------------------
Boqun Feng (11):
      Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadl
      Drivers: hv: vmbus: Move __vmbus_open()
      Drivers: hv: vmbus: Introduce types of GPADL
      Drivers: hv: Use HV_HYP_PAGE in hv_synic_enable_regs()
      Drivers: hv: vmbus: Move virt_to_hvpfn() to hyperv header
      hv: hyperv.h: Introduce some hvpfn helper functions
      hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communication
      Input: hyperv-keyboard: Use VMBUS_RING_SIZE() for ringbuffer sizes
      HID: hyperv: Use VMBUS_RING_SIZE() for ringbuffer sizes
      Driver: hv: util: Use VMBUS_RING_SIZE() for ringbuffer sizes
      scsi: storvsc: Support PAGE_SIZE larger than 4K

Joseph Salisbury (1):
      x86/hyperv: Remove aliases with X64 in their name

Krzysztof Wilczyński (1):
      PCI: hv: Document missing hv_pci_protocol_negotiation() parameter

Mohammed Gamal (1):
      hv: clocksource: Add notrace attribute to read_hv_sched_clock_*() functions

Olaf Hering (1):
      drivers: hv: remove cast from hyperv_die_event

 arch/x86/hyperv/hv_init.c             |   8 +-
 arch/x86/hyperv/hv_spinlock.c         |   2 +-
 arch/x86/include/asm/hyperv-tlfs.h    |  33 ---
 arch/x86/kernel/cpu/mshyperv.c        |   8 +-
 arch/x86/kvm/hyperv.c                 |  20 +-
 drivers/clocksource/hyperv_timer.c    |   4 +-
 drivers/hid/hid-hyperv.c              |   4 +-
 drivers/hv/channel.c                  | 461 +++++++++++++++++++++-------------
 drivers/hv/hv.c                       |   4 +-
 drivers/hv/hv_util.c                  |  11 +-
 drivers/hv/vmbus_drv.c                |   2 +-
 drivers/input/serio/hyperv-keyboard.c |   4 +-
 drivers/net/hyperv/netvsc.c           |   2 +-
 drivers/net/hyperv/netvsc_drv.c       |  46 ++--
 drivers/net/hyperv/rndis_filter.c     |  13 +-
 drivers/pci/controller/pci-hyperv.c   |   5 +-
 drivers/scsi/storvsc_drv.c            |  56 ++++-
 include/linux/hyperv.h                |  68 ++++-
 18 files changed, 468 insertions(+), 283 deletions(-)

             reply	other threads:[~2020-10-13 13:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-13 13:12 Wei Liu [this message]
2020-10-14 17:37 ` [GIT PULL] Hyper-V commits for 5.10 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=20201013131214.ej4ek5expi5dywer@liuwe-devbox-debian-v2 \
    --to=wei.liu@kernel.org \
    --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=sthemmin@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).