public inbox for virtualization@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2026-03-10 19:08:11 to 2026-03-17 16:15:02 UTC [more...]

[PATCH net-next v9 0/7] Introduce async callback ndo_set_rx_mode_async
 2026-03-17 16:15 UTC  (18+ messages)
` [PATCH net-next v9 1/7] net: core: Add state tracking for async netdev ops
  ` [Intel-wired-lan] "
` [PATCH net-next v9 2/7] net: core: Introduce callback ndo_set_rx_mode_async
  ` [Intel-wired-lan] "
` [PATCH net-next v9 3/7] virtio-net: Implement ndo_set_rx_mode_async callback
  ` [Intel-wired-lan] "
` [PATCH net-next v9 4/7] e1000: "
  ` [Intel-wired-lan] "
` [PATCH net-next v9 5/7] 8139cp: "
  ` [Intel-wired-lan] "
` [PATCH net-next v9 6/7] vmxnet3: "
  ` [Intel-wired-lan] "
` [PATCH net-next v9 7/7] pcnet32: "
  ` [Intel-wired-lan] "

[PATCH] virtio: document the map API in the driver writing guide
 2026-03-17 14:49 UTC  (4+ messages)

[PATCH net-next 0/2] selftests/vsock: support nested VM runner for vmtest.sh
 2026-03-17 14:46 UTC  (4+ messages)
` [PATCH net-next 1/2] selftests/vsock: fix vmtest.sh for read-only nested VM runners
` [PATCH net-next 2/2] selftests/vsock: fix vsock_test path shadowing in nested VMs

[PATCH net v3] virtio-net: enable NETIF_F_GRO_HW only if GRO-related offloads are supported
 2026-03-17 12:41 UTC  (3+ messages)

[PATCH net v10 0/2] virtio-net: fix for VIRTIO_NET_F_GUEST_HDRLEN
 2026-03-17 11:29 UTC  (4+ messages)
` [PATCH net v10 1/2] virtio-net: correct hdr_len handling "
` [PATCH net v10 2/2] virtio-net: correct hdr_len handling for tunnel gso

[PATCH v2] mm/mempolicy: track page allocations per mempolicy
 2026-03-17 11:10 UTC  (17+ messages)

[PATCHv3] gpio: virtio: remove one kcalloc
 2026-03-17  9:45 UTC  (8+ messages)

[PATCH v3] mm/mempolicy: track user-defined mempolicy allocations
 2026-03-17  5:06 UTC 

[PATCH net-next v11] virtio_net: add page_pool support for buffer allocation
 2026-03-17  2:30 UTC  (11+ messages)

[PATCH net-next v2] virtio-net: enable NETIF_F_GRO_HW only if GRO-related offloads are supported
 2026-03-17  1:55 UTC  (9+ messages)

[PATCH] vdpa: don't free reply skb after genlmsg_reply()
 2026-03-17  1:22 UTC  (2+ messages)

[PATCH net-next v2] selftests/vsock: auto-detect kernel for guest VMs
 2026-03-17  0:56 UTC 

[PATCH v3 0/8] RDMA: Enable operation with DMA debug enabled
 2026-03-16 20:39 UTC  (11+ messages)
` [PATCH v3 1/8] dma-debug: Allow multiple invocations of overlapping entries
` [PATCH v3 2/8] dma-mapping: handle DMA_ATTR_CPU_CACHE_CLEAN in trace output
` [PATCH v3 3/8] dma-mapping: Clarify valid conditions for CPU cache line overlap
` [PATCH v3 4/8] dma-mapping: Introduce DMA require coherency attribute
` [PATCH v3 5/8] dma-direct: prevent SWIOTLB path when DMA_ATTR_REQUIRE_COHERENT is set
` [PATCH v3 6/8] iommu/dma: add support for DMA_ATTR_REQUIRE_COHERENT attribute
` [PATCH v3 7/8] RDMA/umem: Tell DMA mapping that UMEM requires coherency
` [PATCH v3 8/8] mm/hmm: Indicate that HMM requires DMA coherency

[PATCH v3 0/3] scsi: virtio_scsi: move INIT_WORK calls to virtscsi_init
 2026-03-16 15:33 UTC  (4+ messages)
` [PATCH v3 1/3] scsi: virtio_scsi: kick event_list unconditionally
` [PATCH v3 2/3] scsi: virtio_scsi: move INIT_WORK calls to virtscsi_init
` [PATCH v3 3/3] scsi: virtio_scsi: remove unnecessary fn declaration

[PATCH v2 0/3] scsi: virtio_scsi: move INIT_WORK calls to virtscsi_init
 2026-03-16 14:55 UTC  (9+ messages)
` [PATCH v2 1/3] scsi: virtio_scsi: kick event_list unconditionally
` [PATCH v2 2/3] scsi: virtio_scsi: remove unnecessary fn declaration
` [PATCH v2 3/3] scsi: virtio_scsi: move INIT_WORK calls to virtscsi_init

[PATCH] virtio: add kernel-doc for map and vmap members
 2026-03-16 12:08 UTC  (3+ messages)

[RFC 1/2] virtio_net: timeout control virtqueue commands
 2026-03-16  9:26 UTC  (15+ messages)

[PATCH net v2] virtio-net: enable NETIF_F_GRO_HW only if GRO-related offloads are supported
 2026-03-16  7:32 UTC 

[PATCH v7 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush
 2026-03-16  2:36 UTC  (2+ messages)

[PATCH] virtio_ring: reject NULL recycle callback in reset/resize helpers
 2026-03-15 15:30 UTC  (2+ messages)

[PATCH 5/5] virtio: document the map API in the driver writing guide
 2026-03-15 14:58 UTC 

[PATCH 3/5] virtio: add kernel-doc for map and vmap members
 2026-03-15 14:57 UTC 

[PATCH] virtio_pci: fix vq info pointer lookup via wrong index
 2026-03-15 14:18 UTC 

[PATCH net v2] virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false
 2026-03-15  1:12 UTC  (4+ messages)

[PATCH 0/2] Allow virtio-mmio to work on m68k nommu 68000
 2026-03-14 15:06 UTC  (6+ messages)
` [PATCH 1/2] virtio-mmio: Replace sizeof x with sizeof(x)
` [PATCH 2/2] virtio-mmio: Use raw io accessors to avoid arch issues

[PATCH net-next] selftests/vsock: auto-detect kernel for guest VMs
 2026-03-13 22:15 UTC 

[PATCH v11 45/65] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
 2026-03-13 13:20 UTC  (3+ messages)
` [PATCH v11 47/65] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v11 56/65] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver

[PATCH net-next v8 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-03-13 10:35 UTC  (12+ messages)
` [PATCH net-next v8 1/4] tun/tap: add ptr_ring consume helper with netdev queue wakeup
` [PATCH net-next v8 2/4] vhost-net: wake queue of tun/tap after ptr_ring consume
` [PATCH net-next v8 3/4] ptr_ring: move free-space check into separate helper
` [PATCH net-next v8 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present

[PATCH v3 0/3] Add queue ready message to VDUSE
 2026-03-13  7:08 UTC  (12+ messages)
` [PATCH v3 1/3] vduse: store control device pointer
` [PATCH v3 2/3] vduse: add VDUSE_GET_FEATURES ioctl
` [PATCH v3 3/3] vduse: add F_QUEUE_READY feature

[PATCH net] virtio-net: clear NETIF_F_GRO_HW if no GRO-related offloads are capable
 2026-03-13  6:22 UTC  (3+ messages)

[PATCH v2] vduse: Add suspend
 2026-03-13  5:57 UTC  (4+ messages)

[PATCH v2 0/8] RDMA: Enable operation with DMA debug enabled
 2026-03-12 16:50 UTC  (17+ messages)
` [PATCH v2 1/8] dma-debug: Allow multiple invocations of overlapping entries
` [PATCH v2 2/8] dma-mapping: handle DMA_ATTR_CPU_CACHE_CLEAN in trace output
` [PATCH v2 3/8] dma-mapping: Clarify valid conditions for CPU cache line overlap
` [PATCH v2 4/8] dma-mapping: Introduce DMA require coherency attribute
` [PATCH v2 5/8] dma-direct: prevent SWIOTLB path when DMA_ATTR_REQUIRE_COHERENT is set
` [PATCH v2 6/8] iommu/dma: add support for DMA_ATTR_REQUIRE_COHERENT attribute
` [PATCH v2 7/8] RDMA/umem: Tell DMA mapping that UMEM requires coherency
` [PATCH v2 8/8] mm/hmm: Indicate that HMM requires DMA coherency

[PATCH net v9 0/2] virtio-net: fix for VIRTIO_NET_F_GUEST_HDRLEN
 2026-03-12 14:28 UTC  (4+ messages)
` [PATCH net v9 1/2] virtio-net: correct hdr_len handling "
` [PATCH net v9 2/2] virtio-net: correct hdr_len handling for tunnel gso

[PATCH] virtio: fix kernel-doc warnings for virtio_device
 2026-03-12 10:51 UTC 

[PATCH net-next v4] vsock: add G2H fallback for CIDs not owned by H2G transport
 2026-03-12 10:10 UTC  (2+ messages)

[PATCH net v2] virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false
 2026-03-12  2:49 UTC 

[PATCH v3] virtio_ring: Fix KCSAN warnings in virtqueue_enable_cb_delayed_split()
 2026-03-12  2:41 UTC  (2+ messages)

[PATCH v2] mm/mempolicy: track page allocations per mempolicy
 2026-03-11 18:06 UTC  (3+ messages)

[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
 2026-03-11 10:47 UTC  (7+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()
` [PATCH v2 2/2] tree-wide: rename do_exit() to task_exit()

[PATCH v4 0/6] x86: Cleanups around slow_down_io()
 2026-03-11  9:16 UTC  (2+ messages)

[PATCHv2] gpio: virtio: remove one kcalloc
 2026-03-11  9:03 UTC  (2+ messages)

[PATCH v2] virtio_ring: Fix data races in virtqueue_enable_cb_delayed_split()
 2026-03-11  8:01 UTC  (4+ messages)

[PATCH net v8 0/2] virtio-net: fix for VIRTIO_NET_F_GUEST_HDRLEN
 2026-03-11  6:35 UTC  (4+ messages)
` [PATCH net v8 2/2] virtio-net: correct hdr_len handling for tunnel gso

[PATCH 2/3] dma-mapping: Clarify valid conditions for CPU cache line overlap
 2026-03-10 23:34 UTC  (12+ messages)


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