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