virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-19 23:48:18 to 2024-04-24 09:15:43 UTC [more...]

[PATCH vhost v9 0/6] refactor the params of find_vqs()
 2024-04-24  9:15 UTC  (4+ messages)
` [PATCH vhost v9 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v9 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v9 3/6] virtio: find_vqs: pass struct instead of multi parameters

[PATCH] drm/qxl: fix comment typo
 2024-04-24  9:06 UTC 

[PATCH vhost v8 0/6] refactor the params of find_vqs()
 2024-04-24  9:04 UTC  (5+ messages)
` [PATCH vhost v8 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH net-next v6 0/8] virtio-net: support device stats
 2024-04-24  8:23 UTC  (15+ messages)
` [PATCH net-next v6 1/8] virtio_net: introduce device stats feature and structures
` [PATCH net-next v6 2/8] virtio_net: remove "_queue" from ethtool -S
` [PATCH net-next v6 3/8] virtio_net: support device stats
` [PATCH net-next v6 4/8] virtio_net: device stats helpers support driver stats
` [PATCH net-next v6 5/8] virtio_net: add the total stats field
` [PATCH net-next v6 6/8] virtio_net: rename stat tx_timeout to timeout
` [PATCH net-next v6 7/8] netdev: add queue stats
` [PATCH net-next v6 8/8] virtio-net: support queue stat

[PATCH vhost v3 0/4] virtio_net: rx enable premapped mode by default
 2024-04-24  8:16 UTC  (5+ messages)
` [PATCH vhost v3 1/4] virtio_ring: enable premapped mode whatever use_dma_api
` [PATCH vhost v3 2/4] virtio_net: big mode skip the unmap check
` [PATCH vhost v3 3/4] virtio_net: rx remove premapped failover code
` [PATCH vhost v3 4/4] virtio_net: remove the misleading comment

[PATCH vhost v2 0/7] virtio_net: rx enable premapped mode by default
 2024-04-24  5:43 UTC  (20+ messages)
` [PATCH vhost v2 1/7] virtio_ring: introduce dma map api for page
` [PATCH vhost v2 2/7] virtio_ring: enable premapped mode whatever use_dma_api
` [PATCH vhost v2 3/7] virtio_net: replace private by pp struct inside page
` [PATCH vhost v2 4/7] virtio_net: big mode support premapped
` [PATCH vhost v2 5/7] virtio_net: enable premapped by default
` [PATCH vhost v2 6/7] virtio_net: rx remove premapped failover code
` [PATCH vhost v2 7/7] virtio_net: remove the misleading comment

[PATCH v5 0/5] vduse: Add support for reconnection
 2024-04-24  3:51 UTC  (10+ messages)
` [PATCH v5 3/5] vduse: Add function to get/free the pages "

[PATCH v8 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-23 20:34 UTC  (32+ messages)
` [PATCH v8 08/24] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v8 09/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v8 10/24] RISC-V: KVM: Fix the initial sample period value
` [PATCH v8 16/24] RISC-V: KVM: Improve firmware counter read function
` [PATCH v8 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v8 18/24] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v8 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v8 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v8 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v8 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v8 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [PATCH v8 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH v2 0/6] virtiofs: fix the warning for ITER_KVEC dio
 2024-04-23 13:25 UTC  (6+ messages)

[PATCH v1 0/4] Uprev mesa and IGT
 2024-04-23 12:56 UTC  (8+ messages)
` [PATCH v1 1/4] drm/ci: uprev mesa version
` [PATCH v1 2/4] drm/ci: build virtual GPU driver as module
` [PATCH v1 3/4] drm/ci: uprev IGT and generate testlist from build
` [PATCH v1 4/4] drm/ci: add tests on vkms

[patch net-next v5 repost 0/5] selftests: virtio_net: introduce initial testing infrastructure
 2024-04-23 11:05 UTC  (7+ messages)
` [patch net-next v5 repost 1/5] virtio: add debugfs infrastructure to allow to debug virtio features
` [patch net-next v5 repost 2/5] selftests: forwarding: add ability to assemble NETIFS array by driver name
` [patch net-next v5 repost 3/5] selftests: forwarding: add check_driver() helper
` [patch net-next v5 repost 4/5] selftests: forwarding: add wait_for_dev() helper
` [patch net-next v5 repost 5/5] selftests: virtio_net: add initial tests

[PATCH net-next 0/2] virtio_net: support getting initial value of irq coalesce
 2024-04-23 11:03 UTC  (5+ messages)
` [PATCH net-next 1/2] virtio_net: virtnet_send_command supports command-specific-result
` [PATCH net-next 2/2] virtio_net: get init coalesce value when probe

[patch net-next v4 0/6] selftests: virtio_net: introduce initial testing infrastructure
 2024-04-23 10:59 UTC  (10+ messages)
` [patch net-next v5 0/5] "
` [patch net-next v5 1/5] virtio: add debugfs infrastructure to allow to debug virtio features
` [patch net-next v5 2/5] selftests: forwarding: add ability to assemble NETIFS array by driver name
` [patch net-next v5 3/5] selftests: forwarding: add check_driver() helper
` [patch net-next v5 4/5] selftests: forwarding: add wait_for_dev() helper
` [patch net-next v5 5/5] selftests: virtio_net: add initial tests

[PATCH v3 0/4] Improve memory statistics for virtio balloon
 2024-04-23 10:03 UTC  (8+ messages)
` [PATCH v3 1/4] virtio_balloon: separate vm events into a function
` [PATCH v3 2/4] virtio_balloon: introduce oom-kill invocations
    `  "
` [PATCH v3 3/4] virtio_balloon: introduce memory allocation stall counter
` [PATCH v3 4/4] virtio_balloon: introduce memory scan/reclaim info

[PATCH v4] vp_vdpa: don't allocate unused msix vectors
 2024-04-23  9:25 UTC  (7+ messages)
` [PATCH v5] "
    ` 回复: "
          ` 回复: "

[PATCH v2 1/1] genirq/cpuhotplug: retry with cpu_online_mask when irq_do_set_affinity return -ENOSPC
 2024-04-23  7:34 UTC 

[PATCH net-next v5 0/9] virtio-net: support device stats
 2024-04-23  5:54 UTC  (3+ messages)

[PATCH vhost] virtio_net: update the hdr_len calculation for xmit
 2024-04-23  5:53 UTC  (9+ messages)

[PATCH] virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices
 2024-04-23  5:40 UTC  (17+ messages)
  ` [EXTERNAL] "

[PATCH net-next v5 0/6] Remove RTNL lock protection of CVQ
 2024-04-23  3:57 UTC  (7+ messages)
` [PATCH net-next v5 1/6] virtio_net: Store RSS setting in virtnet_info
` [PATCH net-next v5 2/6] virtio_net: Remove command data from control_buf
` [PATCH net-next v5 3/6] virtio_net: Add a lock for the command VQ
` [PATCH net-next v5 4/6] virtio_net: Do DIM update for specified queue only
` [PATCH net-next v5 5/6] virtio_net: Add a lock for per queue RX coalesce
` [PATCH net-next v5 6/6] virtio_net: Remove rtnl lock protection of command buffers

[PATCH v3 0/3] vhost: Fix stale available ring entries
 2024-04-23  3:36 UTC  (7+ messages)
` [PATCH v3 3/3] vhost: Improve vhost_get_avail_idx() with smp_rmb()

[PATCH 0/4] vhost: Cleanup
 2024-04-23  3:24 UTC  (5+ messages)
` [PATCH 1/4] vhost: Drop variable last_avail_idx in vhost_get_vq_desc()
` [PATCH 2/4] vhost: Improve vhost_get_avail_idx() with smp_rmb()
` [PATCH 3/4] vhost: Improve vhost_get_avail_head()
` [PATCH 4/4] vhost: Reformat vhost_{get, put}_user()

[PATCH io_uring-next/net-next v2 0/4] implement io_uring notification (ubuf_info) stacking
 2024-04-23  1:36 UTC  (7+ messages)
` [PATCH io_uring-next/net-next v2 1/4] net: extend ubuf_info callback to ops structure
` [PATCH io_uring-next/net-next v2 2/4] net: add callback for setting a ubuf_info to skb
` (subset) [PATCH io_uring-next/net-next v2 0/4] implement io_uring notification (ubuf_info) stacking

[syzbot] [virt?] [net?] KMSAN: uninit-value in vsock_assign_transport (2)
 2024-04-23  1:31 UTC  (8+ messages)
` [PATCH virt] virt: fix uninit-value in vhost_vsock_dev_open

[PATCH 0/1] genirq/cpuhotplug: fix CPU hotplug set affinity failure issue
 2024-04-23  1:02 UTC  (5+ messages)
` [PATCH 1/1] genirq/cpuhotplug: retry with online CPUs on irq_do_set_affinity failure

[PATCH v8 0/7] VMware hypercalls enhancements
 2024-04-22 22:56 UTC  (8+ messages)
` [PATCH v8 1/7] x86/vmware: Move common macros to vmware.h
` [PATCH v8 2/7] x86/vmware: Introduce VMware hypercall API
` [PATCH v8 3/7] ptp/vmware: Use "
` [PATCH v8 4/7] input/vmmouse: "
` [PATCH v8 5/7] drm/vmwgfx: "
` [PATCH v8 6/7] x86/vmware: Undefine VMWARE_HYPERCALL
` [PATCH v8 7/7] x86/vmware: Add TDX hypercall support

[PATCH 0/3] Improve memory statistics for virtio balloon
 2024-04-22 20:57 UTC  (2+ messages)

[PATCH RESEND net-next v7 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-04-22 20:55 UTC  (2+ messages)

[PATCH net-next v9 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-04-22 18:39 UTC  (7+ messages)
` [PATCH net-next v9 2/4] ethtool: provide customized dim profile management

[PATCH v5] vp_vdpa: don't allocate unused msix vectors
 2024-04-22 10:59 UTC 

[PATCH v2 0/4] Improve memory statistics for virtio balloon
 2024-04-22  9:11 UTC  (11+ messages)
` [PATCH v2 1/4] virtio_balloon: separate vm events into a function
    `  "
` [PATCH v2 2/4] virtio_balloon: introduce oom-kill invocations
` [PATCH v2 3/4] virtio_balloon: introduce memory allocation stall counter
` [PATCH v2 4/4] virtio_balloon: introduce memory scan/reclaim info

[PATCH v2 0/1] virtio: Add suspend support
 2024-04-22  7:01 UTC  (2+ messages)
` [PATCH v2 1/1] virtio: Add support for the virtio suspend feature

[PATCH vhost v1 0/7] virtio_net: rx enable premapped mode by default
 2024-04-22  5:40 UTC  (9+ messages)
` [PATCH vhost v1 1/7] virtio_ring: introduce dma map api for page
` [PATCH vhost v1 2/7] virtio_ring: enable premapped mode whatever use_dma_api
` [PATCH vhost v1 3/7] virtio_net: replace private by pp struct inside page
` [PATCH vhost v1 4/7] virtio_net: big mode support premapped
` [PATCH vhost v1 5/7] virtio_net: enable premapped by default
` [PATCH vhost v1 6/7] virtio_net: rx remove premapped failover code
` [PATCH vhost v1 7/7] virtio_net: remove the misleading comment

[PATCH 2/3] virtio_balloon: introduce memory allocation stall counter
 2024-04-21  3:43 UTC  (2+ messages)

[patch net-next v4 1/6] virtio: add debugfs infrastructure to allow to debug virtio features
 2024-04-19 23:52 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).