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@xxxxxxxxxxxxxxxxxxx/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