messages from 2025-03-12 13:28:16 to 2025-03-20 20:54:57 UTC [more...]
[PATCH net v4 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
2025-03-20 20:54 UTC (11+ messages)
` [PATCH net v4 1/3] vsock/bpf: Fix EINTR connect() racing sockmap update
` [PATCH net v4 2/3] selftest/bpf: Add test for AF_VSOCK "
` [PATCH net v4 3/3] vsock/bpf: Fix bpf recvmsg() racing transport reassignment
[PATCH] virtio: console: Make resize control event handling compliant with spec
2025-03-20 17:31 UTC (2+ messages)
[PATCH] virtio: console: Make resizing compliant with virtio spec
2025-03-20 17:19 UTC (22+ messages)
[PATCH] iommu/virtio: Make instance lookup robust
2025-03-20 15:32 UTC
[PATCH v7 0/8] vhost: Add support of kthread API
2025-03-20 9:38 UTC (6+ messages)
` [PATCH v7 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER
[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
2025-03-20 9:08 UTC (16+ messages)
` [PATCH v2 1/3] vsock: add network namespace support
` [PATCH v2 2/3] vsock/virtio_transport_common: handle netns of received packets
` [PATCH v2 3/3] vhost/vsock: use netns of process that opens the vhost-vsock-netns device
[PATCH net-next 0/4] virtio_net: Fixes and improvements
2025-03-20 5:36 UTC (16+ messages)
` [PATCH net-next 1/4] virtio_net: Split struct virtio_net_rss_config
` [PATCH net-next 2/4] virtio_net: Fix endian with virtio_net_ctrl_rss
` [PATCH net-next 3/4] virtio_net: Use new RSS config structs
` [PATCH net-next 4/4] virtio_net: Allocate rss_hdr with devres
[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
2025-03-20 5:33 UTC (37+ messages)
` [PATCH net-next v9 1/6] virtio_net: Add functions for hashing
` [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v9 6/6] vhost/net: Support VIRTIO_NET_F_HASH_REPORT
[PATCH v2 00/10] vhost-scsi: log write descriptors for live migration (and three bugfix)
2025-03-20 1:42 UTC (20+ messages)
` [PATCH v2 01/10] vhost-scsi: protect vq->log_used with vq->mutex
` [PATCH v2 02/10] vhost-scsi: Fix vhost_scsi_send_bad_target()
` [PATCH v2 03/10] vhost-scsi: Fix vhost_scsi_send_status()
` [PATCH v2 04/10] vhost: modify vhost_log_write() for broader users
` [PATCH v2 05/10] vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptors
` [PATCH v2 06/10] vhost-scsi: cache log buffer in I/O queue vhost_scsi_cmd
` [PATCH v2 07/10] vhost-scsi: log I/O queue write descriptors
` [PATCH v2 08/10] vhost-scsi: log control "
` [PATCH v2 09/10] vhost-scsi: log event "
` [PATCH v2 10/10] vhost: add WARNING if log_num is more than limit
[PATCH v1 0/3] drm/ci: uprev mesa, IGT
2025-03-19 17:35 UTC (9+ messages)
` [PATCH v1 1/3] drm/ci: uprev mesa
` [PATCH v1 2/3] drm/ci: uprev IGT
` [PATCH v1 3/3] drm/ci: arm64.config: mediatek: enable PHY drivers
[PATCH net-next v2] vsock/test: Add test for null ptr deref when transport changes
2025-03-19 0:27 UTC (3+ messages)
[PATCH v6 0/4] Add virtio_rtc module
2025-03-18 22:56 UTC (9+ messages)
` [PATCH v6 1/4] virtio_rtc: Add module and driver core
` [PATCH v6 2/4] virtio_rtc: Add PTP clocks
` [PATCH v6 3/4] virtio_rtc: Add Arm Generic Timer cross-timestamping
` [PATCH v6 4/4] virtio_rtc: Add RTC class driver
[PATCH v1 0/7] Add virtio gpu userptr support
2025-03-18 11:25 UTC (5+ messages)
` [PATCH v1 1/7] virtio-gpu api: add blob userptr resource
[PATCH v2 0/4] track memory used by balloon drivers
2025-03-18 10:16 UTC (9+ messages)
` [PATCH v2 1/4] meminfo: add a per node counter for "
` [PATCH v2 2/4] balloon_compaction: update the NR_BALLOON_PAGES state
` [PATCH v2 3/4] hv_balloon: "
` [PATCH v2 4/4] xen: balloon: "
[PATCH net-next v7 0/9] Device memory TCP TX
2025-03-18 8:52 UTC (12+ messages)
` [PATCH net-next v7 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v7 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v7 4/9] net: devmem: Implement TX path
` [PATCH net-next v7 6/9] net: enable driver support for netmem TX
` [PATCH net-next v7 8/9] net: check for driver support in "
[PATCH net-next v11 00/10] tun: Introduce virtio-net hashing feature
2025-03-18 2:09 UTC (13+ messages)
` [PATCH net-next v11 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v11 02/10] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v11 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v11 04/10] tun: Add common virtio-net hash feature code
` [PATCH net-next v11 05/10] tun: Introduce virtio-net hash feature
` [PATCH net-next v11 06/10] tap: "
` [PATCH net-next v11 07/10] selftest: tun: Test vnet ioctls without device
` [PATCH net-next v11 08/10] selftest: tun: Add tests for virtio-net hashing
` [PATCH net-next v11 09/10] selftest: tap: Add tests for virtio-net ioctls
` [PATCH net-next v11 10/10] vhost/net: Support VIRTIO_NET_F_HASH_REPORT
[PATCH] MAINTAINERS: update Alexey Makhalov's email address
2025-03-18 0:40 UTC
[PATCH 12/15] drm/virtio: Test for imported buffers with drm_gem_is_imported()
2025-03-17 13:06 UTC
[PATCH net v3 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
2025-03-17 9:51 UTC (6+ messages)
` [PATCH net v3 1/3] vsock/bpf: Fix EINTR connect() racing sockmap update
` [PATCH net v3 2/3] selftest/bpf: Add test for AF_VSOCK "
` [PATCH net v3 3/3] vsock/bpf: Fix bpf recvmsg() racing transport reassignment
[PATCH net-next v10 00/10] tun: Introduce virtio-net hashing feature
2025-03-17 8:34 UTC (13+ messages)
` [PATCH net-next v10 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v10 02/10] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v10 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v10 04/10] tun: Add common virtio-net hash feature code
` [PATCH net-next v10 05/10] tun: Introduce virtio-net hash feature
` [PATCH net-next v10 06/10] tap: "
` [PATCH net-next v10 07/10] selftest: tun: Test vnet ioctls without device
` [PATCH net-next v10 08/10] selftest: tun: Add tests for virtio-net hashing
` [PATCH net-next v10 09/10] selftest: tap: Add tests for virtio-net ioctls
` [PATCH net-next v10 10/10] vhost/net: Support VIRTIO_NET_F_HASH_REPORT
[syzbot] [virt?] KCSAN: data-race in virtqueue_disable_cb / virtqueue_enable_cb_delayed (9)
2025-03-17 0:26 UTC (3+ messages)
` [PATCH v2] virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
[PATCH] crypto: virtio - Erase some sensitive memory when it is freed
2025-03-15 9:07 UTC (2+ messages)
[PATCH net v2 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
2025-03-14 15:19 UTC (4+ messages)
` [PATCH net v2 1/3] vsock/bpf: Fix EINTR connect() racing sockmap update
` [PATCH net v2 2/3] selftest/bpf: Add test for AF_VSOCK "
` [PATCH net v2 3/3] vsock/bpf: Fix bpf recvmsg() racing transport reassignment
[RFC 0/5] track memory used by balloon drivers
2025-03-13 22:33 UTC (16+ messages)
` [RFC 1/5] meminfo: add a per node counter for "
` [RFC 4/5] vmx_balloon: update the NR_BALLOON_PAGES state
[PATCH v5] can: virtio: Initial virtio CAN driver
2025-03-13 18:48 UTC (10+ messages)
[PATCH v2] sev-snp: parse MP tables for VMware hypervisor
2025-03-13 17:52 UTC (2+ messages)
[PATCH] block: remove unused parameter
2025-03-13 13:24 UTC (5+ messages)
[PATCH v4 18/25] drm/renesas/rz-du: Compute dumb-buffer sizes with drm_mode_size_dumb()
2025-03-13 3:58 UTC (3+ messages)
[PATCH net-next 0/3] vsock: support network namespace
2025-03-12 22:29 UTC (9+ 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).