virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-26 19:13:07 to 2026-01-06 15:05:14 UTC [more...]

[PATCH net v3 0/3] virtio-net: fix the deadlock when disabling rx NAPI
 2026-01-06 15:04 UTC  (4+ messages)
` [PATCH net v3 1/3] virtio-net: don't schedule delayed refill worker
` [PATCH net v3 2/3] virtio-net: remove unused "
` [PATCH net v3 3/3] virtio-net: clean up __virtnet_rx_pause/resume

[PATCH v2 00/15] fix DMA aligment issues around virtio
 2026-01-06 14:51 UTC  (30+ messages)
` [PATCH v2 01/15] dma-mapping: add __dma_from_device_group_begin()/end()
` [PATCH v2 02/15] docs: dma-api: document __dma_from_device_group_begin()/end()
` [PATCH v2 03/15] dma-mapping: add DMA_ATTR_CPU_CACHE_CLEAN
` [PATCH v2 04/15] docs: dma-api: document DMA_ATTR_CPU_CACHE_CLEAN
` [PATCH v2 05/15] dma-debug: track cache clean flag in entries
` [PATCH v2 06/15] virtio: add virtqueue_add_inbuf_cache_clean API
` [PATCH v2 07/15] vsock/virtio: fix DMA alignment for event_list
` [PATCH v2 08/15] vsock/virtio: use virtqueue_add_inbuf_cache_clean for events
` [PATCH v2 09/15] virtio_input: fix DMA alignment for evts
` [PATCH v2 10/15] virtio_scsi: fix DMA cacheline issues for events
` [PATCH v2 11/15] virtio-rng: fix DMA alignment for data buffer
` [PATCH v2 12/15] virtio_input: use virtqueue_add_inbuf_cache_clean for events
` [PATCH v2 13/15] vsock/virtio: reorder fields to reduce padding
` [PATCH v2 14/15] gpio: virtio: fix DMA alignment
` [PATCH v2 15/15] gpio: virtio: reorder fields to reduce struct padding

[PATCH net-next v7 0/2] net: Split ndo_set_rx_mode into snapshot and deferred write
 2026-01-06 11:22 UTC  (5+ messages)
` [PATCH net-next v7 1/2] net: refactor set_rx_mode into snapshot and deferred I/O
` [PATCH net-next v7 2/2] virtio-net: Implement ndo_write_rx_mode callback

[syzbot] INFO: task hung in vhost_worker_killed (2)
 2026-01-06  7:57 UTC  (4+ messages)

[PATCH net v2 0/2] vsock: Fix SO_ZEROCOPY on accept()ed vsocks
 2026-01-06  0:20 UTC  (4+ messages)
` [PATCH net v2 1/2] vsock: Make accept()ed sockets use custom setsockopt()
` [PATCH net v2 2/2] vsock/test: Test setting SO_ZEROCOPY on accept()ed socket

[PATCH net v2 0/3] virtio-net: fix the deadlock when disabling rx NAPI
 2026-01-05 20:35 UTC  (19+ messages)
` [PATCH net v2 1/3] virtio-net: don't schedule delayed refill worker
` [PATCH net v2 2/3] virtio-net: remove unused "
` [PATCH net v2 3/3] virtio-net: clean up __virtnet_rx_pause/resume

[PATCH v7] can: virtio: Add virtio CAN driver
 2026-01-05 18:44 UTC 

[PATCH v5 00/21] paravirt: cleanup and reorg
 2026-01-05 11:05 UTC  (17+ messages)
` [PATCH v5 02/21] x86/paravirt: Remove some unneeded struct declarations
` [PATCH v5 03/21] x86/paravirt: Remove PARAVIRT_DEBUG config option
` [PATCH v5 04/21] x86/paravirt: Move thunk macros to paravirt_types.h
` [PATCH v5 05/21] paravirt: Remove asm/paravirt_api_clock.h
` [PATCH v5 06/21] sched: Move clock related paravirt code to kernel/sched
` [PATCH v5 07/21] arm/paravirt: Use common code for paravirt_steal_clock()
` [PATCH v5 08/21] arm64/paravirt: "
` [PATCH v5 09/21] loongarch/paravirt: "
` [PATCH v5 10/21] riscv/paravirt: "
` [PATCH v5 11/21] x86/paravirt: "
` [PATCH v5 12/21] x86/paravirt: Move paravirt_sched_clock() related code into tsc.c
` [PATCH v5 13/21] x86/paravirt: Introduce new paravirt-base.h header
` [PATCH v5 14/21] x86/paravirt: Move pv_native_*() prototypes to paravirt.c
` [PATCH v5 19/21] x86/paravirt: Allow pv-calls outside paravirt.h
` [PATCH v5 20/21] x86/paravirt: Specify pv_ops array in paravirt macros
` [PATCH v5 21/21] x86/pvlocks: Move paravirt spinlock functions into own header

[PATCH RESEND 1/2] x86/paravirt: Remove trailing semicolons from alternative asm templates
 2026-01-05  9:39 UTC  (2+ messages)
` [PATCH RESEND 2/2] x86/paravirt: Use XOR r32,r32 to clear register in pv_vcpu_is_preempted()

[PATCH RFC 00/13] fix DMA aligment issues around virtio
 2026-01-05  4:57 UTC  (30+ messages)
` [PATCH RFC 01/13] dma-mapping: add __dma_from_device_align_begin/end
` [PATCH RFC 02/13] docs: dma-api: document __dma_align_begin/end
` [PATCH RFC 03/13] dma-mapping: add DMA_ATTR_CPU_CACHE_CLEAN
` [PATCH RFC 04/13] docs: dma-api: document DMA_ATTR_CPU_CACHE_CLEAN
` [PATCH RFC 05/13] dma-debug: track cache clean flag in entries
` [PATCH RFC 06/13] virtio: add virtqueue_add_inbuf_cache_clean API
` [PATCH RFC 07/13] vsock/virtio: fix DMA alignment for event_list
` [PATCH RFC 08/13] vsock/virtio: use virtqueue_add_inbuf_cache_clean for events
` [PATCH RFC 09/13] virtio_input: fix DMA alignment for evts
` [PATCH RFC 10/13] virtio_scsi: fix DMA cacheline issues for events
` [PATCH RFC 11/13] virtio-rng: fix DMA alignment for data buffer
` [PATCH RFC 12/13] virtio_input: use virtqueue_add_inbuf_cache_clean for events
` [PATCH RFC 13/13] vsock/virtio: reorder fields to reduce struct padding
` [PATCH RFC 14/13] gpio: virtio: fix DMA alignment
` [PATCH RFC 15/13] gpio: virtio: reorder fields to reduce struct padding

[PATCH net] virtio_net: fix device mismatch in devm_kzalloc/devm_kfree
 2026-01-04 20:13 UTC  (6+ messages)
  ` [EXTERNAL] "

[Patch net] vsock: fix DMA cacheline overlap warning using coherent memory
 2026-01-04  5:29 UTC  (5+ messages)

[PATCH V2 0/4] nvdimm: virtio_pmem: fix request lifetime and converge broken queue failures
 2026-01-02 12:29 UTC  (3+ messages)
` [PATCH V2 1/5] nvdimm: virtio_pmem: always wake -ENOSPC waiters

[PATCH v2 1/3] vdpa/mlx5: update mlx_features with driver state check
 2026-01-02 12:14 UTC  (6+ messages)
` [PATCH v2 2/3] vdpa/mlx5: reuse common function for MAC address updates
` [PATCH v2 3/3] vdpa/mlx5: update MAC address handling in mlx5_vdpa_set_attr()

[PATCH] vhost: fix caching attributes of MMIO regions by setting them explicitly
 2026-01-02  6:57 UTC 

[PATCH v6] can: virtio: Add virtio CAN driver
 2025-12-31 21:08 UTC  (12+ messages)

[PATCH net 0/3] virtio-net: fix the deadlock when disabling rx NAPI
 2025-12-31 15:25 UTC  (14+ messages)
` [PATCH net 1/3] virtio-net: make refill work a per receive queue work

[PATCH net-next] vsock/test: add a final full barrier after run all tests
 2025-12-30 11:08 UTC  (2+ messages)

[PATCH RFC 09/13] virtio_input: fix DMA cacheline alignment for evts
 2025-12-30 10:16 UTC  (2+ messages)
` [PATCH RFC 11/13] virtio-rng: fix DMA cacheline alignment for data buffer

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

[PATCH 00/12] Recover sysfb after DRM probe failure
 2025-12-29 21:58 UTC  (3+ messages)
` [PATCH 05/12] drm/virtio: Add sysfb restore on "
` [PATCH 07/12] drm/qxl: Use devm aperture helpers for "

[PATCH net 0/2] vsock: Fix SO_ZEROCOPY on accept()ed vsocks
 2025-12-29 19:45 UTC  (14+ messages)
` [PATCH net 1/2] vsock: Make accept()ed sockets use custom setsockopt()
` [PATCH net 2/2] vsock/test: Test setting SO_ZEROCOPY on accept()ed socket

[PATCH V11 00/19] virtio_ring in order support
 2025-12-29  7:18 UTC  (14+ messages)
` [PATCH V11 13/19] virtio_ring: introduce virtqueue ops
` [PATCH V11 14/19] virtio_ring: determine descriptor flags at one time
` [PATCH V11 19/19] virtio_ring: add in order support

[PATCH 1/3] vdpa/mlx5: update mlx_features with driver state check
 2025-12-29  7:15 UTC 

[PATCH v10 0/8] Add multiple address spaces support to VDUSE
 2025-12-29  2:56 UTC  (11+ messages)
` [PATCH v10 7/8] vduse: add vq group asid support

[PATCH v3] virtio: Describe @map and @vmap members in virtio_device struct
 2025-12-29  1:54 UTC 

[PATCH net-next v6 0/2] net: Split ndo_set_rx_mode into snapshot and deferred write
 2025-12-28 15:20 UTC  (5+ messages)
` [PATCH net-next v6 1/2] net: refactor set_rx_mode into snapshot and deferred I/O
` [PATCH net-next v6 2/2] virtio-net: Implement ndo_write_rx_mode callback

[PATCH v2] virtio: Describe @map and @vmap members in virtio_device struct
 2025-12-27 22:57 UTC  (3+ messages)

[PATCH net v4 0/4] vsock/virtio: fix TX credit handling
 2025-12-27 16:00 UTC  (3+ messages)
` [PATCH net v4 2/4] vsock/virtio: cap TX credit to local buffer size

[GIT PULL] virtio,vhost: fixes
 2025-12-26 19:49 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;
as well as URLs for NNTP newsgroup(s).