LinuxLists
Users
About
Stefano Garzarella (
[email protected]
)
Number of posts: 1704 (0.88 per day)
First post: 2019-02-01 12:09:02
Last post: 2024-05-23 10:47:21
Previous Page
/
Next Page
Date
List
Subject
2023-03-23 10:44:26
linux-kernel
Re: [PATCH v3 4/8] vringh: support VA with iotlb
2023-03-23 09:54:25
linux-kernel
Re: [PATCH v3 8/8] vdpa_sim: add support for user VA
2023-03-23 09:41:52
linux-kernel
Re: [PATCH v3 2/8] vhost-vdpa: use bind_mm/unbind_mm device callbacks
2023-03-23 09:39:09
linux-kernel
Re: [RFC PATCH v5 2/2] virtio/vsock: check argument to avoid no effect call
2023-03-23 08:52:26
linux-kernel
Re: [PATCH 1/1] vhost_task: Fix vhost_task_create return value
2023-03-22 14:44:31
linux-kernel
Re: [RFC PATCH v4] virtio/vsock: allocate multiple skbuffs on tx
2023-03-21 15:49:24
linux-kernel
[PATCH v3 7/8] vdpa_sim: replace the spinlock with a mutex to protect the state
2023-03-21 15:49:11
linux-kernel
[PATCH v3 8/8] vdpa_sim: add support for user VA
2023-03-21 15:49:08
linux-kernel
[PATCH v3 6/8] vdpa_sim: use kthread worker
2023-03-21 15:49:03
linux-kernel
[PATCH v3 5/8] vdpa_sim: make devices agnostic for work management
2023-03-21 15:44:22
linux-kernel
[PATCH v3 4/8] vringh: support VA with iotlb
2023-03-21 15:43:56
linux-kernel
[PATCH v3 3/8] vringh: replace kmap_atomic() with kmap_local_page()
2023-03-21 15:43:46
linux-kernel
[PATCH v3 2/8] vhost-vdpa: use bind_mm/unbind_mm device callbacks
2023-03-21 15:43:33
linux-kernel
[PATCH v3 1/8] vdpa: add bind_mm/unbind_mm callbacks
2023-03-21 15:43:29
linux-kernel
[PATCH v3 0/8] vdpa_sim: add support for user VA
2023-03-21 08:41:48
linux-kernel
Re: [RFC PATCH v3] virtio/vsock: allocate multiple skbuffs on tx
2023-03-21 08:33:50
linux-kernel
Re: [RFC PATCH v1 1/3] virtio/vsock: fix header length on skb merging
2023-03-21 08:30:47
linux-kernel
Re: [RFC PATCH v2] virtio/vsock: allocate multiple skbuffs on tx
2023-03-20 15:48:53
linux-kernel
Re: [RFC PATCH v1 3/3] test/vsock: skbuff merging test
2023-03-20 15:13:41
linux-kernel
Re: [RFC PATCH v1 2/3] virtio/vsock: add WARN() for invalid state of socket
2023-03-20 15:02:39
linux-kernel
Re: [RFC PATCH v1 1/3] virtio/vsock: fix header length on skb merging
2023-03-20 14:31:06
linux-kernel
Re: [RFC PATCH v2] virtio/vsock: allocate multiple skbuffs on tx
2023-03-20 13:59:31
linux-kernel
Re: [RFC PATCH v1] virtio/vsock: check transport before skb allocation
2023-03-17 11:26:35
linux-kernel
Re: [PATCH v2 4/8] vringh: support VA with iotlb
2023-03-16 16:08:09
linux-kernel
Re: [PATCH v2 4/8] vringh: support VA with iotlb
2023-03-16 10:12:15
linux-kernel
Re: [PATCH v2 2/8] vhost-vdpa: use bind_mm/unbind_mm device callbacks
2023-03-16 09:19:00
linux-kernel
Re: [PATCH v2 3/8] vringh: replace kmap_atomic() with kmap_local_page()
2023-03-16 09:12:53
linux-kernel
Re: [PATCH v2 8/8] vdpa_sim: add support for user VA
2023-03-16 08:43:43
linux-kernel
Re: [PATCH v2 7/8] vdpa_sim: replace the spinlock with a mutex to protect the state
2023-03-16 08:39:21
linux-kernel
Re: [PATCH v2 4/8] vringh: support VA with iotlb
2023-03-16 08:32:41
linux-kernel
Re: [PATCH v2 2/8] vhost-vdpa: use bind_mm/unbind_mm device callbacks
2023-03-16 08:19:41
linux-kernel
Re: [PATCH v2 1/8] vdpa: add bind_mm/unbind_mm callbacks
2023-03-16 08:10:39
linux-kernel
Re: [PATCH v2 3/8] vringh: replace kmap_atomic() with kmap_local_page()
2023-03-10 11:40:59
linux-kernel
Re: [RFC PATCH v4 0/4] several updates to virtio/vsock
2023-03-10 09:16:08
linux-kernel
Re: [RFC PATCH v4 1/4] virtio/vsock: don't use skbuff state to account credit
2023-03-10 09:16:03
linux-kernel
Re: [RFC PATCH v4 0/4] several updates to virtio/vsock
2023-03-10 09:12:18
linux-kernel
Re: [RFC PATCH v4 3/4] virtio/vsock: don't drop skbuff on copy failure
2023-03-10 09:11:45
linux-kernel
Re: [RFC PATCH v4 2/4] virtio/vsock: remove redundant 'skb_pull()' call
2023-03-09 16:44:09
linux-kernel
Re: [RFC PATCH v3 0/4] several updates to virtio/vsock
2023-03-09 16:42:50
linux-kernel
Re: [RFC PATCH v3 4/4] test/vsock: copy to user failure test
2023-03-09 16:42:06
linux-kernel
Re: [RFC PATCH v3 3/4] virtio/vsock: don't drop skbuff on copy failure
2023-03-09 16:41:40
linux-kernel
Re: [RFC PATCH v3 2/4] virtio/vsock: remove redundant 'skb_pull()' call
2023-03-09 16:38:34
linux-kernel
Re: [RFC PATCH v3 1/4] virtio/vsock: don't use skbuff state to account credit
2023-03-09 16:32:08
linux-kernel
Re: [RFC PATCH v3 0/4] several updates to virtio/vsock
2023-03-09 09:10:49
linux-kernel
Re: [PATCH v2] tools/virtio: virtio_test -h,--help should return directly
2023-03-09 09:10:34
linux-kernel
Re: [PATCH] tools/virtio: virtio_test -h,--help should return directly
2023-03-09 08:50:17
linux-kernel
Re: [PATCH v2] tools/virtio: virtio_test -h,--help should return directly
2023-03-09 08:33:41
linux-kernel
Re: [PATCH] tools/virtio: virtio_test -h,--help should return directly
2023-03-09 08:27:34
linux-kernel
Re: [PATCH] tools/virtio: virtio_test: Fix indentation
2023-03-09 08:27:17
linux-kernel
Re: [PATCH] tools/virtio: Ignore virtio-trace/trace-agent
2023-03-08 14:18:44
linux-kernel
Re: [PATCH] tools/virtio: virtio_test -h,--help should return directly