virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
[RFC] Legacy Virtio Driver with Device Has Limited Memory Access
 2024-05-20 13:22 UTC  (4+ messages)

[patch net-next] virtio_net: add support for Byte Queue Limits
 2024-05-20 12:48 UTC  (20+ messages)

[PATCH v2 0/6] drm/ci: uprev mesa/IGT and generate testlist
 2024-05-20 11:05 UTC  (13+ messages)
` [PATCH v2 1/6] drm/ci: uprev mesa version
` [PATCH v2 2/6] drm/ci: generate testlist from build
` [PATCH v2 3/6] drm/ci: build virtual GPU driver as module
` [PATCH v2 4/6] drm/ci: uprev IGT
` [PATCH v2 5/6] drm/ci: skip driver specific tests
` [PATCH v2 6/6] drm/ci: update xfails for the new testlist

How to implement message forwarding from one CID to another in vhost driver
 2024-05-20 10:44 UTC  (3+ messages)

[PATCH v5 0/9] IOMMUFD: Deliver IO page faults to user space
 2024-05-20  4:59 UTC  (47+ messages)
` [PATCH v5 1/9] iommu: Introduce domain attachment handle
` [PATCH v5 2/9] iommu: Replace sva_iommu with iommu_attach_handle
` [PATCH v5 3/9] iommu: Add attachment handle to struct iopf_group
` [PATCH v5 4/9] iommufd: Add fault and response message definitions
` [PATCH v5 5/9] iommufd: Add iommufd fault object
` [PATCH v5 6/9] iommufd: Fault-capable hwpt attach/detach/replace
` [PATCH v5 7/9] iommufd: Associate fault object with iommufd_hw_pgtable

[PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients'
 2024-05-20  2:31 UTC  (3+ messages)

[PATCH net-next] virtio-net: synchronize operstate with admin state on up/down
 2024-05-20  1:03 UTC 

[PATCH v1 1/2] virt: pvmemcontrol: control guest physical memory properties
 2024-05-18  7:24 UTC  (2+ messages)
` [PATCH v1 2/2] virt: pvmemcontrol: add Yuanchu and Pasha as maintainers

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-18  1:25 UTC  (10+ messages)

[PATCH 0/2] virtio-fs: change handling of failure at request enqueue
 2024-05-17 19:04 UTC  (3+ messages)
` [PATCH 1/2] virtio-fs: let -ENOMEM bubble up or burst gently
` [PATCH 2/2] virtio-fs: improved request latencies when Virtio queue is full

[RFC PATCH 0/5] vsock/virtio: Add support for multi-devices
 2024-05-17 14:46 UTC  (6+ messages)
` [RFC PATCH 1/5] vsock/virtio: Extend virtio-vsock spec with an "order" field
` [RFC PATCH 2/5] vsock/virtio: Add support for multi-devices
` [RFC PATCH 3/5] vsock/virtio: can_msgzerocopy adapts to multi-devices
` [RFC PATCH 4/5] vsock: seqpacket_allow "
` [RFC PATCH 5/5] vsock: Add an ioctl request to get all CIDs

[PATCH] Fix Issue: When VirtIO Backend providing VIRTIO_BLK_F_MQ feature, The file system of the front-end OS fails to be mounted
 2024-05-17  9:09 UTC  (2+ messages)

[PATCH V2] MAINTAINERS: Change lingshan's email to kernel.org
 2024-05-17  4:22 UTC  (2+ messages)

[PATCH v3] virtio_net: Fix missed rtnl_unlock
 2024-05-17  2:40 UTC  (7+ messages)

[PATCH] vhost/vsock: always initialize seqpacket_allow
 2024-05-17  2:37 UTC  (5+ messages)

[PATCH] vringh: add MODULE_DESCRIPTION()
 2024-05-17  1:57 UTC 

[PATCH vhost v9 0/6] refactor the params of find_vqs()
 2024-05-17  1:25 UTC  (2+ messages)

[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
 2024-05-16 14:02 UTC  (12+ messages)
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation

[PATCH] x86/paravirt: Disable virt spinlock when CONFIG_PARAVIRT_SPINLOCKS disabled
 2024-05-16 13:02 UTC 

[PATCH] vhost: use pr_err for vq_err
 2024-05-16 12:36 UTC  (3+ messages)

[REGRESSION][v6.8-rc1] virtio-pci: Introduce admin virtqueue
 2024-05-16  9:52 UTC  (5+ messages)

[PATCH 1/1] x86/vector: Fix vector leak during CPU offline
 2024-05-15 19:51 UTC  (5+ messages)

[PATCH v2] virtio_net: Fix missed rtnl_unlock
 2024-05-15 15:27 UTC  (2+ messages)

[PATCH net-next] virtio_net: Fix error code in __virtnet_get_hw_stats()
 2024-05-15 15:07 UTC  (5+ messages)

[PATCH] virtio_net: Fix missed rtnl_unlock
 2024-05-15 15:07 UTC  (2+ messages)

[PATCH net-next v6 0/6] Remove RTNL lock protection of CVQ
 2024-05-15 13:27 UTC  (4+ messages)
` [PATCH net-next v6 2/6] virtio_net: Remove command data from control_buf

[RFC v4 06/13] mm: page_frag: add '_va' suffix to page_frag API
 2024-05-15 13:09 UTC  (2+ messages)
` [RFC v4 07/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

[PATCH] ifcvf/vDPA: ifcvf drives standard virtio pci devices
 2024-05-15  7:28 UTC  (9+ messages)

[PATCH 0/9] vhost: Support SIGKILL by flushing and exiting
 2024-05-15  7:24 UTC  (15+ messages)

[PATCH v2 0/8] riscv: Memory Hot(Un)Plug support
 2024-05-15  7:03 UTC  (34+ messages)
` [PATCH v2 1/8] riscv: mm: Pre-allocate vmemmap/direct map PGD entries
` [PATCH v2 2/8] riscv: mm: Change attribute from __init to __meminit for page functions
` [PATCH v2 3/8] riscv: mm: Refactor create_linear_mapping_range() for memory hot add
` [PATCH v2 4/8] riscv: mm: Add memory hotplugging support
` [PATCH v2 5/8] riscv: mm: Take memory hotplug read-lock during kernel page table dump
` [PATCH v2 6/8] riscv: Enable memory hotplugging for RISC-V
` [PATCH v2 7/8] virtio-mem: Enable virtio-mem "
` [PATCH v2 8/8] riscv: mm: Add support for ZONE_DEVICE

[RFC PATCH v1 1/2] virt: memctl: control guest physical memory properties
 2024-05-15  5:34 UTC  (6+ messages)
` [RFC PATCH v1 2/2] virt: memctl: add Yuanchu and Pasha as maintainers

[PATCH]virtio-pci: Check if is_avq is NULL
 2024-05-15  2:48 UTC 

[PATCH net-next v13 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-05-14 16:36 UTC  (12+ messages)
` [PATCH net-next v13 2/4] ethtool: provide customized dim profile management

[PATCH v4] virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices
 2024-05-14  7:01 UTC 

[PATCH] MAINTAINERS: Change lingshan's email to kernel.org
 2024-05-14  1:16 UTC  (3+ messages)

[PATCH net-next v5 0/4] virtio_net: rx enable premapped mode by default
 2024-05-14  0:20 UTC  (2+ messages)

[PATCH net-next 0/2] Add TX stop/wake counters
 2024-05-13 22:50 UTC  (2+ messages)

[RESEND 5/6] drm/bochs: switch to struct drm_edid
 2024-05-13 17:04 UTC  (4+ messages)
` [RESEND 6/6] drm/virtio: "

[Regression] 6.9.0: WARNING: workqueue: WQ_MEM_RECLAIM ttm:ttm_bo_delayed_delete [ttm] is flushing !WQ_MEM_RECLAIM events:qxl_gc_work [qxl]
 2024-05-13 11:32 UTC  (6+ messages)

[RFC IDEA v2 0/6] mm/damon: introduce Access/Contiguity-aware Memory Auto-scaling (ACMA)
 2024-05-12 19:36 UTC  (2+ messages)
` [RFC IDEA v2 6/6] drivers/virtio/virtio_balloon: integrate ACMA and ballooning


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).