messages from 2025-09-25 13:10:23 to 2025-10-06 07:48:18 UTC [more...]
[PATCH v3 00/21] paravirt: cleanup and reorg
2025-10-06 7:46 UTC (17+ messages)
` [PATCH v3 02/21] x86/paravirt: Remove some unneeded struct declarations
` [PATCH v3 03/21] x86/paravirt: Remove PARAVIRT_DEBUG config option
` [PATCH v3 04/21] x86/paravirt: Move thunk macros to paravirt_types.h
` [PATCH v3 05/21] paravirt: Remove asm/paravirt_api_clock.h
` [PATCH v3 06/21] sched: Move clock related paravirt code to kernel/sched
` [PATCH v3 07/21] arm/paravirt: Use common code for paravirt_steal_clock()
` [PATCH v3 08/21] arm64/paravirt: "
` [PATCH v3 09/21] loongarch/paravirt: "
` [PATCH v3 10/21] riscv/paravirt: "
` [PATCH v3 11/21] x86/paravirt: "
` [PATCH v3 12/21] x86/paravirt: Move paravirt_sched_clock() related code into tsc.c
` [PATCH v3 13/21] x86/paravirt: Introduce new paravirt-base.h header
` [PATCH v3 14/21] x86/paravirt: Move pv_native_*() prototypes to paravirt.c
` [PATCH v3 19/21] x86/paravirt: Allow pv-calls outside paravirt.h
` [PATCH v3 20/21] x86/paravirt: Specify pv_ops array in paravirt macros
` [PATCH v3 21/21] x86/pvlocks: Move paravirt spinlock functions into own header
[PATCH v1 0/9] Remove DMA .map_page and .unmap_page callbacks
2025-10-06 4:03 UTC (34+ messages)
` [PATCH v1 1/9] alpha: Convert mapping routine to rely on physical address
` [PATCH v1 2/9] MIPS/jazzdma: Provide physical address directly
` [PATCH v1 3/9] parisc: Convert DMA map_page to map_phys interface
` [PATCH v1 4/9] powerpc: Convert to physical address DMA mapping
` [PATCH v1 5/9] sparc64: Use "
` [PATCH v1 6/9] x86: Use physical address for "
` [PATCH v1 7/9] vdpa: Convert to physical address "
` [PATCH v1 8/9] xen: swiotlb: Convert mapping routine to rely on physical address
` [PATCH v1 9/9] dma-mapping: remove unused map_page callback
[PATCH v2] virtio_vdpa: fix misleading return in void function
2025-10-05 18:12 UTC
[GIT PULL] virtio,vhost: fixes, cleanups
2025-10-04 18:18 UTC (2+ messages)
[PATCH] virtio_vdpa: fix misleading return in void function
2025-10-03 11:08 UTC (2+ messages)
[PATCH v1 net-next 0/3] virtio_net: Implement VIRTIO_NET_F_OUT_NET_HEADER from virtio spec 1.4
2025-10-03 11:06 UTC (5+ messages)
` [PATCH v1 net-next 1/3] net: implement virtio helper to handle outer nw offset
` [EXTERNAL] "
[RFC 0/2] support vduse feature provisioning in vdpa netlink command
2025-10-02 10:35 UTC (3+ messages)
` [RFC 1/2] vduse: support feature provisioning
` [RFC 2/2] vduse: allow to specify device-specific features if it's multiclass
[PATCH RESENT v4 0/6] features provisioning fixes and mlx5_vdpa support
2025-10-02 7:27 UTC (5+ messages)
` [PATCH RESENT v4 4/6] vdpa: validate device feature provisioning against supported class
[PATCH v5] can: virtio: Initial virtio CAN driver
2025-10-01 15:23 UTC (3+ messages)
[PATCH net-next v3 00/11] virtio_net: Add ethtool flow rules support
2025-10-01 14:15 UTC (55+ messages)
` [PATCH net-next v3 01/11] virtio-pci: Expose generic device capability operations
` [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 07/11] virtio_net: Use existing classifier if possible
` [PATCH net-next v3 08/11] virtio_net: Implement IPv4 ethtool flow rules
` [PATCH net-next v3 09/11] virtio_net: Add support for IPv6 ethtool steering
` [PATCH net-next v3 11/11] virtio_net: Add get ethtool flow rules ops
[PATCH net] vhost: vringh: Fix copy_to_iter return value check
2025-10-01 14:00 UTC (5+ messages)
[PATCH V7 00/19] virtio_ring in order support
2025-10-01 11:30 UTC (9+ messages)
` [PATCH V7 12/19] virtio_ring: use u16 for last_used_idx in virtqueue_poll_split()
` [PATCH V7 13/19] virtio_ring: introduce virtqueue ops
` [PATCH V7 19/19] virtio_ring: add in order support
[PATCH v2 00/12] x86/msr: Inline rdmsr/wrmsr instructions
2025-10-01 6:45 UTC (13+ messages)
` [PATCH v2 05/12] x86/msr: Move MSR trace calls one function level up
` [PATCH v2 11/12] x86/paravirt: Don't use pv_ops vector for MSR access functions
[PATCH v2 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
2025-10-01 0:01 UTC (2+ messages)
[PATCH v1 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
2025-09-30 23:59 UTC (9+ messages)
` [PATCH v1 2/2] Drivers: hv: Make CONFIG_HYPERV bool
[PATCH net-next v6 0/9] vsock: add namespace support to vhost-vsock
2025-09-30 8:58 UTC (21+ messages)
` [PATCH net-next v6 1/9] vsock: a per-net vsock NS mode state
` [PATCH net-next v6 2/9] vsock: add net to vsock skb cb
` [PATCH net-next v6 3/9] vsock: add netns to vsock core
` [PATCH net-next v6 4/9] vsock/loopback: add netns support
` [PATCH net-next v6 5/9] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v6 6/9] vhost/vsock: add netns support
` [PATCH net-next v6 7/9] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v6 8/9] selftests/vsock: invoke vsock_test through helpers
` [PATCH net-next v6 9/9] selftests/vsock: add namespace tests
[PATCH v6 0/7] Add multiple address spaces support to VDUSE
2025-09-29 16:52 UTC (8+ messages)
` [PATCH v6 1/7] vduse: make domain_lock an rwlock
` [PATCH v6 2/7] vduse: add v1 API definition
` [PATCH v6 3/7] vduse: add vq group support
` [PATCH v6 4/7] vduse: return internal vq group struct as map token
` [PATCH v6 5/7] vduse: refactor vdpa_dev_add for goto err handling
` [PATCH v6 6/7] vduse: add vq group asid support
` [PATCH v6 7/7] vduse: bump version number
[PATCH] vhost: vringh: Fix copy_to_iter return value check
2025-09-29 16:00 UTC (3+ messages)
[PATCH v6 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-09-29 15:25 UTC (3+ messages)
` [PATCH v6 23/25] drm/xe: Compute dumb-buffer sizes with drm_mode_size_dumb()
[PATCH] vdpa/mlx5: Fix incorrect error code reporting in query_virtqueues
2025-09-29 14:13 UTC (2+ messages)
[PATCH v5 0/6] Add multiple address spaces support to VDUSE
2025-09-29 11:29 UTC (24+ messages)
` [PATCH v5 1/6] vduse: make domain_lock an rwlock
` [PATCH v5 2/6] vduse: add v1 API definition
` [PATCH v5 3/6] vduse: add vq group support
` [PATCH v5 4/6] vduse: return internal vq group struct as map token
` [PATCH v5 5/6] vduse: add vq group asid support
` [PATCH v5 6/6] vduse: bump version number
[PATCH 0/6] x86/msr: let paravirt inline rdmsr/wrmsr instructions
2025-09-29 11:07 UTC (9+ messages)
` [PATCH 5/6] x86/paravirt: Switch MSR access pv_ops functions to instruction interfaces
[PATCH net-next v5 0/8] TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
2025-09-29 9:43 UTC (6+ messages)
` [PATCH net-next v5 4/8] TUN & TAP: Wake netdev queue after consuming an entry
vduse: add vq group support
2025-09-29 6:07 UTC (2+ messages)
[PATCH] vhost-vdpa: Set s.num in GET_VRING_GROUP
2025-09-29 6:05 UTC (4+ messages)
[PATCH v4 0/6] Add multiple address spaces support to VDUSE
2025-09-29 5:42 UTC (12+ messages)
` [PATCH v4 1/6] vduse: make domain_lock an rwlock
` [PATCH v4 3/6] vduse: add vq group support
` [PATCH v4 5/6] vduse: add vq group asid support
[PATCH 0/9] Remove DMA .map_page and .unmap_page callbacks
2025-09-28 11:58 UTC (12+ messages)
` [PATCH 1/9] alpha: Convert mapping routine to rely on physical address
[PATCH] vhost: vringh: Modify the return value check
2025-09-27 20:36 UTC (2+ messages)
[PATCH net-next v5 8/8] vhost_net: Replace rx_ring with calls of TUN/TAP wrappers
2025-09-26 13:47 UTC (2+ messages)
[PATCH net 0/2] fixes two virtio-net related bugs
2025-09-26 4:52 UTC (5+ messages)
` [PATCH net 1/2] virtio-net: fix incorrect flags recording in big mode
` [PATCH net 2/2] virtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLEN
Confirm this letter -----
2025-09-25 23:01 UTC
[GIT PULL] virtio,vhost: last minute fixes
2025-09-25 16:37 UTC (2+ 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).