messages from 2024-05-28 08:31:23 to 2024-06-06 02:59:29 UTC [more...]
[patch net-next] virtio_net: add support for Byte Queue Limits
2024-06-06 2:58 UTC (7+ messages)
回复: Re: [PATCH] tools/virtio: Use the __GFP_ZERO flag of kmalloc to complete the memory initialization
2024-06-06 2:50 UTC
[PATCH] tools/virtio: Use the __GFP_ZERO flag of kmalloc to complete the memory initialization
2024-06-06 0:29 UTC (2+ messages)
[PATCH net-next v2 0/2] virtio_net: enable the irq for ctrlq
2024-06-06 0:27 UTC (4+ messages)
` [PATCH net-next v2 1/2] virtio_net: enable irq for the control vq
` [PATCH net-next v2 2/2] virtio_net: improve dim command request efficiency
[PATCH net-next V2] virtio-net: synchronize operstate with admin state on up/down
2024-06-06 0:22 UTC (7+ messages)
[PATCH] vdpa: Add support for no-IOMMU mode
2024-06-06 0:15 UTC (7+ messages)
` [EXTERNAL] "
[PATCH vhost v13 00/12] virtio core prepares for AF_XDP
2024-06-05 16:02 UTC (5+ messages)
` [PATCH vhost v13 04/12] virtio_ring: support add premapped buf
[PATCH net-next v6 06/15] mm: page_frag: add '_va' suffix to page_frag API
2024-06-05 13:32 UTC (2+ messages)
` [PATCH net-next v6 07/15] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
[PATCH AUTOSEL 6.6 4/4] vhost-scsi: Handle vhost_vq_work_queue failures for events
2024-06-05 11:56 UTC
[PATCH AUTOSEL 6.8 6/6] vhost-scsi: Handle vhost_vq_work_queue failures for events
2024-06-05 11:55 UTC
[PATCH AUTOSEL 6.9 6/6] vhost-scsi: Handle vhost_vq_work_queue failures for events
2024-06-05 11:55 UTC
[PATCH v4 00/11] riscv: Memory Hot(Un)Plug support
2024-06-05 11:40 UTC (12+ messages)
` [PATCH v4 01/11] riscv: mm: Properly forward vmemmap_populate() altmap parameter
` [PATCH v4 02/11] riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entries
` [PATCH v4 03/11] riscv: mm: Change attribute from __init to __meminit for page functions
` [PATCH v4 04/11] riscv: mm: Refactor create_linear_mapping_range() for memory hot add
` [PATCH v4 05/11] riscv: mm: Add pfn_to_kaddr() implementation
` [PATCH v4 06/11] riscv: mm: Add memory hotplugging support
` [PATCH v4 07/11] riscv: mm: Take memory hotplug read-lock during kernel page table dump
` [PATCH v4 08/11] riscv: Enable memory hotplugging for RISC-V
` [PATCH v4 09/11] virtio-mem: Enable virtio-mem "
` [PATCH v4 10/11] riscv: mm: Add support for ZONE_DEVICE
` [PATCH v4 11/11] riscv: Enable DAX VMEMMAP optimization
[PATCH] fuse: cleanup request queuing towards virtiofs
2024-06-05 11:04 UTC (10+ messages)
[PATCH v6 00/10] IOMMUFD: Deliver IO page faults to user space
2024-06-05 8:28 UTC (9+ messages)
` [PATCH v6 01/10] iommu: Introduce domain attachment handle
` [PATCH v6 02/10] iommu: Remove sva handle list
` [PATCH v6 03/10] iommu: Add attach handle to struct iopf_group
` [PATCH v6 05/10] iommufd: Add fault and response message definitions
[PATCH net-next v14 0/5] ethtool: provide the dim profile fine-tuning channel
2024-06-05 2:13 UTC (9+ messages)
` [PATCH net-next v14 1/5] linux/dim: move useful macros to .h file
` [PATCH net-next v14 2/5] dim: make DIMLIB dependent on NET
` [PATCH net-next v14 3/5] ethtool: provide customized dim profile management
` [PATCH net-next v14 4/5] dim: add new interfaces for initialization and getting results
` [PATCH net-next v14 5/5] virtio-net: support dim profile fine-tuning
virtio-fs tests between host(x86) and dpu(arm64)
2024-06-04 18:09 UTC (18+ messages)
` Addressing architectural differences between FUSE driver and fs - "
Call for Registration - Confidential Computing Microconference @ LPC 2024
2024-06-04 14:48 UTC
[CfP] Confidential Computing Microconference @ LPC 2024
2024-06-04 14:50 UTC
[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
2024-06-04 0:30 UTC (14+ messages)
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
[PATCH v10 0/8] VMware hypercalls enhancements
2024-06-03 17:58 UTC (5+ messages)
` [PATCH v10 1/8] x86/vmware: Introduce VMware hypercall API
[PATCH] virtio: add missing MODULE_DESCRIPTION() macro
2024-06-02 20:25 UTC
[PATCH net-next v2 00/12] virtnet_net: prepare for af-xdp
2024-06-02 19:50 UTC (21+ messages)
` [PATCH net-next v2 01/12] virtio_net: independent directory
` [PATCH net-next v2 02/12] virtio_net: move core structures to virtio_net.h
` [PATCH net-next v2 03/12] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next v2 04/12] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v2 05/12] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v2 06/12] virtio_net: separate receive_mergeable
` [PATCH net-next v2 07/12] virtio_net: separate receive_buf
` [PATCH net-next v2 08/12] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH net-next v2 09/12] virtio_ring: introduce dma map api for page
` [PATCH net-next v2 10/12] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH net-next v2 11/12] virtio_ring: virtqueue_set_dma_premapped() support to disable
` [PATCH net-next v2 12/12] virtio_net: refactor the xmit type
[PATCH net v3 0/2] virtio_net: fix lock warning and unrecoverable state
2024-06-01 22:20 UTC (11+ messages)
` [PATCH net v3 1/2] virtio_net: fix possible dim status unrecoverable
` [PATCH net v3 2/2] virtio_net: fix a spurious deadlock issue
[PATCH net v2] virtio_net: fix missing lock protection on control_buf access
2024-06-01 22:20 UTC (4+ messages)
[RFC] Legacy Virtio Driver with Device Has Limited Memory Access
2024-05-30 16:43 UTC (4+ messages)
[PATCH net-next v1 0/7] virtnet_net: prepare for af-xdp
2024-05-30 8:00 UTC (10+ messages)
` [PATCH net-next v1 1/7] virtio_net: independent directory
` [PATCH net-next v1 2/7] virtio_net: move core structures to virtio_net.h
` [PATCH net-next v1 3/7] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next v1 4/7] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v1 5/7] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v1 6/7] virtio_net: separate receive_mergeable
` [PATCH net-next v1 7/7] virtio_net: separate receive_buf
[PATCH net-next 0/7] virtnet_net: prepare for af-xdp
2024-05-30 3:24 UTC (7+ messages)
` [PATCH net-next 3/7] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next 6/7] virtio_net: separate receive_mergeable
` [PATCH net-next 7/7] virtio_net: separate receive_buf
[PATCH net 0/2] virtio_net: fix race on control_buf
2024-05-30 3:10 UTC (11+ messages)
` [PATCH net 1/2] virtio_net: rename ret to err
` [PATCH net 2/2] virtio_net: fix missing lock protection on control_buf access
[PATCH v10 6/8] x86/vmware: Correct macro names
2024-05-30 0:45 UTC (3+ messages)
[PATCH v3 0/6] drm/ci: uprev mesa/IGT and generate testlist
2024-05-29 22:01 UTC (20+ messages)
` [PATCH v3 1/6] drm/ci: uprev mesa version
` [PATCH v3 2/6] drm/ci: add farm variable
` [PATCH v3 3/6] drm/ci: generate testlist from build
` [PATCH v3 4/6] drm/ci: uprev IGT
` [PATCH v3 5/6] drm/ci: skip driver specific tests
` [PATCH v3 6/6] drm/ci: update xfails for the new testlist
[syzbot] [kvm?] [net?] [virt?] INFO: task hung in __vhost_worker_flush
2024-05-29 22:08 UTC
How to implement message forwarding from one CID to another in vhost driver
2024-05-29 10:55 UTC (16+ messages)
[PATCH 0/2] virtio-fs: introduce multi-queue support
2024-05-29 9:27 UTC (14+ messages)
` [PATCH 1/2] virtio-fs: limit number of request queues
` [PATCH 2/2] virtio-fs: add multi-queue support
[RFC PATCH 0/5] vsock/virtio: Add support for multi-devices
2024-05-29 7:15 UTC (2+ messages)
` "
[PATCH net-next v5 06/13] mm: page_frag: add '_va' suffix to page_frag API
2024-05-28 12:55 UTC (2+ messages)
` [PATCH net-next v5 07/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
[PATCH net v2 0/2] virtio_net: fix lock warning and unrecoverable state
2024-05-28 11:46 UTC (6+ messages)
` [PATCH net v2 2/2] Revert "virtio_net: Add a lock for per queue RX coalesce"
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).