messages from 2024-04-10 05:29:21 to 2024-04-15 13:43:55 UTC [more...]
[PATCH v6 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2024-04-15 13:43 UTC (34+ messages)
` [PATCH v6 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v6 02/24] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v6 03/24] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v6 04/24] drivers/perf: riscv: Use BIT macro for shifting operations
` [PATCH v6 05/24] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v6 06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic 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 09/24] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v6 10/24] RISC-V: KVM: Fix the initial sample period value
` [PATCH v6 11/24] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v6 12/24] RISC-V: KVM: No need to exit to the user space if perf event failed
` [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 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v6 16/24] RISC-V: KVM: Improve firmware counter read function
` [PATCH v6 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v6 18/24] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v6 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v6 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
` [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 v3 0/6] Remove RTNL lock protection of CVQ
2024-04-15 13:41 UTC (9+ messages)
` [PATCH net-next v3 1/6] virtio_net: Store RSS setting in virtnet_info
` [PATCH net-next v3 2/6] virtio_net: Remove command data from control_buf
` [PATCH net-next v3 3/6] virtio_net: Add a lock for the command VQ
` [PATCH net-next v3 4/6] virtio_net: Do DIM update for specified queue only
` [PATCH net-next v3 5/6] virtio_net: Add a lock for per queue RX coalesce
` [PATCH net-next v3 6/6] virtio_net: Remove rtnl lock protection of command buffers
[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 net-next v7 0/4] ethtool: provide the dim profile fine-tuning channel
2024-04-15 13:35 UTC (8+ 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 net-next v2 07/15] mm: page_frag: add '_va' suffix to page_frag API
2024-04-15 13:19 UTC
ACPI timeouts when enabling KASAN
2024-04-15 12:55 UTC (6+ messages)
[PATCH] virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices
2024-04-15 12:42 UTC (18+ messages)
` [EXTERNAL] "
[PATCH] viommu: return error code for unknown probe type
2024-04-15 11:46 UTC (2+ messages)
[PATCH vhost 0/6] virtio_net: rx enable premapped mode by default
2024-04-15 8:59 UTC (21+ 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-15 8:52 UTC (6+ messages)
[RFC 0/3] Improve memory statistics for virtio balloon
2024-04-15 8:41 UTC (4+ 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
[patch net-next 0/6] selftests: virtio_net: introduce initial testing infrastructure
2024-04-15 8:40 UTC (17+ messages)
` [patch net-next 1/6] virtio: add debugfs infrastructure to allow to debug virtio features
` [patch net-next 2/6] selftests: forwarding: move couple of initial check to the beginning
` [patch net-next 3/6] selftests: forwarding: add ability to assemble NETIFS array by driver name
` [patch net-next 4/6] selftests: forwarding: add check_driver() helper
` [patch net-next 5/6] selftests: forwarding: add wait_for_dev() helper
` [patch net-next 6/6] selftests: virtio_net: add initial tests
[PATCH net-next v5 0/9] virtio-net: support device stats
2024-04-15 8:34 UTC (18+ messages)
` [PATCH net-next v5 1/9] virtio_net: introduce device stats feature and structures
` [PATCH net-next v5 2/9] virtio_net: virtnet_send_command supports command-specific-result
` [PATCH net-next v5 3/9] virtio_net: remove "_queue" from ethtool -S
` [PATCH net-next v5 4/9] virtio_net: support device stats
` [PATCH net-next v5 7/9] virtio_net: rename stat tx_timeout to timeout
[PATCH net-next v7] virtio_net: Support RX hash XDP hint
2024-04-15 7:36 UTC (2+ messages)
[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-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 (17+ messages)
` [PATCH net-next v6 1/4] linux/dim: move useful macros to .h file
` [PATCH net-next v6 2/4] ethtool: provide customized dim profile management
` [PATCH net-next v6 3/4] virtio-net: refactor dim initialization/destruction
` [PATCH net-next v6 4/4] virtio-net: support dim profile fine-tuning
[PATCH net-next v6] virtio_net: Support RX hash XDP hint
2024-04-13 3:41 UTC (3+ messages)
[PATCH v5 0/5] vduse: Add support for reconnection
2024-04-12 13:28 UTC (6+ messages)
` [PATCH v5 1/5] vduse: Add new ioctl VDUSE_DEV_GET_CONFIG
` [PATCH v5 2/5] vduse: Add new ioctl VDUSE_DEV_GET_STATUS
` [PATCH v5 3/5] vduse: Add function to get/free the pages for reconnection
` [PATCH v5 4/5] vduse: Add file operation for mmap
` [PATCH v5 5/5] Documentation: Add reconnect process for VDUSE
[PATCH] virtio-mmio: Convert to platform remove callback returning void
2024-04-12 12:29 UTC (4+ messages)
[PATCH net-next v5 0/4] ethtool: provide the dim profile fine-tuning channel
2024-04-11 13:58 UTC (9+ messages)
` [PATCH net-next v5 1/4] ethtool: provide customized dim profile management
` [PATCH net-next v5 4/4] virtio-net: support dim profile fine-tuning
[PATCH] drm/virtio: add driver_priv validation in virtio_gpu_create_context
2024-04-11 12:31 UTC (2+ messages)
[PATCH v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2024-04-11 7:45 UTC (11+ messages)
` [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
[PATCH net-next v2 2/3] vsock/virtio: add SIOCOUTQ support for all virtio based transports
2024-04-11 7:09 UTC (2+ messages)
[PATCH net-next v5] virtio_net: Support RX hash XDP hint
2024-04-11 6:09 UTC (15+ messages)
[PATCH vhost v8 0/6] refactor the params of find_vqs()
2024-04-11 2:35 UTC (7+ messages)
` [PATCH vhost v8 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v8 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v8 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v8 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v8 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v8 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
2024-04-10 8:02 UTC (3+ messages)
[PATCH v4 0/9] IOMMUFD: Deliver IO page faults to user space
2024-04-10 6:12 UTC (8+ messages)
` [PATCH v4 2/9] iommu: Replace sva_iommu with iommu_attach_handle
[PATCH v2 0/1] virtio-pci: Fix the crash that the vector was used after released
2024-04-10 5:28 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).