Virtualization Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-17 16:46:05 to 2024-04-22 22:57:15 UTC [more...]

[PATCH v8 0/7] VMware hypercalls enhancements
 2024-04-22 22:56 UTC  (4+ 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 v2 0/6] virtiofs: fix the warning for ITER_KVEC dio
 2024-04-22 21:11 UTC  (5+ messages)

[patch net-next v4 0/6] selftests: virtio_net: introduce initial testing infrastructure
 2024-04-22 21:04 UTC  (22+ messages)
` [patch net-next v4 1/6] virtio: add debugfs infrastructure to allow to debug virtio features
` [patch net-next v4 2/6] selftests: forwarding: move initial root check to the beginning
` [patch net-next v4 3/6] selftests: forwarding: add ability to assemble NETIFS array by driver name
` [patch net-next v4 4/6] selftests: forwarding: add check_driver() helper
` [patch net-next v4 5/6] selftests: forwarding: add wait_for_dev() helper
` [patch net-next v4 6/6] selftests: virtio_net: add initial tests
` [patch net-next v5 0/5] selftests: virtio_net: introduce initial testing infrastructure
` [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 0/1] genirq/cpuhotplug: fix CPU hotplug set affinity failure issue
 2024-04-22 20:58 UTC  (3+ messages)
` [PATCH 1/1] genirq/cpuhotplug: retry with online CPUs on irq_do_set_affinity failure

[PATCH 0/3] Improve memory statistics for virtio balloon
 2024-04-22 20:57 UTC  (9+ messages)
` [PATCH 1/3] virtio_balloon: introduce oom-kill invocations
` [PATCH 2/3] virtio_balloon: introduce memory allocation stall counter
` [PATCH 3/3] virtio_balloon: introduce memory scan/reclaim info

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

[PATCH v3 0/3] vhost: Fix stale available ring entries
 2024-04-22 20:46 UTC  (6+ messages)
` [PATCH v3 3/3] vhost: Improve vhost_get_avail_idx() with smp_rmb()

[PATCH] virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices
 2024-04-22 20:44 UTC  (2+ messages)

[EXTERNAL] Re: [PATCH] virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices
 2024-04-22 20:42 UTC  (11+ messages)

[PATCH net-next v5 0/9] virtio-net: support device stats
 2024-04-22 20:33 UTC  (2+ messages)

[PATCH vhost] virtio_net: update the hdr_len calculation for xmit
 2024-04-22 20:31 UTC  (8+ messages)

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

[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 io_uring-next/net-next v2 0/4] implement io_uring notification (ubuf_info) stacking
 2024-04-22 17:01 UTC  (8+ 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
` [PATCH io_uring-next/net-next v2 3/4] io_uring/notif: simplify io_notif_flush()
` [PATCH io_uring-next/net-next v2 4/4] io_uring/notif: implement notification stacking

[PATCH v8 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-22 16:06 UTC  (34+ messages)
` [PATCH v8 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v8 02/24] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v8 03/24] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v8 04/24] drivers/perf: riscv: Use BIT macro for shifting operations
` [PATCH v8 05/24] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v8 06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
` [PATCH v8 07/24] RISC-V: Use the minor version mask while computing sbi version
` [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 11/24] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v8 12/24] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v8 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v8 14/24] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v8 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [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 vhost v8 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
 2024-04-22 14:26 UTC  (2+ messages)

[syzbot] [virt?] [net?] KMSAN: uninit-value in vsock_assign_transport (2)
 2024-04-22 14:20 UTC  (7+ messages)
` [PATCH virt] virt: fix uninit-value in vhost_vsock_dev_open

[PATCH v4] vp_vdpa: don't allocate unused msix vectors
 2024-04-22 12:08 UTC  (3+ messages)
` [PATCH v5] "

[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 vhost v2 0/7] virtio_net: rx enable premapped mode by default
 2024-04-22  7:24 UTC  (8+ 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 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 v7 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-19 23:42 UTC  (6+ messages)
` [PATCH v7 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function

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

[PATCH 0/9] vhost: Support SIGKILL by flushing and exiting
 2024-04-19  0:40 UTC  (17+ messages)

[PATCH net-next v4 0/6] Remove RTNL lock protection of CVQ
 2024-04-19  0:28 UTC  (11+ messages)
` [PATCH net-next v4 3/6] virtio_net: Add a lock for the command VQ

[patch net-next v3 0/6] selftests: virtio_net: introduce initial testing infrastructure
 2024-04-18 12:14 UTC  (17+ messages)
` [patch net-next v3 2/6] selftests: forwarding: move couple of initial check to the beginning
` [patch net-next v3 3/6] selftests: forwarding: add ability to assemble NETIFS array by driver name
` [patch net-next v3 4/6] selftests: forwarding: add check_driver() helper
` [patch net-next v3 5/6] selftests: forwarding: add wait_for_dev() helper
` [patch net-next v3 6/6] selftests: virtio_net: add initial tests

[PATCH net-next v9] virtio_net: Support RX hash XDP hint
 2024-04-18 12:00 UTC  (3+ messages)

[patch net-next v2 0/6] selftests: virtio_net: introduce initial testing infrastructure
 2024-04-18  8:28 UTC  (8+ messages)
` [patch net-next v2 1/6] virtio: add debugfs infrastructure to allow to debug virtio features

[PATCH 0/1] virtio: Add suspend support
 2024-04-18  7:34 UTC  (4+ messages)
` [PATCH 1/1] virtio: Add support for the virtio suspend feature

ACPI timeouts when enabling KASAN
 2024-04-17 19:38 UTC  (11+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).