public inbox for linux-hyperv@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-06 21:33:22 to 2026-03-12 19:38:19 UTC [more...]

[PATCH net-next v5 0/3] add ethtool COALESCE_RX_CQE_FRAMES/NSECS and use it in MANA driver
 2026-03-12 19:37 UTC  (4+ messages)
` [PATCH net-next v5 1/3] net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS
` [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 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-12 19:33 UTC  (116+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 02/61] btrfs: "
` [PATCH 03/61] ceph: "
  ` [Intel-wired-lan] "
` [PATCH 04/61] ext4: "
` [PATCH 05/61] smb: Prefer IS_ERR_OR_NULL over manual NULl check
` [PATCH 06/61] 9p: Prefer IS_ERR_OR_NULL over manual NULL check
  ` [Intel-wired-lan] "
` [PATCH 07/61] erofs: "
` [PATCH 08/61] fuse: "
  ` [Intel-wired-lan] "
` [PATCH 09/61] ntfs3: "
` [PATCH 10/61] gfs2: "
` [PATCH 11/61] pstore: "
` [PATCH 12/61] quota: "
  ` [Intel-wired-lan] "
` [PATCH 13/61] squashfs: "
  ` [Intel-wired-lan] "
` [PATCH 14/61] seq_file: "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
  ` [Intel-wired-lan] "
` [PATCH 17/61] module: "
  ` [Intel-wired-lan] "
` [PATCH 18/61] sound: "
` [PATCH 19/61] kvm: "
` [PATCH 20/61] apparmor: "
` [PATCH 21/61] lib/test: "
` [PATCH 22/61] md: "
  ` [Intel-wired-lan] "
` [PATCH 23/61] net/ipv6: "
` [PATCH 24/61] net/9p: "
  ` [Intel-wired-lan] "
` [PATCH 25/61] net/bluetooth: "
  ` [Intel-wired-lan] "
` [PATCH 26/61] net/core: "
` [PATCH 27/61] net/netlink: "
` [PATCH 28/61] net/sched: "
  ` [Intel-wired-lan] "
` [PATCH 29/61] net/sctp: "
` [PATCH 30/61] net/sunrpc: "
  ` [Intel-wired-lan] "
` [PATCH 31/61] net/tipc: "
` [PATCH 32/61] net/wireless: "
` [PATCH 33/61] mm: "
` [PATCH 34/61] arch/arm: "
` [PATCH 35/61] arch/mips: "
` [PATCH 36/61] arch/sh: "
` [PATCH 37/61] drm: "
` [PATCH 38/61] net: "
  ` [EXTERNAL] "
  ` [Intel-wired-lan] "
` [PATCH 39/61] irqchip: "
  ` [Intel-wired-lan] "
` [PATCH 40/61] phy: "
` [PATCH 41/61] pinctrl: "
` [PATCH 42/61] pmdomain: "
` [PATCH 43/61] s390: "
` [PATCH 44/61] target: "
` [PATCH 45/61] thermal: "
` [PATCH 46/61] vfio: "
  ` [Intel-wired-lan] "
` [PATCH 47/61] nfc: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
  ` [Intel-wired-lan] "
` [PATCH 50/61] iommu: "
  ` [Intel-wired-lan] "
` [PATCH 51/61] leds: "
  ` (subset) "
` [PATCH 52/61] gpib: "
` [PATCH 53/61] hyperv: "
` [PATCH 54/61] aoe: "
  ` [Intel-wired-lan] "
` [PATCH 55/61] interconnect: "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
` [PATCH 58/61] arch/x86: "
` [PATCH 59/61] debugobjects: Drop likely() around !IS_ERR_OR_NULL()
` [PATCH 60/61] Input alps: Drop unlikely() around IS_ERR_OR_NULL()
` [PATCH 61/61] file: "

[PATCH rdma-next v2] RDMA/mana_ib: hardening: Clamp adapter capability values from MANA_IB_GET_ADAPTER_CAP
 2026-03-12 18:43 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 v3] drivers: hv: vmbus: Use kthread for vmbus interrupts on PREEMPT_RT
 2026-03-12 17:07 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  (6+ messages)
` [PATCH net-next,V4, 1/3] net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS
` [PATCH net-next,V4, 2/3] net: mana: Add support for RX CQE Coalescing
` [PATCH net-next,V4, 3/3] net: mana: Add ethtool counters for RX CQEs in coalesced type
    ` [EXTERNAL] "

[PATCH] mshv: Fix use-after-free in mshv_map_user_memory error path
 2026-03-12 16:02 UTC 

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

[PATCH 00/16] Update drivers to use ib_copy_validate_udata_in()
 2026-03-12 13:22 UTC  (21+ messages)
` [PATCH 01/16] RDMA: Consolidate patterns with offsetofend() to ib_copy_validate_udata_in()
` [PATCH 02/16] RDMA: Consolidate patterns with offsetof() "
` [PATCH 03/16] RDMA: Consolidate patterns with sizeof() "
` [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
` [PATCH 16/16] RDMA/hns: Remove the duplicate calls to ib_copy_validate_udata_in()

[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,v2] net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering teardown
 2026-03-11 19:22 UTC 

[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 net-next, v3] net: mana: Force full-page RX buffers for 4K page size on specific systems
 2026-03-11  4:00 UTC 

[PATCH net-next v3 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
 2026-03-10 19:03 UTC  (8+ messages)
` [PATCH net-next v3 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
` [PATCH net-next v3 3/6] net: mana: Introduce GIC context with refcounting for interrupt management
` [PATCH net-next v3 4/6] net: mana: Use GIC functions to allocate global EQs
  ` [net-next,v3,4/6] "
    ` [EXTERNAL] "
` [PATCH net-next v3 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
` [PATCH net-next v3 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs

[PATCH net-next, v2] net: mana: Force full-page RX buffers for 4K page size on specific systems
 2026-03-10 19:00 UTC  (3+ messages)
` [net-next,v2] "

[PATCH net-next] net: mana: hardening: Validate doorbell ID from GDMA_REGISTER_DEVICE response
 2026-03-10 12:50 UTC  (2+ messages)

[PATCH] Drivers: hv: vmbus: Fix potential NULL pointer dereference in vmbus_acpi_add()
 2026-03-10 11:18 UTC  (2+ messages)

[PATCH v8 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
 2026-03-09 17:57 UTC  (3+ messages)
` [PATCH v8 09/10] x86/hyperv/vtl: Mark the wakeup mailbox page as private

[PATCH net-next] net: mana: Expose hardware diagnostic info via debugfs
 2026-03-09 11:49 UTC  (3+ messages)
` [net-next] "

[PATCH net-next,V3, 0/3] add ethtool COALESCE_RX_CQE_FRAMES/NSECS and use it in MANA driver
 2026-03-08 16:30 UTC  (5+ messages)
` [PATCH net-next,V3, 1/3] net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS
` [PATCH net-next,V3, 2/3] net: mana: Add support for RX CQE Coalescing
` [PATCH net-next,V3, 3/3] net: mana: Add ethtool counters for RX CQEs in coalesced type

[PATCH rdma-next 0/8] RDMA/mana_ib: Handle service reset for RDMA resources
 2026-03-07 17:38 UTC  (10+ messages)
` [PATCH rdma-next 1/8] RDMA/mana_ib: Track ucontext per device
` [PATCH rdma-next 2/8] RDMA/mana_ib: Track PD per ucontext
` [PATCH rdma-next 3/8] RDMA/mana_ib: Track CQ "
` [PATCH rdma-next 4/8] RDMA/mana_ib: Track WQ "
` [PATCH rdma-next 5/8] RDMA/mana_ib: Track QP "
` [PATCH rdma-next 6/8] RDMA/mana_ib: Track MR "
` [PATCH rdma-next 7/8] RDMA/mana_ib: Notify service reset events to RDMA devices
` [PATCH rdma-next 8/8] RDMA/mana_ib: Skip firmware commands for invalidated handles

[PATCH 0/8] RDMA/mana_ib: Handle service reset for RDMA resources
 2026-03-07  1:44 UTC 


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