virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-24 22:24:47 to 2025-11-28 02:24:50 UTC [more...]

[PATCH] virtio_ring: code cleanup in detach_buf_split
 2025-11-28  2:24 UTC  (2+ messages)

[PATCH v1 0/7] introduce virtnet_mon for monitor virtio_net
 2025-11-28  2:21 UTC  (9+ messages)
` [PATCH v1 1/7] tools/virtio/virtnet_mon: create misc driver for virtnet_mon
` [PATCH v1 2/7] tools/virtio/virtnet_mon: add kfifo to virtnet_mon
` [PATCH v1 3/7] tools/virtio/virtnet_mon: add kprobe start_xmit
` [PATCH v1 4/7] tools/virtio/virtnet_mon: add kprobe gro_receive_skb
` [PATCH v1 5/7] tools/virtio/virtnet_mon: add kprobe ip_local_deliver
` [PATCH v1 6/7] tools/virtio/virtnet_mon: add kprobe skb_xmit_done and skb_recv_done
` [PATCH v1 7/7] tools/virtio/virtnet_mon: add README file for virtnet_moin

[PATCH RFC] virtio_net: gate delayed refill scheduling
 2025-11-28  2:20 UTC  (3+ messages)

[syzbot] [kvm?] [net?] [virt?] WARNING in virtio_transport_send_pkt_info (2)
 2025-11-28  1:44 UTC 

Fix potential data loss and corruption due to Incorrect BIO Chain Handling
 2025-11-28  1:32 UTC  (10+ messages)

[PATCH net-next v12 00/12] vsock: add namespace support to vhost-vsock and loopback
 2025-11-27 16:33 UTC  (18+ messages)
` [PATCH net-next v12 01/12] vsock: a per-net vsock NS mode state
` [PATCH net-next v12 02/12] vsock: add netns to vsock core
` [PATCH net-next v12 03/12] virtio: set skb owner of virtio_transport_reset_no_sock() reply
` [PATCH net-next v12 04/12] vsock: add netns support to virtio transports
` [PATCH net-next v12 05/12] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v12 06/12] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v12 07/12] selftests/vsock: add vm_dmesg_{warn,oops}_count() helpers
` [PATCH net-next v12 08/12] selftests/vsock: use ss to wait for listeners instead of /proc/net
` [PATCH net-next v12 09/12] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v12 10/12] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v12 11/12] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v12 12/12] selftests/vsock: add tests for namespace deletion and mode changes

virtio-crypto: Inquiry about virtio crypto
 2025-11-27  9:38 UTC  (4+ messages)

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

[PATCH] MAINTAINERS: add German Maglione as virtiofs co-maintainer
 2025-11-27  9:00 UTC  (2+ messages)

[PATCH v6 0/3] virtio: feature related cleanups
 2025-11-27  6:40 UTC  (4+ messages)
` [PATCH v6 1/3] virtio: clean up features qword/dword terms
` [PATCH v6 2/3] vhost/test: add test specific macro for features
` [PATCH v6 3/3] vhost: switch to arrays of feature bits

[PATCH net-next] vhost: use "checked" versions of get_user() and put_user()
 2025-11-27  6:32 UTC  (18+ messages)

[PATCH net v4] virtio-net: avoid unnecessary checksum calculation on guest RX
 2025-11-27  4:00 UTC  (2+ messages)

[PATCH net-next v2] MAINTAINERS: separate VIRTIO NET DRIVER and add netdev
 2025-11-27  4:00 UTC  (3+ messages)

[PATCH net v3] virtio-net: avoid unnecessary checksum calculation on guest RX
 2025-11-27  3:48 UTC  (6+ messages)

[PATCH net-next v13 00/12] virtio_net: Add ethtool flow rules support
 2025-11-26 23:31 UTC  (14+ messages)
` [PATCH net-next v13 01/12] virtio_pci: Remove supported_cap size build assert
` [PATCH net-next v13 02/12] virtio: Add config_op for admin commands
` [PATCH net-next v13 03/12] virtio: Expose generic device capability operations
` [PATCH net-next v13 04/12] virtio: Expose object create and destroy API
` [PATCH net-next v13 05/12] virtio_net: Query and set flow filter caps
` [PATCH net-next v13 06/12] virtio_net: Create a FF group for ethtool steering
` [PATCH net-next v13 07/12] virtio_net: Implement layer 2 ethtool flow rules
` [PATCH net-next v13 08/12] virtio_net: Use existing classifier if possible
` [PATCH net-next v13 09/12] virtio_net: Implement IPv4 ethtool flow rules
` [PATCH net-next v13 10/12] virtio_net: Add support for IPv6 ethtool steering
` [PATCH net-next v13 11/12] virtio_net: Add support for TCP and UDP ethtool rules
` [PATCH net-next v13 12/12] virtio_net: Add get ethtool flow rules ops

[PATCH net V2] vhost: rewind next_avail_head while discarding descriptors
 2025-11-26 23:00 UTC  (6+ messages)

[PATCH] vhost/vsock: improve RCU read sections around vhost_vsock_get()
 2025-11-26 21:03 UTC  (2+ messages)

[PATCH net-next] virtio-net: avoid unnecessary checksum calculation on guest RX
 2025-11-26 19:00 UTC  (9+ messages)

[PATCH net-next v6 0/8] tun/tap & vhost-net: netdev queue flow control to avoid ptr_ring tail drop
 2025-11-26 18:16 UTC  (22+ messages)
` [PATCH net-next v6 1/8] ptr_ring: add __ptr_ring_full_next() to predict imminent fullness
` [PATCH net-next v6 2/8] ptr_ring: add helper to check if consume created space
` [PATCH net-next v6 3/8] tun/tap: add synchronized ring produce/consume with queue management

[PATCH net-next v12 00/12] virtio_net: Add ethtool flow rules support
 2025-11-26 18:00 UTC  (32+ messages)
` [PATCH net-next v12 03/12] virtio: Expose generic device capability operations
` [PATCH net-next v12 05/12] virtio_net: Query and set flow filter caps
` [PATCH net-next v12 07/12] virtio_net: Implement layer 2 ethtool flow rules
` [PATCH net-next v12 08/12] virtio_net: Use existing classifier if possible
` [PATCH net-next v12 09/12] virtio_net: Implement IPv4 ethtool flow rules
` [PATCH net-next v12 10/12] virtio_net: Add support for IPv6 ethtool steering
` [PATCH net-next v12 11/12] virtio_net: Add support for TCP and UDP ethtool rules

[PATCH 0/5] x86: Cleanups around slow_down_io()
 2025-11-26 17:08 UTC  (3+ messages)
` [PATCH 1/5] x86/paravirt: Replace io_delay() hook with a bool

[PATCH net-next] vhost/net: check peek_head_len after signal to guest to avoid delays
 2025-11-26 16:49 UTC  (9+ messages)

[PATCH v6 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
 2025-11-26  9:29 UTC  (7+ messages)
` [PATCH v6 03/25] drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()

[PATCH v2] virtio_net: enhance wake/stop tx queue statistics accounting
 2025-11-26  4:00 UTC  (4+ messages)

[PATCH net-next] vsock/test: Extend transport change null-ptr-deref test
 2025-11-26  3:20 UTC  (2+ messages)

[PATCH net-next] MAINTAINERS: separate VIRTIO NET DRIVERS and add netdev
 2025-11-26  0:04 UTC  (2+ messages)

[PATCH v2] virtio-net: avoid unnecessary checksum calculation on guest RX
 2025-11-25 21:14 UTC 

[PATCH] MAINTAINERS: Update my email address
 2025-11-25 14:08 UTC  (2+ messages)

[PATCH 1/2] x86/paravirt: Remove trailing semicolons from alternative asm templates
 2025-11-25 13:44 UTC  (4+ messages)
` [PATCH 2/2] x86/paravirt: Use XOR r32,r32 to clear register in pv_vcpu_is_preempted()

[PATCH net-next v11 00/13] vsock: add namespace support to vhost-vsock and loopback
 2025-11-25  9:24 UTC  (9+ messages)
` [PATCH net-next v11 03/13] vsock: reject bad VSOCK_NET_MODE_LOCAL configuration for G2H

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


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).