messages from 2025-09-17 08:37:01 to 2025-09-23 14:20:05 UTC [more...]
[PATCH net-next v3 00/11] virtio_net: Add ethtool flow rules support
2025-09-23 14:19 UTC (8+ messages)
` [PATCH net-next v3 01/11] virtio-pci: Expose generic device capability operations
` [PATCH net-next v3 02/11] virtio-pci: Expose object create and destroy API
` [PATCH net-next v3 03/11] virtio_net: Create virtio_net directory
` [PATCH net-next v3 04/11] virtio_net: Query and set flow filter caps
` [PATCH net-next v3 05/11] virtio_net: Create a FF group for ethtool steering
` [PATCH net-next v3 06/11] virtio_net: Implement layer 2 ethtool flow rules
` [PATCH net-next v3 08/11] virtio_net: Implement IPv4 "
[PATCH net-next v5 0/8] TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
2025-09-23 14:14 UTC (10+ messages)
` [PATCH net-next v5 1/8] __ptr_ring_full_next: Returns if ring will be full after next insertion
` [PATCH net-next v5 2/8] Move the decision of invalidation out of __ptr_ring_discard_one
` [PATCH net-next v5 3/8] TUN, TAP & vhost_net: Stop netdev queue before reaching a full ptr_ring
` [PATCH net-next v5 4/8] TUN & TAP: Wake netdev queue after consuming an entry
` [PATCH net-next v5 5/8] TUN & TAP: Provide ptr_ring_consume_batched wrappers for vhost_net
` [PATCH net-next v5 6/8] TUN & TAP: Provide ptr_ring_unconsume "
` [PATCH net-next v5 7/8] TUN & TAP: Methods to determine whether file is TUN/TAP "
` [PATCH net-next v5 8/8] vhost_net: Replace rx_ring with calls of TUN/TAP wrappers
[PATCH] vduse: Use fixed 4KB bounce pages for arm64 64KB page size
2025-09-23 12:37 UTC (3+ messages)
` "
[PATCH v10 0/3] Virtio SPI Linux driver
2025-09-23 11:25 UTC (3+ messages)
[PATCH 0/9] Remove DMA .map_page and .unmap_page callbacks
2025-09-22 21:04 UTC (11+ messages)
` [PATCH 1/9] alpha: Convert mapping routine to rely on physical address
` [PATCH 2/9] MIPS/jazzdma: Provide physical address directly
` [PATCH 3/9] parisc: Convert DMA map_page to map_phys interface
` [PATCH 4/9] powerpc: Convert to physical address DMA mapping
` [PATCH 5/9] sparc64: Use "
` [PATCH 6/9] x86: Use physical address for "
` [PATCH 7/9] vdpa: Convert to physical address "
` [PATCH 8/9] xen: swiotlb: Convert mapping routine to rely on physical address
` [PATCH 9/9] dma-mapping: remove unused map_page callback
[PATCH v4 0/7] Disable ATS via iommu during PCI resets
2025-09-22 19:39 UTC (13+ messages)
` [PATCH v4 1/7] iommu/arm-smmu-v3: Add release_domain to attach prior to release_dev()
` [PATCH v4 4/7] iommu: Pass in old domain to attach_dev callback functions
` [PATCH v4 5/7] iommu: Add iommu_get_domain_for_dev_locked() helper
` [PATCH v4 6/7] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
[PATCH 5.10] gpu/drm/virtio: fix error return in vgdev_output_init()
2025-09-22 14:44 UTC
[PATCH v3 0/6] Add multiple address spaces support to VDUSE
2025-09-22 10:50 UTC (11+ messages)
` [PATCH v3 1/6] vduse: make domain_lock an rwlock
` [PATCH v3 2/6] vduse: add v1 API definition
` [PATCH v3 3/6] vduse: add vq group support
` [PATCH v3 4/6] vduse: return internal vq group struct as map token
` [PATCH v3 5/6] vduse: add vq group asid support
` [PATCH v3 6/6] vduse: bump version number
[mst-vhost:vhost 41/44] drivers/vdpa/pds/vdpa_dev.c:590:19: error: incompatible function pointer types initializing 's64 (*)(struct vdpa_device *, u16)' (aka 'long long (*)(struct vdpa_device *, unsigned short)') with an expression of type 'u32 (struct vdpa_device *, u16)' (aka
2025-09-22 6:02 UTC (3+ messages)
[PATCH V6 0/9] Refine virtio mapping API
2025-09-22 1:06 UTC (12+ messages)
` [PATCH V6 3/9] virtio: rename dma helpers
` [PATCH V6 6/9] virtio: introduce map ops in virtio core
` [PATCH V6 8/9] vdpa: introduce map ops
[PATCH V6 00/19] virtio_ring in order support
2025-09-22 1:00 UTC (39+ messages)
` [PATCH V6 01/19] virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx()
` [PATCH V6 02/19] virtio_ring: switch to use vring_virtqueue in virtqueue_poll variants
` [PATCH V6 03/19] virtio_ring: unify logic of virtqueue_poll() and more_used()
` [PATCH V6 04/19] virtio_ring: switch to use vring_virtqueue for virtqueue resize variants
` [PATCH V6 05/19] virtio_ring: switch to use vring_virtqueue for virtqueue_kick_prepare variants
` [PATCH V6 06/19] virtio_ring: switch to use vring_virtqueue for virtqueue_add variants
` [PATCH V6 07/19] virtio: "
` [PATCH V6 08/19] virtio_ring: switch to use vring_virtqueue for enable_cb_prepare variants
` [PATCH V6 09/19] virtio_ring: use vring_virtqueue for enable_cb_delayed variants
` [PATCH V6 10/19] virtio_ring: switch to use vring_virtqueue for disable_cb variants
` [PATCH V6 11/19] virtio_ring: switch to use vring_virtqueue for detach_unused_buf variants
` [PATCH V6 12/19] virtio_ring: use u16 for last_used_idx in virtqueue_poll_split()
` [PATCH V6 13/19] virtio_ring: introduce virtqueue ops
` [PATCH V6 14/19] virtio_ring: determine descriptor flags at one time
` [PATCH V6 15/19] virtio_ring: factor out core logic of buffer detaching
` [PATCH V6 16/19] virtio_ring: factor out core logic for updating last_used_idx
` [PATCH V6 17/19] virtio_ring: factor out split indirect detaching logic
` [PATCH V6 18/19] virtio_ring: factor out split "
` [PATCH V6 19/19] virtio_ring: add in order support
[PATCH V5 0/9] Refine virtio mapping API
2025-09-21 21:42 UTC (7+ messages)
` [PATCH V5 1/9] virtio_ring: constify virtqueue pointer for DMA helpers
` [PATCH V5 5/9] virtio_ring: rename dma_handle to map_handle
[PATCH] vhost: vringh: Modify the return value check
2025-09-21 21:41 UTC (3+ messages)
[PATCH v2 0/3] vhost_task: Fix a bug where KVM wakes an exited task
2025-09-21 21:40 UTC (14+ messages)
` [PATCH] vhost: Take a reference on the task that is reference in struct vhost_task
[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
2025-09-21 0:47 UTC (6+ messages)
[PATCH v4 0/4] arm-smmu: select suitable MSI IOVA
2025-09-19 12:08 UTC (6+ messages)
` [PATCH v4 3/4] "
[PATCH v3 0/6] Add multiple address spaces support to VDUSE
2025-09-19 9:36 UTC (4+ messages)
` [PATCH v3 1/6] vduse: make domain_lock an rwlock
` [PATCH v3 2/6] vduse: add v1 API definition
[PATCH net] virtio-net: fix incorrect flags recording in big mode
2025-09-19 8:08 UTC (5+ messages)
[PATCH vhost 1/3] vhost-net: unbreak busy polling
2025-09-19 7:25 UTC (5+ messages)
` [PATCH vhost 3/3] vhost-net: flush batched before enabling notifications
[PATCH v2 0/7] Add multiple address spaces support to VDUSE
2025-09-19 2:15 UTC (24+ messages)
` [PATCH v2 2/7] vduse: make domain_lock an rwlock
` [PATCH v2 3/7] vduse: add vq group support
` [PATCH v2 4/7] vduse: return internal vq group struct as map token
` [PATCH v2 5/7] vduse: create vduse_as to make it an array
` [PATCH v2 6/7] vduse: add vq group asid support
[GIT PULL v2] virtio,vhost: last minute fixes
2025-09-18 16:20 UTC (5+ messages)
Backport request for commit 5326ab737a47 ("virtio_console: fix order of fields cols and rows")
2025-09-18 16:19 UTC (3+ messages)
[GIT PULL] virtio,vhost: last minute fixes
2025-09-18 15:03 UTC (3+ messages)
[PATCH net-next v4 0/8] net: ethtool: add dedicated GRXRINGS driver callbacks
2025-09-18 14:30 UTC (10+ messages)
` [PATCH net-next v4 1/8] net: ethtool: pass the num of RX rings directly to ethtool_copy_validate_indir
` [PATCH net-next v4 2/8] net: ethtool: add support for ETHTOOL_GRXRINGS ioctl
` [PATCH net-next v4 3/8] net: ethtool: remove the duplicated handling from ethtool_get_rxrings
` [PATCH net-next v4 4/8] net: ethtool: add get_rx_ring_count callback to optimize RX ring queries
` [PATCH net-next v4 5/8] net: ethtool: update set_rxfh to use ethtool_get_rx_ring_count helper
` [PATCH net-next v4 6/8] net: ethtool: update set_rxfh_indir "
` [PATCH net-next v4 7/8] net: ethtool: use the new helper in rss_set_prep_indir()
` [PATCH net-next v4 8/8] net: virtio_net: add get_rxrings ethtool callback for RX ring queries
[PATCH v2 00/21] paravirt: cleanup and reorg
2025-09-18 5:56 UTC (20+ messages)
` [PATCH v2 02/21] x86/paravirt: Remove some unneeded struct declarations
` [PATCH v2 03/21] x86/paravirt: Remove PARAVIRT_DEBUG config option
` [PATCH v2 04/21] x86/paravirt: Move thunk macros to paravirt_types.h
` [PATCH v2 05/21] paravirt: Remove asm/paravirt_api_clock.h
` [PATCH v2 06/21] sched: Move clock related paravirt code to kernel/sched
` [PATCH v2 07/21] arm/paravirt: Use common code for paravirt_steal_clock()
` [PATCH v2 08/21] arm64/paravirt: "
` [PATCH v2 09/21] loongarch/paravirt: "
` [PATCH v2 10/21] riscv/paravirt: "
` [PATCH v2 11/21] x86/paravirt: "
` [PATCH v2 12/21] x86/paravirt: Move paravirt_sched_clock() related code into tsc.c
` [PATCH v2 13/21] x86/paravirt: Introduce new paravirt-base.h header
` [PATCH v2 14/21] x86/paravirt: Move pv_native_*() prototypes to paravirt.c
` [PATCH v2 19/21] x86/paravirt: Allow pv-calls outside paravirt.h
` [PATCH v2 20/21] x86/paravirt: Specify pv_ops array in paravirt macros
` [PATCH v2 21/21] x86/pvlocks: Move paravirt spinlock functions into own header
[PATCH net-next v6 3/9] vsock: add netns to vsock core
2025-09-17 22:12 UTC (2+ messages)
[PATCH net-next v6 0/9] vsock: add namespace support to vhost-vsock
2025-09-17 18:40 UTC (4+ messages)
virtio backends in guests
2025-09-17 11:19 UTC (3+ messages)
[PATCH] Revert "virtio_console: fix order of fields cols and rows"
2025-09-17 9:49 UTC (4+ 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).