messages from 2025-12-17 21:31:29 to 2025-12-26 14:50:47 UTC [more...]
[PATCH net-next] vhost/net: check peek_head_len after signal to guest to avoid delays
2025-12-26 14:50 UTC (4+ messages)
[GIT PULL] virtio,vhost: fixes
2025-12-26 14:36 UTC
[PATCH v10 0/8] Add multiple address spaces support to VDUSE
2025-12-26 11:38 UTC (16+ messages)
` [PATCH v10 2/8] vduse: add vq group support
` [PATCH v10 6/8] vduse: take out allocations from vduse_dev_alloc_coherent
` [PATCH v10 7/8] vduse: add vq group asid support
[PATCH net 0/3] virtio-net: fix the deadlock when disabling rx NAPI
2025-12-26 7:37 UTC (22+ messages)
` [PATCH net 1/3] virtio-net: make refill work a per receive queue work
` [PATCH net 2/3] virtio-net: ensure rx NAPI is enabled before enabling refill work
` [PATCH net 3/3] virtio-net: schedule the pending refill work after being enabled
[PATCH V2 0/4] nvdimm: virtio_pmem: fix request lifetime and converge broken queue failures
2025-12-25 4:29 UTC (6+ messages)
` [PATCH V2 1/5] nvdimm: virtio_pmem: always wake -ENOSPC waiters
` [PATCH V2 2/5] nvdimm: virtio_pmem: refcount requests for token lifetime
` [PATCH V2 3/5] nvdimm: virtio_pmem: converge broken virtqueue to -EIO
` [PATCH V2 4/5] nvdimm: virtio_pmem: drain requests in freeze
` [PATCH 5/5] nvdimm: nd_virtio: export virtio_pmem_mark_broken_and_drain
[PATCH V11 00/19] virtio_ring in order support
2025-12-25 4:26 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 V10 00/19] virtio_ring in order support
2025-12-25 4:20 UTC (22+ messages)
` [PATCH V10 01/19] virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx()
` [PATCH V10 02/19] virtio_ring: switch to use vring_virtqueue in virtqueue_poll variants
` [PATCH V10 03/19] virtio_ring: unify logic of virtqueue_poll() and more_used()
` [PATCH V10 04/19] virtio_ring: switch to use vring_virtqueue for virtqueue resize variants
` [PATCH V10 05/19] virtio_ring: switch to use vring_virtqueue for virtqueue_kick_prepare variants
` [PATCH V10 06/19] virtio_ring: switch to use vring_virtqueue for virtqueue_add variants
` [PATCH V10 07/19] virtio: switch to use vring_virtqueue for virtqueue_get variants
` [PATCH V10 08/19] virtio_ring: switch to use vring_virtqueue for enable_cb_prepare variants
` [PATCH V10 09/19] virtio_ring: use vring_virtqueue for enable_cb_delayed variants
` [PATCH V10 10/19] virtio_ring: switch to use vring_virtqueue for disable_cb variants
` [PATCH V10 11/19] virtio_ring: switch to use vring_virtqueue for detach_unused_buf variants
` [PATCH V10 12/19] virtio_ring: switch to use unsigned int for virtqueue_poll_packed()
` [PATCH V10 13/19] virtio_ring: introduce virtqueue ops
` [PATCH V10 14/19] virtio_ring: determine descriptor flags at one time
` [PATCH V10 15/19] virtio_ring: factor out core logic of buffer detaching
` [PATCH V10 16/19] virtio_ring: factor out core logic for updating last_used_idx
` [PATCH V10 17/19] virtio_ring: factor out split indirect detaching logic
` [PATCH V10 18/19] virtio_ring: factor out split "
` [PATCH V10 19/19] virtio_ring: add in order support
Implement initial driver for virtio-RDMA device(kernel)
2025-12-25 2:13 UTC (18+ messages)
` [PATCH 01/10] drivers/infiniband/hw/virtio: Initial driver for virtio RDMA devices
` [PATCH 02/10] drivers/infiniband/hw/virtio: add vrdma_exec_verbs_cmd to construct verbs sgs using virtio
` [PATCH 03/10] drivers/infiniband/hw/virtio: Implement core device and key resource management
` [PATCH 04/10] drivers/infiniband/hw/virtio: Implement MR, GID, ucontext and AH resource management verbs
` [PATCH 05/10] drivers/infiniband/hw/virtio: Implement memory mapping and MR scatter-gather support
` [PATCH 06/10] drivers/infiniband/hw/virtio: Implement port management and QP modification verbs
` [PATCH 07/10] drivers/infiniband/hw/virtio: Implement Completion Queue (CQ) polling support
` [PATCH 08/10] drivers/infiniband/hw/virtio: Implement send/receive verb support
` [PATCH 09/10] drivers/infiniband/hw/virtio: Implement P_key, QP query and user MR resource management verbs
` [PATCH 10/10] drivers/infiniband/hw/virtio: Add completion queue notification support
` Re:Re: Implement initial driver for virtio-RDMA device(kernel)
` "
[PATCH 0/4] nvdimm: virtio_pmem: fix request lifetime and converge broken queue failures
2025-12-24 17:57 UTC (6+ messages)
` [PATCH 1/4] nvdimm: virtio_pmem: always wake -ENOSPC waiters
` [PATCH 2/4] nvdimm: virtio_pmem: refcount requests for token lifetime
` [PATCH 3/4] nvdimm: virtio_pmem: converge broken virtqueue to -EIO
` [PATCH 4/4] nvdimm: virtio_pmem: drain requests in freeze
[PATCH net-next] vsock/test: add a final full barrier after run all tests
2025-12-24 13:18 UTC (2+ messages)
[PATCH net-next v12 00/12] vsock: add namespace support to vhost-vsock and loopback
2025-12-24 13:01 UTC (11+ messages)
` [PATCH net-next v12 04/12] vsock: add netns support to virtio transports
[PATCH v3] virtio: console: fix lost wakeup when device is written and polled
2025-12-24 10:54 UTC
[PATCH net 0/2] vsock: Fix SO_ZEROCOPY on accept()ed vsocks
2025-12-24 9:15 UTC (12+ 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] virtio_console: read size from config space during device init
2025-12-24 3:44 UTC
[PATCH RFC net-next v13 00/13] vsock: add namespace support to vhost-vsock and loopback
2025-12-24 0:28 UTC (14+ messages)
` [PATCH RFC net-next v13 01/13] vsock: add per-net vsock NS mode state
` [PATCH RFC net-next v13 02/13] vsock: add netns to vsock core
` [PATCH RFC net-next v13 03/13] virtio: set skb owner of virtio_transport_reset_no_sock() reply
` [PATCH RFC net-next v13 04/13] vsock: add netns support to virtio transports
` [PATCH RFC net-next v13 05/13] selftests/vsock: increase timeout to 1200
` [PATCH RFC net-next v13 06/13] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH RFC net-next v13 07/13] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH RFC net-next v13 08/13] selftests/vsock: add vm_dmesg_{warn,oops}_count() helpers
` [PATCH RFC net-next v13 09/13] selftests/vsock: use ss to wait for listeners instead of /proc/net
` [PATCH RFC net-next v13 10/13] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH RFC net-next v13 11/13] selftests/vsock: add namespace tests for CID collisions
` [PATCH RFC net-next v13 12/13] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH RFC net-next v13 13/13] selftests/vsock: add tests for namespace deletion
[PATCH V9 00/19] virtio_ring in order support
2025-12-24 0:21 UTC (10+ messages)
` [PATCH V9 19/19] virtio_ring: add "
Backport request for commit 5326ab737a47 ("virtio_console: fix order of fields cols and rows")
2025-12-23 21:51 UTC (3+ messages)
[PATCH] virtio: uapi: avoid usage of libc types
2025-12-23 7:10 UTC (8+ messages)
[PATCH net v2] virtio-net: enable all napis before scheduling refill work
2025-12-22 23:11 UTC (8+ messages)
[PATCH v2] virtio: console: fix lost wakeup when device is written and polled
2025-12-22 20:39 UTC (4+ messages)
[PATCH] virtio: console: fix lost wakeup when device is written and polled
2025-12-22 16:05 UTC (3+ messages)
[PATCH v1 0/7] introduce virtnet_mon for monitor virtio_net
2025-12-21 13:46 UTC (10+ messages)
` "
` "
` "
` "
` "
` "
` "
` "
[PATCH v6] can: virtio: Add virtio CAN driver
2025-12-21 13:01 UTC (7+ messages)
[PATCH v2 1/1] virtio_balloon: pr_dev_info.report initialization cleanup
2025-12-21 11:19 UTC (2+ messages)
[syzbot] [net?] [virt?] BUG: sleeping function called from invalid context in __bpf_stream_push_str
2025-12-19 17:06 UTC (3+ messages)
[PATCH net-next ] vdpa: fix caching attributes of MMIO regions by setting them explicitly
2025-12-19 9:06 UTC (2+ messages)
[PATCH v2 0/6] iommu: Pass in old_domain pointer to attach_dev
2025-12-19 8:10 UTC (2+ messages)
[PATCH v2] virtio: Describe @map and @vmap members in virtio_device struct
2025-12-19 3:16 UTC
[PATCH v3 2/2] LoongArch: Add paravirt support with vcpu_is_preempted() in guest side
2025-12-18 12:10 UTC (3+ messages)
[PATCH net v4 0/4] vsock/virtio: fix TX credit handling
2025-12-18 9:45 UTC (10+ messages)
` [PATCH net v4 1/4] vsock/virtio: fix potential underflow in virtio_transport_get_credit()
` [PATCH net v4 2/4] vsock/virtio: cap TX credit to local buffer size
` [PATCH net v4 3/4] vsock/test: fix seqpacket message bounds test
` [PATCH net v4 4/4] vsock/test: add stream TX credit "
[PATCH 1/1] virtio_balloon: do not set pr_dev_info.report unconditionally
2025-12-18 8:34 UTC (5+ messages)
[PATCH 00/14] Assorted kernel-doc fixes
2025-12-18 5:27 UTC (7+ messages)
` [PATCH 02/14] mm: Describe @flags parameter in memalloc_flags_save()
` [PATCH 05/14] mm, kfence: Describe @slab parameter in __kfence_obj_info()
[PATCH v4 1/9] crypto: virtio: Add spinlock protection with virtqueue notification
2025-12-18 3:52 UTC (10+ messages)
` [PATCH v4 2/9] crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req
` [PATCH v4 3/9] crypto: virtio: Replace package id with numa node id
` [PATCH v4 4/9] crypto: virtio: Add algo pointer in virtio_crypto_skcipher_ctx
` [PATCH v4 5/9] crypto: virtio: Use generic API aes_check_keylen()
` [PATCH v4 6/9] crypto: virtio: Remove AES specified marcro AES_BLOCK_SIZE
` [PATCH v4 7/9] crypto: virtio: Add req_data with structure virtio_crypto_sym_request
` [PATCH v4 8/9] crypto: virtio: Add IV buffer in "
` [PATCH v4 9/9] crypto: virtio: Add skcipher support without IV
[RFC PATCH 0/2] Enhance RPMsg buffer management
2025-12-17 22:20 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).