This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 90d35da658da Linux 6.8-rc7 new adf47524b56a hv_utils: Allow implicit ICTIMESYNCFLAG_SYNC new b8209544296e Drivers: hv: vmbus: Calculate ring buffer size for more ef [...] new 20ee2ae8c589 fbdev/hyperv_fb: Fix logic error for Gen2 VMs in hvfb_getmem() new 8db0edc4acb1 Drivers: hv: vmbus: Remove duplication and cleanup code in [...] new 9645e74414fb Drivers: hv: vmbus: Update indentation in create_gpadl_header() new 04ed680e76b0 Documentation: hyperv: Add overview of PCI pass-thru devic [...] new 9fef276f9f41 x86/hyperv: Use slow_virt_to_phys() in page transition hyp [...] new 030ad7af9437 x86/mm: Regularize set_memory_p() parameters and make non-static new 0f34d1123486 x86/hyperv: Make encrypted/decrypted changes safe for load [...] new 0d63e4c0ebc2 x86/hyperv: Allow 15-bit APIC IDs for VTL platforms new aa707b615ce1 Drivers: hv: vmbus: make hv_bus const new 1c46d04a0dae Merge tag 'hyperv-fixes-signed-20240303' of git://git.kern [...] new aec7d25b497c platform/x86: p2sb: On Goldmont only cache P2SB and SPI devfn BAR new 0314cebb29be platform/x86/amd/pmf: Fix missing error code in amd_pmf_in [...] new 127ec4c0b2ac Merge tag 'platform-drivers-x86-v6.8-4' of git://git.kerne [...] new 85445b964290 integrity: eliminate unnecessary "Problem loading X.509 ce [...] new 29cd507cbec2 Merge tag 'integrity-v6.8-fix' of git://git.kernel.org/pub [...]
The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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/platform/x86/amd/pmf/tee-if.c | 4 +- drivers/platform/x86/p2sb.c | 25 +-- drivers/video/fbdev/hyperv_fb.c | 2 - include/linux/hyperv.h | 22 ++- security/integrity/digsig.c | 3 +- 14 files changed, 535 insertions(+), 144 deletions(-) create mode 100644 Documentation/virt/hyperv/vpci.rst