messages from 2024-04-04 05:57:10 to 2024-04-11 06:09:45 UTC [more...]
[PATCH net-next v5] virtio_net: Support RX hash XDP hint
2024-04-11 6:09 UTC (15+ messages)
[PATCH net-next v5 0/9] virtio-net: support device stats
2024-04-11 6:09 UTC (14+ 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] vDPA: code clean for vhost_vdpa uapi
2024-04-11 6:05 UTC (4+ messages)
[PATCH] virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices
2024-04-11 6:01 UTC (15+ messages)
` [EXTERNAL] "
[PATCH vhost 0/6] virtio_net: rx enable premapped mode by default
2024-04-11 2:51 UTC (7+ 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 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 net-next v5 0/4] ethtool: provide the dim profile fine-tuning channel
2024-04-11 1:54 UTC (10+ messages)
` [PATCH net-next v5 1/4] ethtool: provide customized dim profile management
` [PATCH net-next v5 2/4] linux/dim: move profiles from .c to .h file
` [PATCH net-next v5 3/4] virtio-net: refactor dim initialization/destruction
` [PATCH net-next v5 4/4] virtio-net: support dim profile fine-tuning
[PATCH v6 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2024-04-11 0:07 UTC (25+ 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 v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2024-04-10 22:29 UTC (55+ messages)
` [PATCH v5 01/22] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v5 02/22] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v5 03/22] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v5 04/22] drivers/perf: riscv: Use BIT macro for shifting operations
` [PATCH v5 05/22] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v5 07/22] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v5 08/22] RISC-V: KVM: Fix the initial sample period value
` [PATCH v5 09/22] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
` [PATCH v5 11/22] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v5 12/22] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v5 13/22] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v5 14/22] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v5 15/22] RISC-V: KVM: Improve firmware counter read function
` [PATCH v5 16/22] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v5 17/22] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v5 19/22] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v5 20/22] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v5 22/22] KVM: riscv: selftests: Add a test for counter overflow
[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
2024-04-10 8:02 UTC (11+ messages)
` [PATCH v2 12/25] gpio: virtio: drop owner assignment
` [PATCH v2 15/25] misc: nsm: "
` [PATCH v2 21/25] nvdimm: virtio_pmem: "
` [PATCH v2 23/25] scsi: virtio: "
[PATCH v4 0/9] IOMMUFD: Deliver IO page faults to user space
2024-04-10 6:12 UTC (17+ messages)
` [PATCH v4 1/9] iommu: Introduce domain attachment handle
` [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 (4+ messages)
` [PATCH v2 1/1] "
[PATCH 0/9] vhost: Support SIGKILL by flushing and exiting
2024-04-10 4:21 UTC (6+ messages)
[PATCH v2] vp_vdpa: fix the method of calculating vectors
2024-04-10 3:30 UTC (9+ messages)
` [PATCH v3] "
` [PATCH v4] vp_vdpa: don't allocate unused msix vectors
` [PATCH v5] "
[PATCH v3] Documentation: Add reconnect process for VDUSE
2024-04-09 12:55 UTC (5+ messages)
[PATCH net-next v4 0/4] ethtool: provide the dim profile fine-tuning channel
2024-04-09 8:38 UTC (8+ messages)
` [PATCH net-next v4 1/4] ethtool: provide customized dim profile management
` [PATCH net-next v4 2/4] linux/dim: move profiles from .c to .h file
` [PATCH net-next v4 3/4] virtio-net: refactor dim initialization/destruction
` [PATCH net-next v4 4/4] virtio-net: support dim profile fine-tuning
[PATCH 00/10] vDPA: allow userspace query virito-block device
2024-04-09 8:37 UTC (4+ messages)
` [PATCH 09/10] vDPA: report virtio-block read-only info to user space
[PATCH] drivers/virtio: delayed configuration descriptor flags
2024-04-09 6:19 UTC (4+ messages)
[PATCH v2 0/6] virtiofs: fix the warning for ITER_KVEC dio
2024-04-09 1:48 UTC (3+ messages)
[PATCH net-next v2 1/3] vsock: add support for SIOCOUTQ ioctl for all vsock socket types
2024-04-08 13:37 UTC (3+ messages)
` [PATCH net-next v2 2/3] vsock/virtio: add SIOCOUTQ support for all virtio based transports
` [PATCH net-next v2 3/3] test/vsock: add ioctl unsent bytes test
[PATCH net-next v2 0/3] This patch series introduce the support for ioctl(s) in AF_VSOCK
2024-04-08 13:37 UTC
[PATCH v5 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
2024-04-08 7:40 UTC (11+ messages)
` [PATCH v5 01/10] x86/kexec/64: Disable kexec when SEV-ES is active
` [PATCH v5 02/10] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH v5 03/10] x86/sev: Set GHCB data structure version
` [PATCH v5 04/10] x86/sev: Setup code to park APs in the AP Jump Table
` [PATCH v5 05/10] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
` [PATCH v5 06/10] x86/sev: Use AP Jump Table blob to stop CPU
` [PATCH v5 07/10] x86/sev: Add MMIO handling support to boot/compressed/ code
` [PATCH v5 08/10] x86/sev: Handle CLFLUSH MMIO events
` [PATCH v5 09/10] x86/kexec/64: Support kexec under SEV-ES with AP Jump Table Blob
` [PATCH v5 10/10] x86/sev: Exclude AP jump table related code for SEV-SNP guests
[PATCH v3 0/3] vhost: Fix stale available ring entries
2024-04-08 7:33 UTC (7+ messages)
` [PATCH v3 3/3] vhost: Improve vhost_get_avail_idx() with smp_rmb()
[PATCH v3] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
2024-04-08 6:37 UTC (11+ messages)
` "
REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
2024-04-08 6:35 UTC (14+ messages)
[PATCH vhost v6 00/10] virtio: drivers maintain dma info for premapped vq
2024-04-08 5:01 UTC (10+ messages)
` [PATCH vhost v6 09/10] virtio_net: set premapped mode by find_vqs()
[PATCH net v4] virtio_net: Do not send RSS key if it is not supported
2024-04-07 14:50 UTC (3+ messages)
[PATCH net-next v1 04/12] mm: page_frag: add '_va' suffix to page_frag API
2024-04-07 13:08 UTC
[PATCH vhost v7 0/6] refactor the params of find_vqs()
2024-04-07 6:07 UTC (3+ messages)
[PATCH] vhost-vdpa: change ioctl # for VDPA_GET_VRING_SIZE
2024-04-07 3:12 UTC (2+ messages)
[PATCH 1/1] drm/qxl: fixes qxl_fence_wait
2024-04-05 13:13 UTC (5+ messages)
` [PATCH v2 0/1] Revert "drm/qxl: simplify qxl_fence_wait"
` [PATCH v2 1/1] "
` (subset) "
[PATCH 00/64] i2c: reword i2c_algorithm according to newest specification
2024-04-05 8:48 UTC (4+ messages)
[PATCH v7 0/7] VMware hypercalls enhancements
2024-04-04 23:32 UTC (2+ messages)
[PATCH net-next 2/3] vsock/virtio: add SIOCOUTQ support for all virtio based transports
2024-04-04 16:14 UTC (2+ messages)
[PATCH v19 00/30] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
2024-04-04 15:23 UTC (3+ messages)
` [PATCH v19 17/30] drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr()
[CFP] WSCC 2024: Euro-Par 2024 International Workshop on Scalable Compute Continuum
2024-04-04 9:04 UTC
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).