linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-22 15:35:53 to 2022-03-01 19:46:52 UTC [more...]

[PATCH v3 00/30] Driver for Hyper-v virtual compute device
 2022-03-01 19:46 UTC  (22+ messages)
` [PATCH v3 01/30] drivers: hv: dxgkrnl: Add virtual compute device VM bus channel guids
  ` [PATCH v3 02/30] drivers: hv: dxgkrnl: Driver initialization and loading
  ` [PATCH v3 03/30] drivers: hv: dxgkrnl: Add VM bus message support, initialize VM bus channels
  ` [PATCH v3 04/30] drivers: hv: dxgkrnl: Creation of dxgadapter object
  ` [PATCH v3 05/30] drivers: hv: dxgkrnl: Opening of /dev/dxg device and dxgprocess creation
  ` [PATCH v3 06/30] drivers: hv: dxgkrnl: Enumerate and open dxgadapter objects
  ` [PATCH v3 07/30] drivers: hv: dxgkrnl: Creation of dxgdevice objects
  ` [PATCH v3 08/30] drivers: hv: dxgkrnl: Creation of dxgcontext objects
  ` [PATCH v3 09/30] drivers: hv: dxgkrnl: Creation of compute device allocations and resources
  ` [PATCH v3 10/30] drivers: hv: dxgkrnl: Creation of compute device sync objects
  ` [PATCH v3 11/30] drivers: hv: dxgkrnl: Operations using "
  ` [PATCH v3 12/30] drivers: hv: dxgkrnl: Sharing of dxgresource objects
  ` [PATCH v3 13/30] drivers: hv: dxgkrnl: Sharing of sync objects
  ` [PATCH v3 14/30] drivers: hv: dxgkrnl: Creation of hardware queues. Sync object operations to hw queue
  ` [PATCH v3 15/30] drivers: hv: dxgkrnl: Creation of paging queue objects
  ` [PATCH v3 16/30] drivers: hv: dxgkrnl: Submit execution commands to the compute device
  ` [PATCH v3 17/30] drivers: hv: dxgkrnl: Share objects with the host
  ` [PATCH v3 18/30] drivers: hv: dxgkrnl: Query the dxgdevice state
  ` [PATCH v3 20/30] drivers: hv: dxgkrnl: Manage device allocation properties
  ` [PATCH v3 23/30] drivers: hv: dxgkrnl: The escape ioctl
  ` [PATCH v3 30/30] drivers: hv: dxgkrnl: Add support to map guest pages by host

propagating vmgenid outward and upward
 2022-03-01 19:41 UTC  (10+ messages)

cleanup swiotlb initialization v2
 2022-03-01 18:20 UTC  (17+ messages)
` [PATCH 01/11] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/11] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/11] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/11] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/11] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 06/11] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/11] x86: remove the IOMMU table infrastructure
` [PATCH 08/11] swiotlb: make the swiotlb_init interface more useful
` [PATCH 09/11] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 10/11] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 11/11] x86: remove cruft from <asm/dma-mapping.h>

[PATCH v3 00/11] Fix broken usage of driver_override (and kfree of static memory)
 2022-03-01 17:28 UTC  (24+ messages)
` [PATCH v3 01/11] driver: platform: Add helper for safer setting of driver_override
` [PATCH v3 02/11] amba: Use driver_set_override() instead of open-coding
` [PATCH v3 03/11] fsl-mc: "
` [PATCH v3 04/11] hv: "
` [PATCH v3 05/11] PCI: "
` [PATCH v3 06/11] s390: cio: "
` [PATCH v3 07/11] spi: Use helper for safer setting of driver_override
` [PATCH v3 08/11] vdpa: "
` [PATCH v3 09/11] clk: imx: scu: Fix kfree() of static memory on setting driver_override
` [PATCH v3 10/11] slimbus: qcom-ngd: "
` [PATCH v3 11/11] rpmsg: "

[PATCH] hv_balloon: rate-limit "Unhandled message" warning
 2022-03-01 15:16 UTC  (3+ messages)

[PATCH] Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in isolated guests
 2022-03-01 14:11 UTC 

[PATCH V2 0/2] x86/hyperv/Swiotlb: Add swiotlb_set_alloc_from_low_pages() switch function
 2022-03-01 14:01 UTC  (14+ messages)
` [PATCH V2 1/2] Swiotlb: Add swiotlb_alloc_from_low_pages switch

cleanup swiotlb initialization v4
 2022-03-01 11:43 UTC  (15+ messages)
` [PATCH 01/12] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/12] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/12] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/12] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/12] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 06/12] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/12] x86: remove the IOMMU table infrastructure
` [PATCH 08/12] x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabled
` [PATCH 09/12] swiotlb: make the swiotlb_init interface more useful
` [PATCH 10/12] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 11/12] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 12/12] x86: remove cruft from <asm/dma-mapping.h>

[RFC 0/2] Drivers: hv: balloon: Temporary fixes for ARM64
 2022-02-26  1:30 UTC  (10+ messages)
` [RFC 1/2] Drivers: hv: balloon: Support status report for larger page sizes
` [RFC 2/2] Drivers: hv: balloon: Disable balloon and hot-add accordingly
  ` [RFC v1.1] "

[PATCH v2 00/11] Fix broken usage of driver_override (and kfree of static memory)
 2022-02-25 17:13 UTC  (25+ messages)
` [PATCH v2 01/11] driver: platform: add and use helper for safer setting of driver_override
` [PATCH v2 02/11] amba: "
` [PATCH v2 03/11] fsl-mc: "
` [PATCH v2 04/11] hv: vmbus: "
` [PATCH v2 05/11] pci: "
` [PATCH v2 06/11] s390: cio: "
` [PATCH v2 07/11] spi: "
` [PATCH v2 08/11] vdpa: "
` [PATCH v2 09/11] clk: imx: scu: fix kfree() of static memory on setting driver_override
` [PATCH v2 10/11] slimbus: qcom-ngd: "
` [PATCH v2 11/11] rpmsg: "

[PATCH v3 0/2] VM fork detection for RNG
 2022-02-25 15:57 UTC  (36+ messages)
` [PATCH v3 1/2] random: add mechanism for VM forks to reinitialize crng
` [PATCH v3 2/2] virt: vmgenid: introduce driver for reinitializing RNG on VM fork
      ` [PATCH v4] "

cleanup swiotlb initialization
 2022-02-25 15:24 UTC  (26+ messages)
` [PATCH 01/11] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/11] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/11] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/11] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/11] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 06/11] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/11] x86: remove the IOMMU table infrastructure
` [PATCH 08/11] swiotlb: make the swiotlb_init interface more useful
` [PATCH 09/11] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 10/11] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 11/11] x86: remove cruft from <asm/dma-mapping.h>

[PATCH] x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64
 2022-02-25 12:02 UTC 

[PATCH] x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64
 2022-02-25  8:46 UTC 

[RFC FATCH] x86/Hyper-V: Add SEV negotiate protocol support in Isolation VM
 2022-02-25  5:12 UTC  (2+ messages)

[PATCH v2 0/2] VM fork detection for RNG
 2022-02-23 22:04 UTC  (3+ messages)
` [PATCH v2 1/2] random: add mechanism for VM forks to reinitialize crng
` [PATCH v2 2/2] virt: vmgenid: introduce driver for reinitializing RNG on VM fork

[PATCH RFC v1 2/2] drivers/virt: add vmgenid driver for reinitializing RNG
 2022-02-23 16:36 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).