Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Pull Hyper-V updates from Sasha Levin: - support for new VMBus protocols (Andrea Parri) - hibernation support (Dexuan Cui) - latency testing framework (Branden Bonaby) - decoupling Hyper-V page size from guest page size (Himadri Pandya) * tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux: (22 commits) Drivers: hv: vmbus: Fix crash handler reset of Hyper-V synic drivers/hv: Replace binary semaphore with mutex drivers: iommu: hyperv: Make HYPERV_IOMMU only available on x86 HID: hyperv: Add the support of hibernation hv_balloon: Add the support of hibernation x86/hyperv: Implement hv_is_hibernation_supported() Drivers: hv: balloon: Remove dependencies on guest page size Drivers: hv: vmbus: Remove dependencies on guest page size x86: hv: Add function to allocate zeroed page for Hyper-V Drivers: hv: util: Specify ring buffer size using Hyper-V page size Drivers: hv: Specify receive buffer size using Hyper-V page size tools: hv: add vmbus testing tool drivers: hv: vmbus: Introduce latency testing video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driver video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V host hv_netvsc: Add the support of hibernation hv_sock: Add the support of hibernation video: hyperv_fb: Add the support of hibernation scsi: storvsc: Add the support of hibernation Drivers: hv: vmbus: Add module parameter to cap the VMBus version ...
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/debugfs-hyperv 23 additions, 0 deletionsDocumentation/ABI/testing/debugfs-hyperv
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- arch/x86/hyperv/hv_init.c 15 additions, 0 deletionsarch/x86/hyperv/hv_init.c
- arch/x86/include/asm/mshyperv.h 1 addition, 0 deletionsarch/x86/include/asm/mshyperv.h
- drivers/hid/hid-hyperv.c 34 additions, 0 deletionsdrivers/hid/hid-hyperv.c
- drivers/hv/Makefile 1 addition, 0 deletionsdrivers/hv/Makefile
- drivers/hv/connection.c 45 additions, 42 deletionsdrivers/hv/connection.c
- drivers/hv/hv_balloon.c 97 additions, 15 deletionsdrivers/hv/hv_balloon.c
- drivers/hv/hv_debugfs.c 178 additions, 0 deletionsdrivers/hv/hv_debugfs.c
- drivers/hv/hv_fcopy.c 2 additions, 1 deletiondrivers/hv/hv_fcopy.c
- drivers/hv/hv_kvp.c 2 additions, 1 deletiondrivers/hv/hv_kvp.c
- drivers/hv/hv_snapshot.c 2 additions, 1 deletiondrivers/hv/hv_snapshot.c
- drivers/hv/hv_util.c 7 additions, 6 deletionsdrivers/hv/hv_util.c
- drivers/hv/hyperv_vmbus.h 31 additions, 0 deletionsdrivers/hv/hyperv_vmbus.h
- drivers/hv/ring_buffer.c 2 additions, 0 deletionsdrivers/hv/ring_buffer.c
- drivers/hv/vmbus_drv.c 16 additions, 11 deletionsdrivers/hv/vmbus_drv.c
- drivers/iommu/Kconfig 1 addition, 1 deletiondrivers/iommu/Kconfig
- drivers/net/hyperv/hyperv_net.h 3 additions, 0 deletionsdrivers/net/hyperv/hyperv_net.h
- drivers/net/hyperv/netvsc_drv.c 57 additions, 0 deletionsdrivers/net/hyperv/netvsc_drv.c
- drivers/scsi/storvsc_drv.c 41 additions, 0 deletionsdrivers/scsi/storvsc_drv.c
Loading
Please register or sign in to comment