Linux-HyperV List
 help / color / mirror / Atom feed
 messages from 2026-05-02 15:08:26 to 2026-05-12 02:03:21 UTC [more...]

[PATCH V3 00/11] PCI passthru on Hyper-V (Part I)
 2026-05-12  2:02 UTC  (5+ messages)
` [PATCH V3 01/11] iommu/hyperv: Rename hyperv-iommu.c to hyperv-irq.c
` [PATCH V3 02/11] x86/hyperv: Cosmetic changes in irqdomain.c for readability
` [PATCH V3 03/11] mshv: Provide a way to get partition ID if running in a VMM process
` [PATCH V3 04/11] mshv: Declarations and definitions for VFIO-MSHV bridge device

[PATCH v3 00/10] Convert all drivers to the new udata response flow
 2026-05-12  0:09 UTC  (11+ messages)
` [PATCH v3 01/10] RDMA: Use ib_is_udata_in_empty() for places calling ib_is_udata_cleared()
` [PATCH v3 02/10] IB/rdmavt: Don't abuse udata and ib_respond_udata()
` [PATCH v3 03/10] RDMA: Convert drivers using min to ib_respond_udata()
` [PATCH v3 04/10] RDMA: Convert drivers using sizeof() "
` [PATCH v3 05/10] RDMA/cxgb4: Convert "
` [PATCH v3 06/10] RDMA/qedr: Replace qedr_ib_copy_to_udata() with ib_respond_udata()
` [PATCH v3 07/10] RDMA/mlx: Replace response_len "
` [PATCH v3 08/10] RDMA: Use proper driver data response structs instead of open coding
` [PATCH v3 09/10] RDMA: Add missed = {} initialization to uresp structs
` [PATCH v3 10/10] RDMA: Replace memset with = {} pattern for ib_respond_udata()

[PATCH v2 0/5] treewide: Convert buses to use generic driver_override
 2026-05-11 18:02 UTC  (7+ messages)
` [PATCH v2 1/5] amba: use generic driver_override infrastructure
` [PATCH v2 2/5] cdx: "
` [PATCH v2 3/5] Drivers: hv: vmbus: "
` [PATCH v2 4/5] rpmsg: "
` [PATCH v2 5/5] driver core: remove driver_set_override()

[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-05-11 16:24 UTC  (5+ messages)
` [PATCH v1 1/4] iommu: Move Hyper-V IOMMU driver to its own subdirectory
` [PATCH v1 2/4] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v1 4/4] iommu/hyperv: Add page-selective IOTLB flush support

[PATCH v4 00/18] mshv: Bug fixes across the mshv_root module
 2026-05-11 15:29 UTC  (29+ messages)
` [PATCH v4 01/18] mshv: Fix IRQ leak and type hazards in hv_call_modify_spa_host_access
` [PATCH v4 02/18] mshv: Fix mshv_prepare_pinned_region error path for unencrypted partitions
` [PATCH v4 03/18] mshv: Fix race in mshv_irqfd_deassign
` [PATCH v4 04/18] mshv: Add NULL check for vp in mshv_try_assert_irq_fast
` [PATCH v4 05/18] mshv: irqfd: Reject routing updates that invalidate resampler binding
` [PATCH v4 06/18] mshv: Fix broken seqcount read protection
` [PATCH v4 07/18] mshv: Consolidate irqfd interrupt injection paths
` [PATCH v4 08/18] mshv: Fix level-triggered check on uninitialized data
` [PATCH v4 09/18] mshv: Fix duplicate GSI detection for GSI 0
` [PATCH v4 10/18] mshv: portid_table: Make mshv_portid_lookup() RCU-aware by contract
` [PATCH v4 11/18] mshv: Fix sleeping under spinlock in mshv_portid_alloc
` [PATCH v4 12/18] mshv: Use kfree_rcu in mshv_portid_free
` [PATCH v4 13/18] mshv: Add missing vp_index bounds check in intercept ISR
` [PATCH v4 14/18] mshv: Order pt_vp_array publish against irqfd assertion path
` [PATCH v4 15/18] mshv: Defer mshv_vp free to an RCU grace period
` [PATCH v4 16/18] mshv: Validate scheduler message bounds from hypervisor
` [PATCH v4 17/18] mshv: Publish VP to pt_vp_array before installing the file descriptor
` [PATCH v4 18/18] mshv: Fix missing error code on VP allocation failure

[PATCH v2 00/10] drm: Improve logic behind damage handling
 2026-05-11 12:22 UTC  (11+ messages)
` [PATCH v2 01/10] drm/damage-helper: Do not alter damage clips on modeset, but ignore them
` [PATCH v2 02/10] drm/atomic-helpers: Evaluate plane damage after atomic_check
` [PATCH v2 03/10] drm/ingenic: Remove calls to drm_atomic_helper_check_plane_damage()
` [PATCH v2 04/10] drm/damage-helper: Test src coord in drm_atomic_helper_check_plane_damage()
` [PATCH v2 05/10] drm/appletbdrm: Allocate request/response buffers in begin_fb_access
` [PATCH v2 06/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_iter_init()
` [PATCH v2 07/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_merged()
` [PATCH v2 08/10] drm/atomic_helper: Do not evaluate plane damage before atomic_check
` [PATCH v2 09/10] drm/damage-helper: Rename state parameters in damage helpers
` [PATCH v2 10/10] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state

[PATCH net v2] net: mana: Optimize irq affinity for low vcpu configs
 2026-05-10 20:00 UTC  (8+ messages)

[PATCH net-next] net: mana: Add handler for sriov configure
 2026-05-08 23:10 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH net-next v8 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
 2026-05-08 22:12 UTC  (7+ messages)
` [PATCH net-next v8 1/6] net: mana: Create separate EQs for each vPort
` [PATCH net-next v8 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
` [PATCH net-next v8 3/6] net: mana: Introduce GIC context with refcounting for interrupt management
` [PATCH net-next v8 4/6] net: mana: Use GIC functions to allocate global EQs
` [PATCH net-next v8 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
` [PATCH net-next v8 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs

[PATCH net-next v8] net: mana: Expose hardware diagnostic info via debugfs
 2026-05-08 22:01 UTC  (2+ messages)

[PATCH v3] mshv: support 1G hugepages by passing them as 2M-aligned chunks
 2026-05-08 16:27 UTC  (4+ messages)

[PATCH net-next,v9 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-05-08 14:27 UTC  (3+ messages)
` [PATCH net-next,v9 1/2] net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switch
` [PATCH net-next,v9 2/2] net: mana: force full-page RX buffers via ethtool private flag

[PATCH v8 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-05-08 11:46 UTC  (3+ messages)
` [PATCH v8 1/2] net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switch
` [PATCH v8 2/2] net: mana: force full-page RX buffers via ethtool private flag

[PATCH net-next v7 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-05-08 10:48 UTC  (4+ messages)
` [PATCH net-next v7 1/2] net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switch
` [PATCH net-next v7 2/2] net: mana: force full-page RX buffers via ethtool private flag

[PATCH v2 00/15] Add arm64 support in MSHV_VTL
 2026-05-08  9:56 UTC  (19+ messages)
` [PATCH v2 07/15] arm64: hyperv: Add support for mshv_vtl_return_call
` [PATCH v2 09/15] Drivers: hv: mshv_vtl: Move hv_vtl_configure_reg_page() to x86

[PATCH V2 00/11] PCI passthru on Hyper-V (Part I)
 2026-05-08  1:54 UTC  (4+ messages)
` [PATCH V2 09/11] x86/hyperv: Implement hyperv virtual IOMMU

[PATCH v2] Drivers: hv: vmbus: Improve the logic of reserving fb_mmio on Gen2 VMs
 2026-05-07 21:43 UTC  (7+ messages)
      ` [EXTERNAL] "

[PATCH v3] Drivers: hv: vmbus: Improve the logic of reserving fb_mmio on Gen2 VMs
 2026-05-07 21:28 UTC 

[PATCH v3] mshv: Simplify GPA map/unmap hypercall helpers
 2026-05-07 20:42 UTC  (8+ messages)

[PATCH v4] mshv: Simplify GPA map/unmap hypercall helpers
 2026-05-07 20:40 UTC 

[PATCH net-next v7 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
 2026-05-07 19:12 UTC  (7+ messages)
` [PATCH net-next v7 1/6] net: mana: Create separate EQs for each vPort
` [PATCH net-next v7 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
` [PATCH net-next v7 3/6] net: mana: Introduce GIC context with refcounting for interrupt management
` [PATCH net-next v7 4/6] net: mana: Use GIC functions to allocate global EQs
` [PATCH net-next v7 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
` [PATCH net-next v7 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs

[PATCH 00/10] drm: Improve logic behind damage handling
 2026-05-07 12:22 UTC  (12+ messages)
` [PATCH 01/10] drm/damage-helper: Do not alter damage clips on modeset, but ignore them
` [PATCH 02/10] drm/atomic-helpers: Evaluate plane damage after atomic_check
` [PATCH 03/10] drm/ingenic: Remove calls to drm_atomic_helper_check_plane_damage()
` [PATCH 04/10] drm/damage-helper: Test src coord in drm_atomic_helper_check_plane_damage()
` [PATCH 05/10] drm/appletbdrm: Allocate request/response buffers in begin_fb_access
` [PATCH 06/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_iter_init()
` [PATCH 07/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_merged()
` [PATCH 08/10] drm/atomic_helper: Do not evaluate plane damage before atomic_check
` [PATCH 09/10] drm/damage-helper: Rename state parameters in damage helpers
` [PATCH 10/10] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state

[PATCH v2] scsi: storvsc: Replace symbolic permissions with octal
 2026-05-06 19:23 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-05-06 16:52 UTC  (10+ messages)

[PATCH net-next v7] net: mana: Expose hardware diagnostic info via debugfs
 2026-05-06  5:51 UTC  (3+ messages)

[PATCH net-next v3 0/2] net: mana: Avoid queue struct allocation failure under memory fragmentation
 2026-05-06  2:30 UTC  (2+ messages)

[PATCH net, v3] net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLR
 2026-05-05 16:28 UTC  (4+ messages)

[PATCH v4 0/3] Hyper-V: kexec fixes for L1VH (mshv)
 2026-05-05 11:35 UTC  (4+ messages)
` [PATCH v4 1/3] mshv: limit SynIC management to MSHV-owned resources

[PATCH 0/3] net: mana: Fix mana_destroy_rxq() cleanup for partial RXQ init
 2026-05-05 10:20 UTC  (4+ messages)

[PATCH v2] mshv: support 1G hugepages by passing them as 2M-aligned chunks
 2026-05-05  5:58 UTC 

[PATCH net-next v2] net: mana: hardening: Reject zero max_num_queues from GDMA_QUERY_MAX_RESOURCES
 2026-05-05  2:30 UTC  (2+ messages)

[PATCH net-next v2] net: mana: hardening: Reject zero max_num_queues from MANA_QUERY_VPORT_CONFIG
 2026-05-05  2:30 UTC  (2+ messages)

[PATCH net-next v6 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
 2026-05-04 22:30 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH net-next v6 1/6] net: mana: Create separate EQs for each vPort
 2026-05-04 22:08 UTC  (7+ messages)
  ` [EXTERNAL] "

[PATCH v2 1/2] Drivers: hv: vmbus: Provide option to skip VMBus unload on panic
 2026-05-04 20:47 UTC  (2+ messages)

[PATCH v3 00/18] mshv: Bug fixes across the mshv_root module
 2026-05-04 19:10 UTC  (19+ messages)
` [PATCH v3 01/18] mshv: Fix IRQ leak and type hazards in hv_call_modify_spa_host_access
` [PATCH v3 02/18] mshv: Fix potential integer overflow in mshv_region_create
` [PATCH v3 03/18] mshv: Fix mshv_prepare_pinned_region error path for unencrypted partitions
` [PATCH v3 04/18] mshv: Fix potential u64 overflow in region overlap check
` [PATCH v3 05/18] mshv: Fix race in mshv_irqfd_deassign
` [PATCH v3 06/18] mshv: Add defensive synchronize_srcu in irqfd shutdown
` [PATCH v3 07/18] mshv: Add NULL check for vp in mshv_try_assert_irq_fast
` [PATCH v3 08/18] mshv: Fix broken seqcount read protection
` [PATCH v3 09/18] mshv: Consolidate irqfd interrupt injection paths
` [PATCH v3 10/18] mshv: Fix level-triggered check on uninitialized data
` [PATCH v3 11/18] mshv: Fix duplicate GSI detection for GSI 0
` [PATCH v3 12/18] mshv: Fix use-after-RCU in mshv_portid_lookup
` [PATCH v3 13/18] mshv: Fix sleeping under spinlock in mshv_portid_alloc
` [PATCH v3 14/18] mshv: Use kfree_rcu in mshv_portid_free
` [PATCH v3 15/18] mshv: Add missing vp_index bounds check in intercept ISR
` [PATCH v3 16/18] mshv: Add store/load ordering for VP array publish
` [PATCH v3 17/18] mshv: Validate scheduler message bounds from hypervisor
` [PATCH v3 18/18] mshv: Fix missing error code on VP allocation failure

[PATCH v3 00/18] mshv: Bug fixes across the mshv_root module
 2026-05-04 19:06 UTC  (3+ messages)
` [PATCH v3] mshv: Fix IRQ leak and type hazards in hv_call_modify_spa_host_access

[PATCH v3 0/6] Hyper-V: kexec fixes for L1VH (mshv)
 2026-05-04 15:09 UTC  (5+ messages)
` [PATCH v3 2/6] x86/hyperv: move stimer cleanup to hv_machine_shutdown()
` [PATCH v3 3/6] x86/hyperv: Skip LP/VP creation on kexec

[PATCH net, v2] net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLR
 2026-05-03  3:03 UTC  (3+ messages)

[PATCH rc 00/15] Various bug fixes for RDMA drivers in the uapi functions
 2026-05-02 18:39 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox