Merge tag 'hyperv-next-signed-20220114' of...
Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux Pull hyperv updates from Wei Liu: - More patches for Hyper-V isolation VM support (Tianyu Lan) - Bug fixes and clean-up patches from various people * tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux: scsi: storvsc: Fix storvsc_queuecommand() memory leak x86/hyperv: Properly deal with empty cpumasks in hyperv_flush_tlb_multi() Drivers: hv: vmbus: Initialize request offers message for Isolation VM scsi: storvsc: Fix unsigned comparison to zero swiotlb: Add CONFIG_HAS_IOMEM check around swiotlb_mem_remap() x86/hyperv: Fix definition of hv_ghcb_pg variable Drivers: hv: Fix definition of hypercall input & output arg variables net: netvsc: Add Isolation VM support for netvsc driver scsi: storvsc: Add Isolation VM support for storvsc driver hyper-v: Enable swiotlb bounce buffer for Isolation VM x86/hyper-v: Add hyperv Isolation VM check in...
Showing
- arch/x86/hyperv/hv_init.c 13 additions, 1 deletionarch/x86/hyperv/hv_init.c
- arch/x86/hyperv/ivm.c 28 additions, 0 deletionsarch/x86/hyperv/ivm.c
- arch/x86/hyperv/mmu.c 9 additions, 10 deletionsarch/x86/hyperv/mmu.c
- arch/x86/include/asm/mshyperv.h 1 addition, 1 deletionarch/x86/include/asm/mshyperv.h
- arch/x86/kernel/cc_platform.c 8 additions, 0 deletionsarch/x86/kernel/cc_platform.c
- arch/x86/kernel/cpu/mshyperv.c 14 additions, 1 deletionarch/x86/kernel/cpu/mshyperv.c
- drivers/hv/channel_mgmt.c 1 addition, 1 deletiondrivers/hv/channel_mgmt.c
- drivers/hv/hv_common.c 13 additions, 2 deletionsdrivers/hv/hv_common.c
- drivers/hv/vmbus_drv.c 4 additions, 0 deletionsdrivers/hv/vmbus_drv.c
- drivers/net/hyperv/hyperv_net.h 5 additions, 0 deletionsdrivers/net/hyperv/hyperv_net.h
- drivers/net/hyperv/netvsc.c 133 additions, 3 deletionsdrivers/net/hyperv/netvsc.c
- drivers/net/hyperv/netvsc_drv.c 1 addition, 0 deletionsdrivers/net/hyperv/netvsc_drv.c
- drivers/net/hyperv/rndis_filter.c 2 additions, 0 deletionsdrivers/net/hyperv/rndis_filter.c
- drivers/scsi/storvsc_drv.c 32 additions, 22 deletionsdrivers/scsi/storvsc_drv.c
- include/asm-generic/mshyperv.h 4 additions, 2 deletionsinclude/asm-generic/mshyperv.h
- include/linux/hyperv.h 6 additions, 0 deletionsinclude/linux/hyperv.h
- include/linux/swiotlb.h 6 additions, 0 deletionsinclude/linux/swiotlb.h
- kernel/dma/swiotlb.c 48 additions, 2 deletionskernel/dma/swiotlb.c
Please register or sign in to comment