Virtualization Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-12 20:47:01 to 2024-04-17 16:46:05 UTC [more...]

[patch net-next v3 0/6] selftests: virtio_net: introduce initial testing infrastructure
 2024-04-17 16:45 UTC  (5+ messages)
` [patch net-next v3 1/6] virtio: add debugfs infrastructure to allow to debug virtio features
` [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

ACPI timeouts when enabling KASAN
 2024-04-17 16:12 UTC  (17+ messages)

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

[PATCH net-next v9 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-04-17 15:55 UTC  (5+ messages)
` [PATCH net-next v9 1/4] linux/dim: move useful macros to .h file
` [PATCH net-next v9 2/4] ethtool: provide customized dim profile management
` [PATCH net-next v9 3/4] virtio-net: refactor dim initialization/destruction
` [PATCH net-next v9 4/4] virtio-net: support dim profile fine-tuning

[PATCH net-next v2 07/15] mm: page_frag: add '_va' suffix to page_frag API
 2024-04-17 13:18 UTC  (3+ messages)

[PATCH v5 0/5] vduse: Add support for reconnection
 2024-04-17  9:29 UTC  (6+ messages)
` [PATCH v5 3/5] vduse: Add function to get/free the pages "
` [PATCH v5 5/5] Documentation: Add reconnect process for VDUSE

[PATCH 0/1] virtio: Add suspend support
 2024-04-17  8:54 UTC  (2+ messages)
` [PATCH 1/1] virtio: Add support for the virtio suspend feature

[PATCH vhost 0/6] virtio_net: rx enable premapped mode by default
 2024-04-17  8:20 UTC  (14+ messages)
` [PATCH vhost 3/6] virtio_net: replace private by pp struct inside page

[PATCH net-next v8 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-04-17  8:04 UTC  (12+ messages)
` [PATCH net-next v8 1/4] linux/dim: move useful macros to .h file
` [PATCH net-next v8 2/4] ethtool: provide customized dim profile management
` [PATCH net-next v8 3/4] virtio-net: refactor dim initialization/destruction
` [PATCH net-next v8 4/4] virtio-net: support dim profile fine-tuning

[PATCH net-next v9] virtio_net: Support RX hash XDP hint
 2024-04-17  7:59 UTC  (3+ messages)

[patch net-next v2 0/6] selftests: virtio_net: introduce initial testing infrastructure
 2024-04-17  7:22 UTC  (13+ messages)
` [patch net-next v2 1/6] virtio: add debugfs infrastructure to allow to debug virtio features
` [patch net-next v2 2/6] selftests: forwarding: move couple of initial check to the beginning
` [patch net-next v2 3/6] selftests: forwarding: add ability to assemble NETIFS array by driver name
` [patch net-next v2 4/6] selftests: forwarding: add check_driver() helper
` [patch net-next v2 5/6] selftests: forwarding: add wait_for_dev() helper
` [patch net-next v2 6/6] selftests: virtio_net: add initial tests

[patch net-next 0/6] selftests: virtio_net: introduce initial testing infrastructure
 2024-04-17  4:36 UTC  (18+ messages)
` [patch net-next 3/6] selftests: forwarding: add ability to assemble NETIFS array by driver name
` [patch net-next 5/6] selftests: forwarding: add wait_for_dev() helper
` [patch net-next 6/6] selftests: virtio_net: add initial tests

[PATCH v7 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-17  4:02 UTC  (27+ messages)
` [PATCH v7 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v7 02/24] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v7 03/24] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v7 04/24] drivers/perf: riscv: Use BIT macro for shifting operations
` [PATCH v7 05/24] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v7 06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
` [PATCH v7 07/24] RISC-V: Use the minor version mask while computing sbi version
` [PATCH v7 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v7 09/24] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v7 10/24] RISC-V: KVM: Fix the initial sample period value
` [PATCH v7 11/24] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v7 12/24] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v7 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v7 14/24] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v7 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v7 16/24] RISC-V: KVM: Improve firmware counter read function
` [PATCH v7 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v7 18/24] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v7 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v7 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v7 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v7 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v7 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [PATCH v7 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH net-next v8] virtio_net: Support RX hash XDP hint
 2024-04-17  3:17 UTC  (5+ messages)

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

[PATCH net-next v3 0/6] Remove RTNL lock protection of CVQ
 2024-04-16 19:24 UTC  (8+ messages)
` [PATCH net-next v3 5/6] virtio_net: Add a lock for per queue RX coalesce

[PATCH 11/15] drm/bochs: switch to struct drm_edid
 2024-04-16 13:22 UTC  (2+ messages)
` [PATCH 12/15] drm/virtio: "

[PATCH v6 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-16  8:49 UTC  (23+ messages)
` [PATCH v6 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v6 07/24] RISC-V: Use the minor version mask while computing sbi version
` [PATCH v6 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v6 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v6 14/24] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v6 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v6 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v6 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [PATCH v6 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH net-next v7] virtio_net: Support RX hash XDP hint
 2024-04-16  6:05 UTC  (3+ messages)

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

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

[PATCH net-next v7 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-04-16  2:27 UTC  (10+ messages)
` [PATCH net-next v7 1/4] linux/dim: move useful macros to .h file
` [PATCH net-next v7 2/4] ethtool: provide customized dim profile management
` [PATCH net-next v7 3/4] virtio-net: refactor dim initialization/destruction
` [PATCH net-next v7 4/4] virtio-net: support dim profile fine-tuning

[PATCH RESEND net-next v7 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-04-15 13:38 UTC  (5+ messages)
` [PATCH RESEND net-next v7 1/4] linux/dim: move useful macros to .h file
` [PATCH RESEND net-next v7 2/4] ethtool: provide customized dim profile management
` [PATCH RESEND net-next v7 3/4] virtio-net: refactor dim initialization/destruction
` [PATCH RESEND net-next v7 4/4] virtio-net: support dim profile fine-tuning

[PATCH] viommu: return error code for unknown probe type
 2024-04-15 11:46 UTC  (2+ messages)

[PATCH net-next v5 0/9] virtio-net: support device stats
 2024-04-15  8:34 UTC  (9+ messages)
` [PATCH net-next v5 4/9] virtio_net: "

[PATCH v2] vhost-vdpa: Remove usage of the deprecated ida_simple_xx() API
 2024-04-15  6:58 UTC  (2+ messages)

[PATCH V2] vDPA: code clean for vhost_vdpa uapi
 2024-04-15 11:10 UTC 

[PATCH] vDPA: code clean for vhost_vdpa uapi
 2024-04-15  2:46 UTC  (6+ messages)

[GIT PULL] virtio: bugfixes
 2024-04-14 17:12 UTC  (2+ messages)

[PATCH vhost 4/6] virtio_net: big mode support premapped
 2024-04-14  9:48 UTC  (2+ messages)

[PATCH] vhost-vdpa: Remove usage of the deprecated ida_simple_xx() API
 2024-04-14  9:09 UTC  (6+ messages)

[PATCH net-next v6 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-04-13 10:14 UTC  (5+ messages)
` [PATCH net-next v6 2/4] ethtool: provide customized dim profile management

[PATCH net-next v6] virtio_net: Support RX hash XDP hint
 2024-04-13  3:41 UTC  (3+ 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).