public inbox for virtualization@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2026-01-25 14:25:20 to 2026-02-02 07:46:30 UTC [more...]

[PATCH v4 0/3] targeted TLB sync IPIs for lockless page table walkers
 2026-02-02  7:45 UTC 

[PATCH RFC v2 0/2] virtio-net: add flow filter for receive timestamps
 2026-02-02  7:34 UTC  (11+ messages)
` [PATCH RFC v2 1/2] tun: support rx-tstamp
` [PATCH RFC v2 2/2] virtio-net: support receive timestamp
` [syzbot ci] Re: virtio-net: add flow filter for receive timestamps

[PATCH v3 0/2] vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iter
 2026-02-02  7:26 UTC  (3+ messages)
` [PATCH v3 1/2] vduse: Requeue failed read to send_list head
` [PATCH v3 2/2] vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iter

[PATCH 6.1.y] vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint
 2026-02-02  6:47 UTC 

[PATCH v2] vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iter
 2026-02-02  3:12 UTC 

[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-02-01 20:19 UTC  (16+ messages)
` [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup

[PATCH v1 net-next 0/3] ECN offload handling for AccECN series
 2026-02-01  9:17 UTC  (8+ messages)
` [PATCH v1 net-next 1/3] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v1 net-next 2/3] net: hns3/mlx5e: avoid corrupting CWR flag when receiving GRO packet
` [PATCH v1 net-next 3/3] virtio_net: Accurate ECN flag in virtio_net_hdr

[PATCH] nvdimm: virtio_pmem: serialize flush requests
 2026-02-01  4:40 UTC  (6+ messages)

[PATCH v3] virtio_ring: Add READ_ONCE annotations for device-writable fields
 2026-01-31 10:28 UTC 

[PATCH v7 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-31  5:34 UTC  (9+ messages)
` [PATCH v7 1/8] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v7 2/8] dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
` [PATCH v7 3/8] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v7 4/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v7 5/8] dma-buf: Make .invalidate_mapping() truly optional
` [PATCH v7 6/8] dma-buf: Add dma_buf_attach_revocable()
` [PATCH v7 7/8] vfio: Permit VFIO to work with pinned importers
` [PATCH v7 8/8] iommufd: Add dma_buf_pin()

[PATCH v5 0/3] crypto: virtio: Some bugfix and enhancement
 2026-01-31  2:54 UTC  (2+ messages)

[PATCH v5 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-30 14:44 UTC  (46+ messages)
` [PATCH v5 2/8] dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
` [PATCH v5 3/8] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v5 4/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v5 5/8] dma-buf: Make .invalidate_mapping() truly optional
` [PATCH v5 6/8] dma-buf: Add dma_buf_attach_revocable()
` [PATCH v5 7/8] vfio: Permit VFIO to work with pinned importers
` [PATCH v5 8/8] iommufd: Add dma_buf_pin()

[PATCH v6 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-30 13:37 UTC  (9+ messages)
` [PATCH v6 1/8] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v6 2/8] dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
` [PATCH v6 3/8] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v6 4/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v6 5/8] dma-buf: Make .invalidate_mapping() truly optional
` [PATCH v6 6/8] dma-buf: Add dma_buf_attach_revocable()
` [PATCH v6 7/8] vfio: Permit VFIO to work with pinned importers
` [PATCH v6 8/8] iommufd: Add dma_buf_pin()

[PATCH] vduse: Fix msg list race in vduse_dev_read_iter
 2026-01-30 11:51 UTC  (3+ messages)

[PATCH] VDUSE: avoid leaking information to userspace
 2026-01-30  8:55 UTC  (3+ messages)

[PATCH 0/6] Add queue ready message to VDUSE
 2026-01-30  8:14 UTC  (21+ messages)
` [PATCH 1/6] vduse: ensure vq->ready access is smp safe
` [PATCH 2/6] vduse: store control device pointer
` [PATCH 3/6] vduse: Add API v2 definition
` [PATCH 4/6] vduse: add VDUSE_GET_FEATURES ioctl
` [PATCH 5/6] vduse: add F_QUEUE_READY feature
` [PATCH 6/6] vduse: advertise API V2 support

[PATCH v2] virtio_ring: Add READ_ONCE annotations for device-writable fields
 2026-01-30  7:42 UTC  (5+ messages)

[PATCH v2 net-next 0/2] virtio_net: add page_pool support
 2026-01-29 21:33 UTC  (12+ messages)
` [PATCH v2 net-next 1/2] virtio_net: add page_pool support for buffer allocation
` [PATCH v2 net-next 2/2] selftests: virtio_net: add buffer circulation test

[PATCH net-next v16 00/12] virtio_net: Add ethtool flow rules support
 2026-01-29 18:46 UTC  (7+ messages)
` [PATCH net-next v16 06/12] virtio_net: Create a FF group for ethtool steering
` [PATCH net-next v16 09/12] virtio_net: Implement IPv4 ethtool flow rules

[PATCH v2 15/15] gpio: virtio: reorder fields to reduce struct padding
 2026-01-29  8:42 UTC  (3+ messages)
` [PATCH v3 15/15] vsock/virtio: reorder fields to reduce padding

[PATCH v2 0/2] virtio: silence KCSAN warnings
 2026-01-28 22:23 UTC  (14+ messages)
` [PATCH v2 1/2] virtio: silence KCSAN warning in virtqueue_get_buf_ctx_split
` [PATCH v2 2/2] virtio: silence KCSAN warning in virtqueue_kick_prepare

[PATCH 0/2] virtio_net: add page_pool support
 2026-01-28 20:27 UTC  (5+ messages)

[PATCH] virtio_ring: Add READ_ONCE annotations for device-writable fields
 2026-01-28 17:30 UTC  (4+ messages)

[PATCH] virtio: fix compilation error in __vringh_notify_enable
 2026-01-28  8:45 UTC 

Subject: [PATCH 0/8] dax/kmem: add runtime hotplug state control
 2026-01-27 23:31 UTC  (16+ messages)
` [PATCH 3/8] mm/memory_hotplug: add APIs for explicit online type control
` [PATCH 7/8] dax/kmem: add sysfs interface for runtime hotplug state control

[PATCH v2 5/5] dax/kmem: add memory notifier to block external state changes
 2026-01-27 21:42 UTC  (4+ messages)
` [PATCH] dax/kmem: add build config for protected dax memory blocks

[PATCH v2 0/5] add runtime hotplug state control
 2026-01-27 21:31 UTC  (3+ messages)
` [PATCH v2 4/5] dax/kmem: add sysfs interface for "

[PATCH v9] can: virtio: Add virtio CAN driver
 2026-01-27 18:19 UTC 

[PATCH v1 0/7] drm/ci: add new jobs, uprev IGT and mesa
 2026-01-27 14:25 UTC  (12+ messages)
` [PATCH v1 1/7] drm/ci: uprev mesa
` [PATCH v1 2/7] drm/ci: move qualcomm baremetal jobs to lava
` [PATCH v1 3/7] drm/ci: reduce sm8350-hdk parallel jobs from 4 to 2
` [PATCH v1 4/7] drm/ci: i915: cml: update runner tag
` [PATCH v1 5/7] drm/ci: add rk3588-rock-5b
` [PATCH v1 6/7] drm/ci: uprev IGT
` [PATCH v1 7/7] drm/ci: disable rebase when pulling *-external-fixes

[PATCH net-next v16 00/12] vsock: add namespace support to vhost-vsock and loopback
 2026-01-27 10:00 UTC  (2+ messages)

[PATCH RFC 0/3] virtio: silence KCSAN warnings
 2026-01-27  8:54 UTC  (6+ messages)
` [PATCH RFC 1/3] virtio: silence KCSAN warning in virtqueue_kick_prepare
` [PATCH RFC 2/3] virtio: silence KCSAN warning in virtqueue_get_buf_ctx_split
` [PATCH RFC 3/3] virtio: silence KCSAN warning in vring_interrupt

[PATCH] vhost: remove impossible check in VHOST_GET_FORK_FROM_OWNER ioctl
 2026-01-27  8:06 UTC  (2+ messages)

[PATCH] virtio: document map and vmap fields in struct virtio_device
 2026-01-27  0:21 UTC 

[PATCH v8] can: virtio: Add virtio CAN driver
 2026-01-26 10:06 UTC  (3+ messages)

[PATCH v4 0/3] vdpa/mlx5: Fix MAC address update via vdpa-tool
 2026-01-26  9:45 UTC  (4+ messages)
` [PATCH v4 1/3] vdpa/mlx5: update mlx_features with driver state check
` [PATCH v4 2/3] vdpa/mlx5: reuse common function for MAC address updates
` [PATCH v4 3/3] vdpa/mlx5: update MAC address handling in mlx5_vdpa_set_attr()

[PATCH v3 0/3] vdpa/mlx5: Fix MAC address update via vdpa-tool
 2026-01-26  8:03 UTC  (4+ messages)
` [PATCH v3 2/3] vdpa/mlx5: reuse common function for MAC address updates


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