public inbox for virtualization@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2025-07-18 09:16:43 to 2025-08-04 12:43:55 UTC [more...]

[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
 2025-08-04 12:42 UTC  (9+ messages)
` [PATCH v1 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v1 02/16] iommu/dma: handle MMIO path in dma_iova_link
` [PATCH v1 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v1 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v1 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v1 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v1 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v1 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page

[PATCH] drivers/char/virtio_console : refactor resource cleanup to use scope-based helpers
 2025-08-04 11:30 UTC 

[PATCH] vhost: initialize vq->nheads properly
 2025-08-04  9:05 UTC  (6+ messages)

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-08-04  3:37 UTC  (18+ messages)
  ` [PATCH 6/8] dma-mapping: fail early if physical address is mapped through platform callback

[PATCH v3] virtio-net: Fix VLAN filter table reset timing
 2025-08-02  9:41 UTC  (4+ messages)

[GIT PULL v2] virtio, vhost: features, fixes
 2025-08-01 21:36 UTC  (6+ messages)

[GIT PULL] virtio, vhost: features, fixes
 2025-08-01 13:19 UTC  (3+ messages)

[RFC PATCH 0/6] virtio: Add support for Virtio message transport
 2025-08-01  6:02 UTC  (13+ messages)
` [RFC PATCH 1/6] of: reserved-memory: Add reserved_mem_device_init()
` [RFC PATCH 2/6] of: reserved-memory: Add of_reserved_mem_lookup_by_name
` [RFC PATCH 3/6] virtio: Add support for virtio-msg transport
` [RFC PATCH 4/6] virtio-msg: Add optional userspace interface for message I/O
` [RFC PATCH 5/6] virtio-msg: Add support for FF-A (Firmware Framework for Arm) bus
` [RFC PATCH 6/6] virtio-msg: Add support for loopback bus

[PATCH] virtio_pci: Fix misleading comment for queue vector
 2025-07-31  9:27 UTC 

[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
 2025-07-29 12:40 UTC  (4+ messages)

[PATCH net] net: check the minimum value of gso size in virtio_net_hdr_to_skb()
 2025-07-29 12:22 UTC  (12+ messages)

vhost: linux-next: kernel crash at vhost_dev_cleanup/kfree
 2025-07-29  7:44 UTC  (3+ messages)

[PATCH] vduse: drop depedencies for HAS_DMA and ARCH_HAS_DMA_OPS
 2025-07-29  2:39 UTC  (3+ messages)

[PATCH V4 00/19] virtio_ring in order support
 2025-07-29  2:35 UTC  (25+ messages)
` [PATCH V4 01/19] virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx()
` [PATCH V4 02/19] virtio_ring: switch to use vring_virtqueue in virtqueue_poll variants
` [PATCH V4 03/19] virtio_ring: unify logic of virtqueue_poll() and more_used()
` [PATCH V4 04/19] virtio_ring: switch to use vring_virtqueue for virtqueue resize variants
` [PATCH V4 05/19] virtio_ring: switch to use vring_virtqueue for virtqueue_kick_prepare variants
` [PATCH V4 06/19] virtio_ring: switch to use vring_virtqueue for virtqueue_add variants
` [PATCH V4 07/19] virtio: "
` [PATCH V4 08/19] virtio_ring: switch to use vring_virtqueue for enable_cb_prepare variants
` [PATCH V4 09/19] virtio_ring: use vring_virtqueue for enable_cb_delayed variants
` [PATCH V4 10/19] virtio_ring: switch to use vring_virtqueue for disable_cb variants
` [PATCH V4 11/19] virtio_ring: switch to use vring_virtqueue for detach_unused_buf variants
` [PATCH V4 12/19] virtio_ring: use u16 for last_used_idx in virtqueue_poll_split()
` [PATCH V4 13/19] virtio_ring: introduce virtqueue ops
` [PATCH V4 14/19] virtio_ring: determine descriptor flags at one time
` [PATCH V4 15/19] virtio_ring: factor out core logic of buffer detaching
` [PATCH V4 16/19] virtio_ring: factor out core logic for updating last_used_idx
` [PATCH V4 17/19] virtio_ring: factor out split indirect detaching logic
` [PATCH V4 18/19] virtio_ring: factor out split "
` [PATCH V4 19/19] virtio_ring: add in order support

[PATCH V5] virtio_ring: add in order support
 2025-07-29  2:33 UTC  (3+ messages)

[PATCH net-next V2 0/3] in order support for vhost-net
 2025-07-28 14:26 UTC  (12+ messages)
` [PATCH net-next V2 2/3] vhost: basic in order support

[PATCH v3] media: add virtio-media driver
 2025-07-28 11:51 UTC  (6+ messages)

[PATCH V4 0/9] Refine virtio mapping API
 2025-07-28 10:44 UTC  (31+ messages)
` [PATCH V4 1/9] virtio_ring: constify virtqueue pointer for DMA helpers
` [PATCH V4 2/9] virtio_ring: switch to use dma_{map|unmap}_page()
` [PATCH V4 3/9] virtio: rename dma helpers
` [PATCH V4 4/9] virtio: rename dma_dev to map_token
` [PATCH V4 5/9] virtio_ring: rename dma_handle to map_handle
` [PATCH V4 6/9] virtio: introduce map ops in virtio core
` [PATCH V4 7/9] vdpa: rename dma_dev to map_token
` [PATCH V4 8/9] vdpa: introduce map ops
` [PATCH V4 9/9] vduse: switch to use virtio map API instead of DMA API

[PATCH] virtio_ring: fix uninitialized used value
 2025-07-28  3:29 UTC  (3+ messages)

[PATCH net-next] vsock: remove unnecessary null check in vsock_getname()
 2025-07-26 18:40 UTC  (3+ messages)

next-20250725 i386 x86_64 virtio_ring.c error variable 'id' is uninitialized when used here [-Werror,-Wuninitialized]
 2025-07-25  8:38 UTC  (2+ messages)

[PATCH v2 0/1] gpio: virtio: Fix config space reading
 2025-07-25  8:10 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2 0/7] Replace "__auto_type" with "auto"
 2025-07-22 16:40 UTC  (13+ messages)
` [PATCH v2 1/7] compiler_types.h: add "auto" as a macro for "__auto_type"
` [PATCH v2 2/7] include/linux: change "__auto_type" to "auto"
` [PATCH v2 3/7] fs/proc: replace "__auto_type" with "const auto"
  ` [PATCH v2.1 "
` [PATCH v2 4/7] arch/nios2: replace "__auto_type" and adjacent equivalent with "auto"
` [PATCH v2 5/7] arch/x86: replace "__auto_type" "
` [PATCH v2 6/7] selftests/bpf: "
` [PATCH v2 7/7] tools/virtio: "

[PATCH v5 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
 2025-07-22 14:36 UTC  (3+ messages)

[PATCH v3] virtio: Update kerneldoc in drivers/virtio/virtio_dma_buf.c
 2025-07-22  8:25 UTC  (3+ messages)
`  "

[PATCH v1 0/7] drm/ci: add new jobs, uprev IGT and mesa
 2025-07-21 15:26 UTC  (11+ messages)
` [PATCH v1 1/7] drm/ci: disable apq8016 and apq8096 bare-metal jobs
` [PATCH v1 2/7] drm/ci: reduce sm8350-hdk parallel jobs from 4 to 2
` [PATCH v1 3/7] drm/ci: i915: cml: update runner tag
` [PATCH v1 4/7] drm/ci: uprev mesa
` [PATCH v1 5/7] drm/ci: uprev IGT
` [PATCH v1 6/7] drm/ci: add rk3588-rock-5b
` [PATCH v1 7/7] drm/ci: add mt8192

[PATCH v2] vhost/net: Replace wait_queue with completion in ubufs reference
 2025-07-21 14:52 UTC  (7+ messages)
  ` [PATCH] "

[PATCH 0/7] Replace "__auto_type" with "auto"
 2025-07-19 14:26 UTC  (15+ messages)
` [PATCH 1/7] compiler_types.h: add "auto" as a macro for "__auto_type"
` [PATCH 2/7] include/linux: change "__auto_type" to "auto"
` [PATCH 3/7] fs/proc: replace "__auto_type" with "auto"
` [PATCH 4/7] arch/nios: "
` [PATCH 5/7] arch/x86: "
` [PATCH 6/7] selftests/bpf: "
` [PATCH 7/7] tools/virtio: "

[PATCH 1/2] crypto: engine: remove request batching support
 2025-07-18 11:13 UTC  (2+ messages)

[PATCH] vhost/net: Replace wait_queue with completion in ubufs reference
 2025-07-18  9:48 UTC  (2+ messages)


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