public inbox for virtualization@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2026-02-26 12:38:36 to 2026-03-05 16:20:00 UTC [more...]

[PATCH v12] can: virtio: Add virtio CAN driver
 2026-03-05 16:19 UTC 

Stalls when starting a VSOCK listening socket: soft lockups, RCU stalls, timeout
 2026-03-05 16:16 UTC  (11+ messages)

[PATCH net-next v10] virtio_net: add page_pool support for buffer allocation
 2026-03-05 12:38 UTC  (3+ messages)

[PATCH] virtio_ring: Fix data races in split virtqueue used ring accesses
 2026-03-05 12:00 UTC  (3+ messages)

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

[PATCH v6 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-03-05  9:16 UTC  (5+ messages)
` [PATCH v6 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
` [PATCH v6 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[PATCH] vdpa/ifcvf: handle dev_set_name() failure in ifcvf_vdpa_dev_add()
 2026-03-05  7:11 UTC  (3+ messages)

[PATCH net v8 0/2] virtio-net: fix for VIRTIO_NET_F_GUEST_HDRLEN
 2026-03-05  3:19 UTC  (3+ messages)
` [PATCH net v8 1/2] virtio-net: correct hdr_len handling "
` [PATCH net v8 2/2] virtio-net: correct hdr_len handling for tunnel gso

[PATCH 0/1] scsi: virtio_scsi: move INIT_WORK calls to virtscsi_init
 2026-03-04 18:14 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v3] vsock: add G2H fallback for CIDs not owned by H2G transport
 2026-03-04 17:26 UTC  (2+ messages)

[PATCH net-next v3] virtio-net: xsk: Support wakeup on RX side
 2026-03-04 15:43 UTC 

[PATCH net-next v2] virtio-net: xsk: Support wakeup on RX side
 2026-03-04 15:35 UTC  (5+ messages)

[PATCH 0/8] mm: globalize rest_of_page() macro
 2026-03-04 12:48 UTC  (16+ messages)
` [PATCH 1/8] mm: add "
` [PATCH 2/8] fs: use rest_of_page() macro where appropriate
` [PATCH 3/8] net: "
` [PATCH 4/8] core: "
` [PATCH 5/8] spi: "
` [PATCH 6/8] KVM: "
` [PATCH 7/8] drivers: ALSA: "
` [PATCH 8/8] arch: "

[PATCH v11] can: virtio: Add virtio CAN driver
 2026-03-04 11:42 UTC  (2+ messages)

[PATCH v4 0/5] Allow order zero pages in page reporting
 2026-03-04  8:44 UTC  (11+ messages)
` [PATCH v4 1/5] mm/page_reporting: add PAGE_REPORTING_ORDER_UNSPECIFIED
` [PATCH v4 2/5] virtio_balloon: set unspecified page reporting order
` [PATCH v4 3/5] hv_balloon: "
` [PATCH v4 4/5] mm/page_reporting: change PAGE_REPORTING_ORDER_UNSPECIFIED to -1
` [PATCH v4 5/5] mm/page_reporting: change page_reporting_order to PAGE_REPORTING_ORDER_UNSPECIFIED

[PATCH v4 0/2] vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iter
 2026-03-04  7:00 UTC  (5+ messages)
` [PATCH v4 1/2] vduse: Requeue failed read to send_list head
` [PATCH v4 2/2] vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iter

[PATCH] vduse: Add suspend
 2026-03-04  6:21 UTC  (5+ messages)

[PATCH] drm/virtio: Open-code drm_simple_encoder_init()
 2026-03-03 23:51 UTC  (7+ messages)

[PATCH] vsock: Enable H2G override
 2026-03-03 21:05 UTC  (15+ messages)

[PATCH v2] vsock: add G2H fallback for CIDs not owned by H2G transport
 2026-03-03 12:32 UTC  (5+ messages)
` [syzbot ci] "

[PATCH v3 0/5] Allow order zero pages in page reporting
 2026-03-03 10:04 UTC  (8+ messages)
` [PATCH v3 1/5] mm/page_reporting: add PAGE_REPORTING_ORDER_UNSPECIFIED
` [PATCH v3 2/5] virtio_balloon: set unspecified page reporting order
` [PATCH v3 3/5] hv_balloon: "
` [PATCH v3 4/5] mm/page_reporting: change PAGE_REPORTING_ORDER_UNSPECIFIED to -1
` [PATCH v3 5/5] mm/page_reporting: change page_reporting_order to PAGE_REPORTING_ORDER_UNSPECIFIED

[PATCH v2 0/5] Add queue ready message to VDUSE
 2026-03-03  9:39 UTC  (9+ messages)
` [PATCH v2 3/5] vduse: add VDUSE_GET_FEATURES ioctl

[PATCH net v7 0/2] virtio-net: fix for VIRTIO_NET_F_GUEST_HDRLEN
 2026-03-03  9:09 UTC  (5+ messages)
` [PATCH net v7 1/2] virtio-net: correct hdr_len handling "
` [PATCH net v7 2/2] virtio-net: correct hdr_len handling for tunnel gso

[PATCH v2 0/4] Allow order zero pages in page reporting
 2026-03-03  8:52 UTC  (9+ messages)
` [PATCH v2 1/4] mm/page_reporting: add PAGE_REPORTING_ORDER_UNSPECIFIED
` [PATCH v2 2/4] virtio_balloon: set unspecified page reporting order
` [PATCH v2 3/4] hv_balloon: "
` [PATCH v2 4/4] mm/page_reporting: change PAGE_REPORTING_ORDER_UNSPECIFIED to -1

[PATCH RFC] vhost: fix vhost_get_avail_idx for a non empty ring
 2026-03-03  6:38 UTC  (4+ messages)

[PATCH v10] can: virtio: Add virtio CAN driver
 2026-03-02 17:55 UTC  (7+ messages)

[PATCH v5 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-03-02 15:48 UTC  (5+ messages)
` [PATCH v5 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
` [PATCH v5 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[PATCH net-next v9] virtio_net: add page_pool support for buffer allocation
 2026-03-02 10:45 UTC  (3+ messages)

[PATCH v1 0/4] Allow order zero pages in page reporting
 2026-03-02  9:50 UTC  (17+ messages)
` [PATCH v1 1/4] page_reporting: add PAGE_REPORTING_DEFAULT_ORDER
` [PATCH v1 2/4] virtio_balloon: set default page reporting order
` [PATCH v1 3/4] hv_balloon: "
` [PATCH v1 4/4] page_reporting: change PAGE_REPORTING_DEFAULT_ORDER to -1

[BUG] vhost_net: livelock in handle_rx() when GRO packet exceeds virtqueue capacity
 2026-03-02  1:57 UTC  (5+ messages)

[PATCH v4 0/3] targeted TLB sync IPIs for lockless page table walkers
 2026-03-01  6:56 UTC  (6+ messages)
` [PATCH v4 3/3] x86/tlb: add architecture-specific TLB IPI optimization support

[PATCH net-next v8] virtio_net: add page_pool support for buffer allocation
 2026-03-01  6:43 UTC  (3+ messages)

FAILED: Patch "crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req" failed to apply to 5.10-stable tree
 2026-03-01  2:02 UTC 

FAILED: Patch "crypto: virtio: Add spinlock protection with virtqueue notification" failed to apply to 5.10-stable tree
 2026-03-01  2:02 UTC 

FAILED: Patch "crypto: virtio: Add spinlock protection with virtqueue notification" failed to apply to 5.15-stable tree
 2026-03-01  1:52 UTC 

FAILED: Patch "crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req" failed to apply to 5.15-stable tree
 2026-03-01  1:52 UTC 

FAILED: Patch "crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req" failed to apply to 6.1-stable tree
 2026-03-01  1:44 UTC 

FAILED: Patch "crypto: virtio: Add spinlock protection with virtqueue notification" failed to apply to 6.1-stable tree
 2026-03-01  1:44 UTC 

FAILED: Patch "vhost: move vdpa group bound check to vhost_vdpa" failed to apply to 6.1-stable tree
 2026-03-01  1:44 UTC 

FAILED: Patch "crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req" failed to apply to 6.6-stable tree
 2026-03-01  1:35 UTC 

FAILED: Patch "vhost: move vdpa group bound check to vhost_vdpa" failed to apply to 6.6-stable tree
 2026-03-01  1:35 UTC 

FAILED: Patch "crypto: virtio: Add spinlock protection with virtqueue notification" failed to apply to 6.6-stable tree
 2026-03-01  1:35 UTC 

FAILED: Patch "crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req" failed to apply to 6.12-stable tree
 2026-03-01  1:24 UTC 

FAILED: Patch "crypto: virtio: Add spinlock protection with virtqueue notification" failed to apply to 6.12-stable tree
 2026-03-01  1:24 UTC 

FAILED: Patch "vhost: move vdpa group bound check to vhost_vdpa" failed to apply to 6.12-stable tree
 2026-03-01  1:24 UTC 

FAILED: Patch "crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req" failed to apply to 6.18-stable tree
 2026-03-01  1:17 UTC 

FAILED: Patch "crypto: virtio: Add spinlock protection with virtqueue notification" failed to apply to 6.18-stable tree
 2026-03-01  1:17 UTC 

FAILED: Patch "crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req" failed to apply to 6.19-stable tree
 2026-03-01  1:14 UTC 

FAILED: Patch "crypto: virtio: Add spinlock protection with virtqueue notification" failed to apply to 6.19-stable tree
 2026-03-01  1:14 UTC 

[PATCH] crypto: virtio: Convert from tasklet to BH workqueue
 2026-02-28  8:43 UTC  (2+ messages)

[PATCH net-next] virtio-net: xsk: Support wakeup on RX side
 2026-02-28  6:25 UTC  (6+ messages)

[PATCH 0/3] Allow order zero pages in page reporting
 2026-02-26 17:43 UTC  (5+ messages)
` [PATCH 2/3] hv_balloon: Change default page reporting order
` [PATCH 3/3] virtio_balloon: Set pr_dev.order to new default

[PATCH net,v4,1/2] virtio_net: Improve RSS key size validation and use NETDEV_RSS_KEY_LEN
 2026-02-26 12:38 UTC  (12+ messages)
  ` [EXTERNAL] "


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