virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-22 21:10:21 to 2025-04-29 03:37:19 UTC [more...]

[PATCH] vhost: vringh: Use matching allocation type in resize_iovec()
 2025-04-29  3:37 UTC  (2+ messages)

[PATCH net-next v13 0/9] Device memory TCP TX
 2025-04-29  3:26 UTC  (10+ messages)
` [PATCH net-next v13 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v13 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v13 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v13 4/9] net: devmem: Implement TX path
` [PATCH net-next v13 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v13 6/9] net: enable driver support for netmem TX
` [PATCH net-next v13 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v13 8/9] net: check for driver support in netmem TX
` [PATCH net-next v13 9/9] selftests: ncdevmem: Implement devmem TCP TX

[PATCH net-next v3] selftests/vsock: add initial vmtest.sh for vsock
 2025-04-28 23:48 UTC 

[PATCH v6 0/4] virtio-net: disable delayed refill when pausing rx
 2025-04-28 23:00 UTC  (7+ messages)
` [PATCH v6 1/4] selftests: net: move xdp_helper to net/lib
` [PATCH v6 2/4] selftests: net: add flag to force zerocopy mode in xdp_helper
` [PATCH v6 3/4] selftests: net: retry when bind returns EBUSY "
` [PATCH v6 4/4] selftests: net: add a virtio_net deadlock selftest

[PATCH net-next v2 0/3] vsock: SOCK_LINGER rework
 2025-04-28 13:56 UTC  (10+ messages)
` [PATCH net-next v2 1/3] vsock: Linger on unsent data

[PATCH v6 0/9] blk: honor isolcpus configuration
 2025-04-28 12:37 UTC  (14+ messages)
` [PATCH v6 1/9] lib/group_cpus: let group_cpu_evenly return number initialized masks
` [PATCH v6 2/9] blk-mq: add number of queue calc helper
` [PATCH v6 3/9] nvme-pci: use block layer helpers to calculate num of queues
` [PATCH v6 4/9] scsi: "
` [PATCH v6 5/9] virtio: blk/scsi: "
` [PATCH v6 6/9] isolation: introduce io_queue isolcpus type
` [PATCH v6 7/9] lib/group_cpus: honor housekeeping config when grouping CPUs
` [PATCH v6 8/9] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v6 9/9] blk-mq: prevent offlining hk CPU with associated online isolated CPUs

[PATCH v3 00/14] MSR code cleanup part one
 2025-04-27  9:26 UTC  (24+ messages)
` [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v3 02/14] x86/msr: Remove rdpmc()
` [PATCH v3 03/14] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v3 04/14] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v3 05/14] x86/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v3 06/14] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v3 07/14] x86/msr: Add the native_rdmsrq() helper
` [PATCH v3 08/14] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v3 10/14] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v3 11/14] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v3 12/14] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v3 13/14] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v3 14/14] x86/msr: Change the function type of native_read_msr_safe()

[PATCH v4 00/15] MSR code cleanup part one
 2025-04-27  9:20 UTC  (16+ messages)
` [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
` [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v4 03/15] x86/msr: Remove rdpmc()
` [PATCH v4 04/15] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v4 05/15] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v4 06/15] x86/xen/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v4 07/15] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v4 08/15] x86/msr: Add the native_rdmsrq() helper
` [PATCH v4 09/15] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v4 10/15] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v4 11/15] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v4 12/15] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v4 13/15] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v4 14/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v4 15/15] x86/msr: Change the function type of native_read_msr_safe()

[PATCH net-next v2] vhost/net: Defer TX queue re-enable until after sendmsg
 2025-04-26 19:21 UTC  (7+ messages)

[PATCH net-next v12 0/9] Device memory TCP TX
 2025-04-26 15:12 UTC  (12+ messages)
` [PATCH net-next v12 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v12 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v12 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v12 4/9] net: devmem: Implement TX path
` [PATCH net-next v12 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v12 6/9] net: enable driver support for netmem TX
` [PATCH net-next v12 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v12 8/9] net: check for driver support in netmem TX
` [PATCH net-next v12 9/9] selftests: ncdevmem: Implement devmem TCP TX

[RFC PATCH net-next] virtio-net: support zerocopy multi buffer XDP in mergeable
 2025-04-26  8:33 UTC  (2+ messages)

[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
 2025-04-25 20:12 UTC  (64+ messages)
` [RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [RFC PATCH v2 02/34] x86/msr: Remove rdpmc()
` [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
` [RFC PATCH v2 04/34] x86/msr: Convert rdpmcq() into a function
` [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
` [RFC PATCH v2 14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
` [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR

[PATCH v3] vdpa/octeon_ep: Control PCI dev enabling manually
 2025-04-25 11:23 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH v5 0/3] virtio-net: disable delayed refill when pausing rx
 2025-04-25  4:21 UTC  (7+ messages)
` [PATCH v5 1/3] selftests: net: move xdp_helper to net/lib
` [PATCH v5 2/3] selftests: net: add flag to force zerocopy mode in xdp_helper
` [PATCH v5 3/3] selftests: net: add a virtio_net deadlock selftest

[PATCH v4 0/4] virtio-net: disable delayed refill when pausing rx
 2025-04-24 22:07 UTC  (10+ messages)
` [PATCH v4 3/4] selftests: net: add flag to force zerocopy mode in xdp_helper
` [PATCH v4 4/4] selftests: net: add a virtio_net deadlock selftest

[PATCH net-next v11 0/8] Device memory TCP TX
 2025-04-24 18:49 UTC  (10+ messages)
` [PATCH net-next v11 1/8] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v11 2/8] net: add get_netmem/put_netmem support
` [PATCH net-next v11 3/8] net: devmem: TCP tx netlink api
` [PATCH net-next v11 4/8] net: devmem: Implement TX path
` [PATCH net-next v11 5/8] net: add devmem TCP TX documentation
` [PATCH net-next v11 6/8] net: enable driver support for netmem TX
` [PATCH net-next v11 7/8] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v11 8/8] net: check for driver support in netmem TX

[PATCH net-next v10 0/9] Device memory TCP TX
 2025-04-24  9:06 UTC  (16+ messages)
` [PATCH net-next v10 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v10 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v10 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v10 4/9] net: devmem: Implement TX path
` [PATCH net-next v10 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v10 6/9] net: enable driver support for netmem TX
` [PATCH net-next v10 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v10 8/9] net: check for driver support in netmem TX
` [PATCH net-next v10 9/9] selftests: ncdevmem: Implement devmem TCP TX

[GIT PULL] virtio, vhost: fixes
 2025-04-23 17:29 UTC  (2+ messages)

[PATCH v2] vdpa/octeon_ep: Control PCI dev enabling manually
 2025-04-23 12:09 UTC  (2+ messages)

[PATCH net-next v9 0/9] Device memory TCP TX
 2025-04-23 10:49 UTC  (14+ messages)
` [PATCH net-next v9 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v9 7/9] gve: add netmem TX support to GVE DQO-RDA mode

[PATCH net-next v2] selftests/vsock: add initial vmtest.sh for vsock
 2025-04-23  9:52 UTC  (2+ messages)

[PATCH v2] virtgpu: don't reset on shutdown
 2025-04-23  6:45 UTC  (6+ messages)

[PATCH v9 0/4] vhost: Add support of kthread API
 2025-04-23  1:01 UTC  (4+ messages)
` [PATCH v9 4/4] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

[PATCH] drm/cirrus: Use non-hybrid PCI devres API
 2025-04-22 21:51 UTC  (2+ messages)


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