public inbox for virtualization@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2025-04-21 21:51:23 to 2025-04-25 08:35:23 UTC [more...]

[PATCH v3 00/14] MSR code cleanup part one
 2025-04-25  8:34 UTC  (5+ 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 v6 0/9] blk: honor isolcpus configuration
 2025-04-25  7:32 UTC  (13+ 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

[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
 2025-04-25  7:11 UTC  (89+ 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 05/34] x86/msr: Return u64 consistently in Xen PMC read functions
` [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
` [RFC PATCH v2 07/34] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [RFC PATCH v2 09/34] x86/msr: Add the native_rdmsrq() helper
` [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 15/34] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [RFC PATCH v2 16/34] x86/msr: Change function type of native_read_msr_safe()
` [RFC PATCH v2 17/34] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [RFC PATCH v2 18/34] x86/opcode: Add immediate form MSR instructions
` [RFC PATCH v2 19/34] x86/extable: Add support for "
` [RFC PATCH v2 20/34] x86/extable: Implement EX_TYPE_FUNC_REWIND
` [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
` [RFC PATCH v2 23/34] x86/extable: Remove new dead code in ex_handler_msr()
` [RFC PATCH v2 24/34] x86/mce: Use native MSR API __native_{wr,rd}msrq()
` [RFC PATCH v2 25/34] x86/msr: Rename native_wrmsrq() to native_wrmsrq_no_trace()
` [RFC PATCH v2 26/34] x86/msr: Rename native_wrmsr() to native_wrmsr_no_trace()
` [RFC PATCH v2 27/34] x86/msr: Rename native_write_msr() to native_wrmsrq()
` [RFC PATCH v2 28/34] x86/msr: Rename native_write_msr_safe() to native_wrmsrq_safe()
` [RFC PATCH v2 29/34] x86/msr: Rename native_rdmsrq() to native_rdmsrq_no_trace()
` [RFC PATCH v2 30/34] x86/msr: Rename native_rdmsr() to native_rdmsr_no_trace()
` [RFC PATCH v2 31/34] x86/msr: Rename native_read_msr() to native_rdmsrq()
` [RFC PATCH v2 32/34] x86/msr: Rename native_read_msr_safe() to native_rdmsrq_safe()
` [RFC PATCH v2 33/34] x86/msr: Move the ARGS macros after the MSR read/write APIs
` [RFC PATCH v2 34/34] x86/msr: Convert native_rdmsr_no_trace() uses to native_rdmsrq_no_trace() uses

[PATCH v6 0/4] virtio-net: disable delayed refill when pausing rx
 2025-04-25  7:10 UTC  (5+ 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 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 v2] vhost/net: Defer TX queue re-enable until after sendmsg
 2025-04-24 14:24 UTC  (5+ messages)

[PATCH v3] vdpa/octeon_ep: Control PCI dev enabling manually
 2025-04-24 11:48 UTC 

[PATCH net-next v2 0/3] vsock: SOCK_LINGER rework
 2025-04-24 11:24 UTC  (10+ messages)
` [PATCH net-next v2 1/3] vsock: Linger on unsent data
` [PATCH net-next v2 2/3] vsock: Reduce indentation in virtio_transport_wait_close()

[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  (19+ messages)
` [PATCH net-next v9 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [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  (3+ messages)

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

[PATCH v9 0/4] vhost: Add support of kthread API
 2025-04-23  1:01 UTC  (8+ messages)
` [PATCH v9 1/4] vhost: Add a new parameter in vhost_dev to allow user select kthread
` [PATCH v9 3/4] vhost: add VHOST_FORK_FROM_OWNER ioctl and validate inherit_owner
` [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)

[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
 2025-04-22 13:35 UTC  (10+ messages)

[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API
 2025-04-22 11:22 UTC  (3+ messages)

[PATCH 1/1] virtio_console: fix missing byte order handling for cols and rows
 2025-04-22 10:39 UTC  (3+ messages)

[PATCH V2] virtio-pci: Fix result size returned for the admin command completion
 2025-04-22 10:33 UTC 

[PATCH net-next 0/2] vsock: SOCK_LINGER rework
 2025-04-21 21:52 UTC  (4+ messages)
` [PATCH net-next 1/2] vsock: Linger on unsent data


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox