public inbox for linux-hyperv@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-12 16:12:49 to 2026-03-19 18:23:57 UTC [more...]

[PATCH v3 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-19 18:23 UTC  (5+ messages)
` [PATCH v3 01/16] mm: various small mmap_prepare cleanups
` [PATCH v3 02/16] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v3 03/16] mm: document vm_operations_struct->open the same as close()
` [PATCH v3 04/16] mm: add vm_ops->mapped hook

[PATCH] net: mana: fix use-after-free in add_adev() error path
 2026-03-19 18:18 UTC  (2+ messages)

[PATCH v12 0/5] shut down devices asynchronously
 2026-03-19 17:13 UTC 

[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-19 16:29 UTC  (38+ 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] Drivers: hv: vmbus: Move add_interrupt_randomness back to real interrupt
 2026-03-19 14:19 UTC  (10+ messages)
          `  "
              `  "

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (17+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 12/61] quota: "
` [PATCH 38/61] net: "
` [PATCH 46/61] vfio: "
` [PATCH 48/61] mtd: "
` [PATCH 50/61] iommu: "

[PATCH v3] drivers: hv: vmbus: Use kthread for vmbus interrupts on PREEMPT_RT
 2026-03-19 10:14 UTC  (15+ messages)
    `  "
        `  "

[PATCH net-next v4] net: mana: Expose hardware diagnostic info via debugfs
 2026-03-19  7:09 UTC 

[PATCH net-next v3] net: mana: Expose hardware diagnostic info via debugfs
 2026-03-19  6:48 UTC  (3+ messages)

[PATCH net-next v6 0/3] add ethtool COALESCE_RX_CQE_FRAMES/NSECS and use it in MANA driver
 2026-03-19  3:10 UTC  (5+ 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 net-next v6 3/3] net: mana: Add ethtool counters for RX CQEs in coalesced type

[PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
 2026-03-18 16:31 UTC  (10+ messages)

[PATCH] mshv: Fix error handling in mshv_region_populate_pages
 2026-03-18 16:20 UTC  (5+ messages)

[PATCH rdma-next 0/8] RDMA/mana_ib: Handle service reset for RDMA resources
 2026-03-18 14:49 UTC  (6+ messages)
      ` [EXTERNAL] "

[PATCH 00/11] Drivers: hv: Add ARM64 support in mshv_vtl
 2026-03-18  4:23 UTC  (16+ 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 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  (7+ messages)
` [PATCH 02/16] RDMA: Consolidate patterns with offsetof() to ib_copy_validate_udata_in()
  ` [EXTERNAL] "
` [PATCH 03/16] RDMA: Consolidate patterns with sizeof() "
  ` [EXTERNAL] "
` [PATCH 15/16] RDMA: Remove redundant = {} for udata req structs
  ` [EXTERNAL] "

[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 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 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] PCI: hv: Set default NUMA node to 0 for devices without affinity info
 2026-03-17  1:32 UTC  (2+ messages)

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

[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] "


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