Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Pull Hyper-V updates from Sasha Levin: - Most of the commits here are work to enable host-initiated hibernation support by Dexuan Cui. - Fix for a warning shown when host sends non-aligned balloon requests by Tianyu Lan. * tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux: hv_utils: Add the support of hibernation hv_utils: Support host-initiated hibernation request hv_utils: Support host-initiated restart request Tools: hv: Reopen the devices if read() or write() returns errors video: hyperv: hyperv_fb: Use physical memory for fb on HyperV Gen 1 VMs. Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23) video: hyperv_fb: Fix hibernation for the deferred IO feature Input: hyperv-keyboard: Add the support of hibernation hv_balloon: Balloon up according to request page number
No related branches found
No related tags found
Showing
- drivers/hv/channel_mgmt.c 7 additions, 14 deletionsdrivers/hv/channel_mgmt.c
- drivers/hv/hv_balloon.c 3 additions, 10 deletionsdrivers/hv/hv_balloon.c
- drivers/hv/hv_fcopy.c 53 additions, 1 deletiondrivers/hv/hv_fcopy.c
- drivers/hv/hv_kvp.c 41 additions, 2 deletionsdrivers/hv/hv_kvp.c
- drivers/hv/hv_snapshot.c 53 additions, 2 deletionsdrivers/hv/hv_snapshot.c
- drivers/hv/hv_util.c 139 additions, 9 deletionsdrivers/hv/hv_util.c
- drivers/hv/hyperv_vmbus.h 6 additions, 0 deletionsdrivers/hv/hyperv_vmbus.h
- drivers/hv/vmbus_drv.c 4 additions, 0 deletionsdrivers/hv/vmbus_drv.c
- drivers/input/serio/hyperv-keyboard.c 27 additions, 0 deletionsdrivers/input/serio/hyperv-keyboard.c
- drivers/video/fbdev/Kconfig 1 addition, 0 deletionsdrivers/video/fbdev/Kconfig
- drivers/video/fbdev/hyperv_fb.c 145 additions, 39 deletionsdrivers/video/fbdev/hyperv_fb.c
- include/linux/hyperv.h 4 additions, 0 deletionsinclude/linux/hyperv.h
- tools/hv/hv_fcopy_daemon.c 32 additions, 5 deletionstools/hv/hv_fcopy_daemon.c
- tools/hv/hv_kvp_daemon.c 21 additions, 15 deletionstools/hv/hv_kvp_daemon.c
- tools/hv/hv_vss_daemon.c 38 additions, 11 deletionstools/hv/hv_vss_daemon.c
Loading
Please register or sign in to comment