public inbox for linux-hyperv@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-11 09:23:08 to 2026-03-17 19:19:48 UTC [more...]

[PATCH net-next v6 0/3] add ethtool COALESCE_RX_CQE_FRAMES/NSECS and use it in MANA driver
 2026-03-17 19:18 UTC  (3+ messages)
` [PATCH net-next v6 1/3] net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS
` [PATCH net-next v6 2/3] net: mana: Add support for RX CQE Coalescing

[PATCH 1/2] Drivers: hv: vmbus: Provide option to skip VMBus unload on panic
 2026-03-17 18:43 UTC  (4+ messages)
` [PATCH 2/2] drm/hyperv: During panic do VMBus unload after frame buffer is flushed
  ` [EXTERNAL] "
` [EXTERNAL] [PATCH 1/2] Drivers: hv: vmbus: Provide option to skip VMBus unload on panic

[PATCH 00/16] Update drivers to use ib_copy_validate_udata_in()
 2026-03-17 18:16 UTC  (24+ messages)
` [PATCH 01/16] RDMA: Consolidate patterns with offsetofend() to ib_copy_validate_udata_in()
` [PATCH 02/16] RDMA: Consolidate patterns with offsetof() "
  ` [EXTERNAL] "
` [PATCH 03/16] RDMA: Consolidate patterns with sizeof() "
  ` [EXTERNAL] "
` [PATCH 04/16] RDMA: Use ib_copy_validate_udata_in() for implicit full structs
` [PATCH 05/16] RDMA/pvrdma: Use ib_copy_validate_udata_in() for srq
` [PATCH 06/16] RDMA/mlx5: Use ib_copy_validate_udata_in()
` [PATCH 07/16] RDMA/mlx4: "
` [PATCH 08/16] RDMA/mlx4: Use ib_copy_validate_udata_in() for QP
` [PATCH 09/16] RDMA/hns: Use ib_copy_validate_udata_in()
` [PATCH 10/16] RDMA/efa: Use ib_copy_validate_udata_in_cm()
` [PATCH 11/16] RDMA: Use ib_copy_validate_udata_in_cm() for zero comp_mask
` [PATCH 12/16] RDMA/mlx5: Pull comp_mask validation into ib_copy_validate_udata_in_cm()
` [PATCH 13/16] RDMA/hns: Add missing comp_mask check in create_qp
` [PATCH 14/16] RDMA/irdma: Add missing comp_mask check in alloc_ucontext
` [PATCH 15/16] RDMA: Remove redundant = {} for udata req structs
  ` [EXTERNAL] "
` [PATCH 16/16] RDMA/hns: Remove the duplicate calls to ib_copy_validate_udata_in()

[PATCH] Drivers: hv: vmbus: Move add_interrupt_randomness back to real interrupt
 2026-03-17 17:26 UTC  (6+ messages)

[PATCH v3] drivers: hv: vmbus: Use kthread for vmbus interrupts on PREEMPT_RT
 2026-03-17 17:25 UTC  (6+ messages)

[PATCH net-next v5 0/3] add ethtool COALESCE_RX_CQE_FRAMES/NSECS and use it in MANA driver
 2026-03-17 17:06 UTC  (7+ messages)
` [PATCH net-next v5 1/3] net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS
    ` [EXTERNAL] "
` [PATCH net-next v5 2/3] net: mana: Add support for RX CQE Coalescing
` [PATCH net-next v5 3/3] net: mana: Add ethtool counters for RX CQEs in coalesced type

[PATCH] mshv: Fix error handling in mshv_region_populate_pages
 2026-03-17 15:04 UTC 

[PATCH 00/11] Drivers: hv: Add ARM64 support in mshv_vtl
 2026-03-17  9:51 UTC  (14+ messages)
` [PATCH 01/11] arch: arm64: Export arch_smp_send_reschedule for mshv_vtl module
` [PATCH 02/11] Drivers: hv: Move hv_vp_assist_page to common files
` [PATCH 03/11] Drivers: hv: Add support to setup percpu vmbus handler
` [PATCH 04/11] Drivers: hv: Refactor mshv_vtl for ARM64 support to be added
` [PATCH 05/11] drivers: hv: Export vmbus_interrupt for mshv_vtl module
` [PATCH 06/11] Drivers: hv: Make sint vector architecture neutral in MSHV_VTL
` [PATCH 07/11] arch: arm64: Add support for mshv_vtl_return_call
` [PATCH 08/11] Drivers: hv: mshv_vtl: Move register page config to arch-specific files
` [PATCH 09/11] Drivers: hv: mshv_vtl: Let userspace do VSM configuration
` [PATCH 10/11] Drivers: hv: Add support for arm64 in MSHV_VTL
` [PATCH 11/11] Drivers: hv: Kconfig: Add ARM64 support for MSHV_VTL

[PATCH rdma-next v2] RDMA/mana_ib: hardening: Clamp adapter capability values from MANA_IB_GET_ADAPTER_CAP
 2026-03-17  9:44 UTC  (6+ messages)
  ` [EXTERNAL] "

[PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
 2026-03-17  9:14 UTC  (9+ messages)

[PATCH 00/15] mm: expand mmap_prepare functionality and usage
 2026-03-17  8:58 UTC  (45+ messages)
` [PATCH 01/15] mm: various small mmap_prepare cleanups
` [PATCH 02/15] mm: add documentation for the mmap_prepare file operation callback
` [PATCH 03/15] mm: document vm_operations_struct->open the same as close()
` [PATCH 04/15] mm: add vm_ops->mapped hook
` [PATCH 05/15] fs: afs: correctly drop reference count on mapping failure
` [PATCH 06/15] mm: add mmap_action_simple_ioremap()
` [PATCH 07/15] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH 08/15] hpet: "
` [PATCH 09/15] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH 10/15] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH 11/15] staging: vme_user: "
` [PATCH 12/15] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH 13/15] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH 14/15] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH 15/15] mm: add mmap_action_map_kernel_pages[_full]()

[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-17  4:33 UTC  (22+ messages)
` [PATCH v2 01/16] mm: various small mmap_prepare cleanups
` [PATCH v2 02/16] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v2 03/16] mm: document vm_operations_struct->open the same as close()
` [PATCH v2 04/16] mm: add vm_ops->mapped hook
` [PATCH v2 05/16] fs: afs: correctly drop reference count on mapping failure
` [PATCH v2 06/16] mm: add mmap_action_simple_ioremap()
` [PATCH v2 07/16] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 08/16] hpet: "
` [PATCH v2 09/16] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v2 10/16] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 11/16] staging: vme_user: "
` [PATCH v2 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v2 13/16] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 14/16] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v2 15/16] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v2 16/16] mm: on remap assert that input range within the proposed VMA

[PATCH v2] PCI: hv: Set default NUMA node to 0 for devices without affinity info
 2026-03-17  1:32 UTC  (2+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-16 22:10 UTC  (36+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 15/61] trace: "
` [PATCH 30/61] net/sunrpc: "
  ` [Intel-wired-lan] "
` [PATCH 36/61] arch/sh: "
` [PATCH 38/61] net: "
  ` [Intel-wired-lan] "
` [PATCH 39/61] irqchip: "
  ` [Intel-wired-lan] "
` [PATCH 41/61] pinctrl: "
` [PATCH 46/61] vfio: "
  ` [Intel-wired-lan] "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
  ` [Intel-wired-lan] "
` [PATCH 50/61] iommu: "
  ` [Intel-wired-lan] "
` [PATCH 54/61] aoe: "
  ` [Intel-wired-lan] "

[PATCH] PCI: hv: Set default NUMA node to 0 for devices without affinity info
 2026-03-16 20:53 UTC  (5+ messages)

[PATCH rdma-next 0/8] RDMA/mana_ib: Handle service reset for RDMA resources
 2026-03-16 20:08 UTC  (4+ messages)

[PATCH net-next v3] net: mana: Expose hardware diagnostic info via debugfs
 2026-03-16 11:23 UTC 

[PATCH net-next, v3] net: mana: Force full-page RX buffers for 4K page size on specific systems
 2026-03-14 19:50 UTC  (2+ messages)

[PATCH net,v2] net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering teardown
 2026-03-14 17:50 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update maintainers for Hyper-V DRM driver
 2026-03-13 22:06 UTC  (3+ messages)

[PATCH] mshv: Fix use-after-free in mshv_map_user_memory error path
 2026-03-13 21:12 UTC  (2+ messages)

[PATCH net-next] net: mana: hardening: Clamp adapter capability values from MANA_IB_GET_ADAPTER_CAP
 2026-03-12 18:08 UTC  (2+ messages)

[PATCH net-next,V4, 0/3] add ethtool COALESCE_RX_CQE_FRAMES/NSECS and use it in MANA driver
 2026-03-12 16:34 UTC  (4+ messages)
` [PATCH net-next,V4, 3/3] net: mana: Add ethtool counters for RX CQEs in coalesced type
    ` [EXTERNAL] "

[PATCH net-next v2] net: mana: Expose hardware diagnostic info via debugfs
 2026-03-12 14:46 UTC  (3+ messages)

[PATCH v2 1/2] Drivers: hv: vmbus: Provide option to skip VMBus unload on panic
 2026-03-12  4:46 UTC  (2+ messages)

[PATCH v2] mshv: Introduce tracing support
 2026-03-12  4:45 UTC  (2+ messages)

[PATCH 1/1] Drivers: hv: vmbus: Limit channel interrupt scan to relid high water mark
 2026-03-12  4:44 UTC  (2+ messages)

[PATCH V0] mshv: pass struct mshv_user_mem_region by reference
 2026-03-12  4:32 UTC  (3+ messages)

[PATCH -hyperv 1/3] x86/hyperv: Save segment registers directly to memory in hv_hvcrash_ctxt_save()
 2026-03-12  4:27 UTC  (4+ messages)
` [PATCH -hyperv 2/3] x86/hyperv: Use current_stack_pointer to avoid asm() "
` [PATCH -hyperv 3/3] x86/hyperv: Use any general-purpose register when saving %cr2 and %cr8

[PATCH net-next] net: mana: Expose page_pool stats via ethtool
 2026-03-11 19:47 UTC  (3+ messages)

[PATCH net] net: mana: Fix use-after-free in mana_hwc_destroy_channel() by re-ordering teardown
 2026-03-11 18:52 UTC  (2+ messages)

[PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-03-11 15:12 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