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
Subject: [GIT PULL] Hyper-V fixes for 6.8-rc8
Date: Mon, 4 Mar 2024 06:22:05 +0000 [thread overview]
Message-ID: <ZeVojbuNPk3SMDIn@liuwe-devbox-debian-v2> (raw)
Hi Linus,
The following changes since commit d206a76d7d2726f3b096037f2079ce0bd3ba329b:
Linux 6.8-rc6 (2024-02-25 15:46:06 -0800)
are available in the Git repository at:
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed-20240303
for you to fetch changes up to aa707b615ce1551c25c5a3500cca2cf620e36b12:
Drivers: hv: vmbus: make hv_bus const (2024-03-03 02:32:35 +0000)
----------------------------------------------------------------
hyperv-fixes for v6.8
- Multiple fixes, cleanups and documentations for Hyper-V core code and
drivers.
----------------------------------------------------------------
Michael Kelley (8):
Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memory
fbdev/hyperv_fb: Fix logic error for Gen2 VMs in hvfb_getmem()
Drivers: hv: vmbus: Remove duplication and cleanup code in create_gpadl_header()
Drivers: hv: vmbus: Update indentation in create_gpadl_header()
Documentation: hyperv: Add overview of PCI pass-thru device support
x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callback
x86/mm: Regularize set_memory_p() parameters and make non-static
x86/hyperv: Make encrypted/decrypted changes safe for load_unaligned_zeropad()
Peter Martincic (1):
hv_utils: Allow implicit ICTIMESYNCFLAG_SYNC
Ricardo B. Marliere (1):
Drivers: hv: vmbus: make hv_bus const
Saurabh Sengar (1):
x86/hyperv: Allow 15-bit APIC IDs for VTL platforms
Documentation/virt/hyperv/index.rst | 1 +
Documentation/virt/hyperv/vpci.rst | 316 ++++++++++++++++++++++++++++++++++++
arch/x86/hyperv/hv_vtl.c | 7 +
arch/x86/hyperv/ivm.c | 65 +++++++-
arch/x86/include/asm/set_memory.h | 1 +
arch/x86/mm/pat/set_memory.c | 24 +--
drivers/hv/channel.c | 176 ++++++++------------
drivers/hv/hv_util.c | 31 +++-
drivers/hv/vmbus_drv.c | 2 +-
drivers/video/fbdev/hyperv_fb.c | 2 -
include/linux/hyperv.h | 22 ++-
11 files changed, 521 insertions(+), 126 deletions(-)
create mode 100644 Documentation/virt/hyperv/vpci.rst
next reply other threads:[~2024-03-04 6:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-04 6:22 Wei Liu [this message]
2024-03-05 21:25 ` [GIT PULL] Hyper-V fixes for 6.8-rc8 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=ZeVojbuNPk3SMDIn@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=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.