Linux Virtualization
[Prev Page][Next Page]
- [PATCH net-next v2 2/7] net: ethtool: add support for ETHTOOL_GRXRINGS ioctl, (continued)
- [PATCH] vhost-scsi: fix argument order in tport allocation error message, Alok Tiwari
- [PATCH net V2 1/2] vhost-net: unbreak busy polling,
Jason Wang
- [PATCH v3 00/16] dma-mapping: migrate to physical address-based API,
Leon Romanovsky
- [PATCH v3 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory, Leon Romanovsky
- [PATCH v3 03/16] dma-debug: refactor to use physical addresses for page mapping, Leon Romanovsky
- [PATCH v3 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys, Leon Romanovsky
- [PATCH v3 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys, Leon Romanovsky
- [PATCH v3 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()., Leon Romanovsky
- [PATCH v3 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based, Leon Romanovsky
- [PATCH v3 08/16] kmsan: convert kmsan_handle_dma to use physical addresses, Leon Romanovsky
- [PATCH v3 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page, Leon Romanovsky
- [PATCH v3 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory, Leon Romanovsky
- [PATCH v3 12/16] mm/hmm: migrate to physical address-based DMA mapping API, Leon Romanovsky
- [PATCH v3 10/16] xen: swiotlb: Open code map_resource callback, Leon Romanovsky
- [PATCH v3 11/16] dma-mapping: export new dma_*map_phys() interface, Leon Romanovsky
- [PATCH v3 14/16] block-dma: migrate to dma_map_phys instead of map_page, Leon Romanovsky
- [PATCH v3 13/16] mm/hmm: properly take MMIO path, Leon Romanovsky
- [PATCH v3 15/16] block-dma: properly take MMIO path, Leon Romanovsky
- [PATCH v3 16/16] nvme-pci: unmap MMIO pages with appropriate interface, Leon Romanovsky
- Re: [PATCH v3 00/16] dma-mapping: migrate to physical address-based API, Christophe Leroy
- [PATCH v2] iommu/virtio: Make instance lookup robust,
Robin Murphy
- [PATCH v2 00/16] dma-mapping: migrate to physical address-based API,
Leon Romanovsky
- [PATCH v2 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys, Leon Romanovsky
- [PATCH v2 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys, Leon Romanovsky
- [PATCH v2 08/16] kmsan: convert kmsan_handle_dma to use physical addresses, Leon Romanovsky
- [PATCH v2 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()., Leon Romanovsky
- [PATCH v2 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based, Leon Romanovsky
- [PATCH v2 03/16] dma-debug: refactor to use physical addresses for page mapping, Leon Romanovsky
- [PATCH v2 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory, Leon Romanovsky
- [PATCH v2 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory, Leon Romanovsky
- [PATCH v2 11/16] dma-mapping: export new dma_*map_phys() interface, Leon Romanovsky
- [PATCH v2 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page, Leon Romanovsky
- [PATCH v2 10/16] xen: swiotlb: Open code map_resource callback, Leon Romanovsky
- [PATCH v2 13/16] mm/hmm: properly take MMIO path, Leon Romanovsky
- [PATCH v2 12/16] mm/hmm: migrate to physical address-based DMA mapping API, Leon Romanovsky
- [PATCH v2 14/16] block-dma: migrate to dma_map_phys instead of map_page, Leon Romanovsky
- [PATCH v2 16/16] nvme-pci: unmap MMIO pages with appropriate interface, Leon Romanovsky
- [PATCH v2 15/16] block-dma: properly take MMIO path, Leon Romanovsky
- [REGRESSION] Virtio networking issues on v6.17-rc1,
Cristian Marussi
- [PATCH] drm/virtio: clean up minor codestyle issues,
Athul Raj Kollareth
- [PATCH V5 0/9] Refine virtio mapping API,
Jason Wang
- [PATCH] virtio_input: Improve freeze handling,
Ying Gao
[PATCH net] virtio_net: adjust the execution order of function `virtnet_close` during freeze,
Junnan Wu
[PATCH] vsock/test: Remove redundant semicolons,
Liao Yuanhong
[PATCH net-next] vsock: use sizeof(struct sockaddr_storage) instead of magic value,
Wang Liang
[syzbot] [kvm?] [net?] [virt?] WARNING in virtio_transport_send_pkt_info,
syzbot
[CfP] Confidential Computing Microconference @ LPC 2025, Jörg Rödel
[PATCH v1 0/2] mm: remove MIGRATEPAGE_*,
David Hildenbrand
[PATCH] drm/virtio: use new debugfs device-centered functions,
Brahmajit Das
[PATCH] virtio_balloon: Remove redundant __GFP_NOWARN,
Qianfeng Rong
[no subject], Unknown
[PATCH v2] Revert "virtio: reject shm region if length is zero",
Igor Torrente
[PATCH] Revert "virtio: reject shm region if length is zero",
Igor Torrente
[RFC v2 0/7] Add multiple address spaces support to VDUSE,
Eugenio Pérez
[PATCH v3 0/3] arm-smmu: select suitable MSI IOVA,
Shyam Saini
`virtio: reject shm region if length is zero` breaks virtio-gpu host_visible feature,
Igor Torrente
[PATCH] virtio_ring: fix uninitialized symbol warnings,
Chelsy Ratnawat
[PATCH v1] vhost: fix missing descriptor reclaim on copy_to_iter failure, bsdhenrymartin
[PATCH RFC net-next v4 00/12] vsock: add namespace support to vhost-vsock,
Bobby Eshleman
- [PATCH RFC net-next v4 01/12] vsock: a per-net vsock NS mode state, Bobby Eshleman
- [PATCH RFC net-next v4 02/12] vsock: add net to vsock skb cb, Bobby Eshleman
- [PATCH RFC net-next v4 03/12] vsock: add netns to af_vsock core, Bobby Eshleman
- [PATCH RFC net-next v4 04/12] vsock/virtio: add netns to virtio transport common, Bobby Eshleman
- [PATCH RFC net-next v4 05/12] vhost/vsock: add netns support, Bobby Eshleman
- [PATCH RFC net-next v4 06/12] vsock/virtio: use the global netns, Bobby Eshleman
- [PATCH RFC net-next v4 07/12] hv_sock: add netns hooks, Bobby Eshleman
- [PATCH RFC net-next v4 08/12] vsock/vmci: add netns hooks, Bobby Eshleman
- [PATCH RFC net-next v4 09/12] vsock/loopback: add netns support, Bobby Eshleman
- [PATCH RFC net-next v4 10/12] selftests/vsock: improve logging in vmtest.sh, Bobby Eshleman
- [PATCH RFC net-next v4 11/12] selftests/vsock: invoke vsock_test through helpers, Bobby Eshleman
- [PATCH RFC net-next v4 12/12] selftests/vsock: add namespace tests, Bobby Eshleman
- Re: [PATCH RFC net-next v4 00/12] vsock: add namespace support to vhost-vsock, Bobby Eshleman
- Re: [PATCH RFC net-next v4 00/12] vsock: add namespace support to vhost-vsock, Stefano Garzarella
[PATCH AUTOSEL 6.16-6.1] vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page, Sasha Levin
[PATCH v3] vhost/net: Protect ubufs with rcu read lock in vhost_net_ubuf_put(), Nikolay Kuratov
[PATCH AUTOSEL 6.16-5.4] vhost: fail early when __vhost_add_used() fails, Sasha Levin
[PATCH v1] VSOCK: fix Out-of-Bounds Read in vmci_transport_dgram_dequeue(),
bsdhenrymartin
[PATCH v1] VSOCK: fix Information Leak in virtio_transport_shutdown(),
bsdhenrymartin
[PATCH] VSOCK: fix Integer Overflow in vmci_transport_recv_dgram_cb(),
bsdhenrymartin
[PATCH v1 00/16] dma-mapping: migrate to physical address-based API,
Leon Romanovsky
- [PATCH v1 02/16] iommu/dma: handle MMIO path in dma_iova_link, Leon Romanovsky
- [PATCH v1 03/16] dma-debug: refactor to use physical addresses for page mapping, Leon Romanovsky
- [PATCH v1 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory, Leon Romanovsky
- [PATCH v1 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys, Leon Romanovsky
- [PATCH v1 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory, Leon Romanovsky
- [PATCH v1 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based, Leon Romanovsky
- [PATCH v1 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys, Leon Romanovsky
- [PATCH v1 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page, Leon Romanovsky
- [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses, Leon Romanovsky
- [PATCH v1 11/16] dma-mapping: export new dma_*map_phys() interface, Leon Romanovsky
- [PATCH v1 13/16] mm/hmm: properly take MMIO path, Leon Romanovsky
- [PATCH v1 14/16] block-dma: migrate to dma_map_phys instead of map_page, Leon Romanovsky
- [PATCH v1 12/16] mm/hmm: migrate to physical address-based DMA mapping API, Leon Romanovsky
- [PATCH v1 15/16] block-dma: properly take MMIO path, Leon Romanovsky
- [PATCH v1 10/16] xen: swiotlb: Open code map_resource callback, Leon Romanovsky
- [PATCH v1 16/16] nvme-pci: unmap MMIO pages with appropriate interface, Leon Romanovsky
- Re: [PATCH v1 00/16] dma-mapping: migrate to physical address-based API, Jason Gunthorpe
[PATCH] drivers/char/virtio_console : refactor resource cleanup to use scope-based helpers,
Abinash Singh
[GIT PULL v2] virtio, vhost: features, fixes,
Michael S. Tsirkin
[PATCH] virtio_pci: Fix misleading comment for queue vector, liming . wu
[RFC PATCH 0/6] virtio: Add support for Virtio message transport,
Viresh Kumar
[PATCH] vhost: initialize vq->nheads properly,
Jason Wang
vhost: linux-next: kernel crash at vhost_dev_cleanup/kfree,
JAEHOON KIM
[PATCH V5] virtio_ring: add in order support,
Jason Wang
[PATCH v3] virtio-net: Fix VLAN filter table reset timing,
Akihiko Odaki
[PATCH] virtio_ring: fix uninitialized used value,
Jason Wang
next-20250725 i386 x86_64 virtio_ring.c error variable 'id' is uninitialized when used here [-Werror,-Wuninitialized],
Naresh Kamboju
[PATCH net-next] vsock: remove unnecessary null check in vsock_getname(),
Wang Liang
[PATCH v2 0/1] gpio: virtio: Fix config space reading.,
Harald Mommer
[PATCH net] net: check the minimum value of gso size in virtio_net_hdr_to_skb(),
Wang Liang
[PATCH V4 00/19] virtio_ring in order support,
Jason Wang
- [PATCH V4 01/19] virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx(), Jason Wang
- [PATCH V4 02/19] virtio_ring: switch to use vring_virtqueue in virtqueue_poll variants, Jason Wang
- [PATCH V4 04/19] virtio_ring: switch to use vring_virtqueue for virtqueue resize variants, Jason Wang
- [PATCH V4 03/19] virtio_ring: unify logic of virtqueue_poll() and more_used(), Jason Wang
- [PATCH V4 05/19] virtio_ring: switch to use vring_virtqueue for virtqueue_kick_prepare variants, Jason Wang
- [PATCH V4 06/19] virtio_ring: switch to use vring_virtqueue for virtqueue_add variants, Jason Wang
- [PATCH V4 08/19] virtio_ring: switch to use vring_virtqueue for enable_cb_prepare variants, Jason Wang
- [PATCH V4 07/19] virtio: switch to use vring_virtqueue for virtqueue_add variants, Jason Wang
- [PATCH V4 10/19] virtio_ring: switch to use vring_virtqueue for disable_cb variants, Jason Wang
- [PATCH V4 09/19] virtio_ring: use vring_virtqueue for enable_cb_delayed variants, Jason Wang
- [PATCH V4 12/19] virtio_ring: use u16 for last_used_idx in virtqueue_poll_split(), Jason Wang
- [PATCH V4 11/19] virtio_ring: switch to use vring_virtqueue for detach_unused_buf variants, Jason Wang
- [PATCH V4 13/19] virtio_ring: introduce virtqueue ops, Jason Wang
- [PATCH V4 14/19] virtio_ring: determine descriptor flags at one time, Jason Wang
- [PATCH V4 17/19] virtio_ring: factor out split indirect detaching logic, Jason Wang
- [PATCH V4 15/19] virtio_ring: factor out core logic of buffer detaching, Jason Wang
- [PATCH V4 16/19] virtio_ring: factor out core logic for updating last_used_idx, Jason Wang
- [PATCH V4 19/19] virtio_ring: add in order support, Jason Wang
- [PATCH V4 18/19] virtio_ring: factor out split detaching logic, Jason Wang
- Re: [PATCH V4 00/19] virtio_ring in order support, Eugenio Perez Martin
[PATCH v2 0/7] Replace "__auto_type" with "auto",
H. Peter Anvin
[PATCH 0/7] Replace "__auto_type" with "auto",
H. Peter Anvin
[PATCH v2] vhost/net: Replace wait_queue with completion in ubufs reference,
Nikolay Kuratov
[PATCH v1 0/7] drm/ci: add new jobs, uprev IGT and mesa,
Vignesh Raman
[PATCH V4 0/9] Refine virtio mapping API,
Jason Wang
[PATCH] vduse: drop depedencies for HAS_DMA and ARCH_HAS_DMA_OPS,
Jason Wang
[PATCH V3 0/9] Refine virtio mapping API,
Jason Wang
- [PATCH V3 1/9] virtio_ring: constify virtqueue pointer for DMA helpers, Jason Wang
- [PATCH V3 3/9] virtio: rename dma helpers, Jason Wang
- [PATCH V3 4/9] virtio: rename dma_dev to map_token, Jason Wang
- [PATCH V3 5/9] virtio_ring: rename dma_handle to map_handle, Jason Wang
- [PATCH V3 6/9] virtio: introduce map ops in virtio core, Jason Wang
- [PATCH V3 7/9] vdpa: rename dma_dev to map_token, Jason Wang
- [PATCH V3 8/9] vdpa: introduce map ops, Jason Wang
- [PATCH V3 9/9] vduse: switch to use virtio map API instead of DMA API, Jason Wang
- [PATCH V3 2/9] virtio_ring: switch to use dma_{map|unmap}_page(), Jason Wang
- Re: [PATCH V3 0/9] Refine virtio mapping API, Jason Wang
[PATCH v1 0/1] gpio: virtio: Fix config space reading.,
Harald Mommer
[PATCH v4 0/9] vsock/virtio: SKB allocation improvements,
Will Deacon
- [PATCH v4 1/9] vhost/vsock: Avoid allocating arbitrarily-sized SKBs, Will Deacon
- [PATCH v4 5/9] vsock/virtio: Rename virtio_vsock_alloc_skb(), Will Deacon
- [PATCH v4 2/9] vsock/virtio: Validate length in packet header before skb_put(), Will Deacon
- [PATCH v4 3/9] vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put(), Will Deacon
- [PATCH v4 6/9] vsock/virtio: Move SKB allocation lower-bound check to callers, Will Deacon
- [PATCH v4 4/9] vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page, Will Deacon
- [PATCH v4 7/9] vhost/vsock: Allocate nonlinear SKBs for handling large receive buffers, Will Deacon
- [PATCH v4 9/9] vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffers, Will Deacon
- [PATCH v4 8/9] vsock/virtio: Rename virtio_vsock_skb_rx_put(), Will Deacon
- Re: [PATCH v4 0/9] vsock/virtio: SKB allocation improvements, Michael S. Tsirkin
- Re: [PATCH v4 0/9] vsock/virtio: SKB allocation improvements, Michael S. Tsirkin
[PATCH V2 0/9] Refine virtio mapping API,
Jason Wang
- [PATCH V2 1/9] virtio_ring: constify virtqueue pointer for DMA helpers, Jason Wang
- [PATCH V2 3/9] virtio: rename dma helpers, Jason Wang
- [PATCH V2 2/9] virtio_ring: switch to use dma_{map|unmap}_page(), Jason Wang
- [PATCH V2 4/9] virtio: rename dma_dev to map_token, Jason Wang
- [PATCH V2 5/9] virtio_ring: rename dma_handle to map_handle, Jason Wang
- [PATCH V2 7/9] vdpa: rename dma_dev to map_token, Jason Wang
- [PATCH V2 6/9] virtio: introduce map ops in virtio core, Jason Wang
- [PATCH V2 8/9] vdpa: introduce map ops, Jason Wang
- [PATCH V2 9/9] vduse: switch to use virtio map API instead of DMA API, Jason Wang
- Re: [PATCH V2 0/9] Refine virtio mapping API, Christoph Hellwig
[PATCH v3] virtio: Update kerneldoc in drivers/virtio/virtio_dma_buf.c,
jiang.peng9
[PATCH] vhost/net: Replace wait_queue with completion in ubufs reference,
Nikolay Kuratov
[PATCH net v3] virtio-net: fix recursived rtnl_lock() during probe(),
Zigit Zo
[PATCH v3 0/7] drm: Revert general use of struct drm_gem_object.dma_buf,
Thomas Zimmermann
[PATCH 5.10 076/208] vsock/vmci: Clear the vmci transport packet properly when initializing it, Greg Kroah-Hartman
[PATCH 5.4 056/148] vsock/vmci: Clear the vmci transport packet properly when initializing it, Greg Kroah-Hartman
[no subject], Unknown
[PATCH v2 0/7] drm: Revert general use of struct drm_gem_object.dma_buf,
Thomas Zimmermann
[PATCH v6.1] vhost-scsi: protect vq->log_used with vq->mutex, Xinyu Zheng
[PATCH v5.15] vhost-scsi: protect vq->log_used with vq->mutex, Xinyu Zheng
[PATCH v5.10 v2] vhost-scsi: protect vq->log_used with vq->mutex, Xinyu Zheng
[PATCH v3] vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFD,
Jason Gunthorpe
[PATCH v3 0/9] vsock/virtio: SKB allocation improvements,
Will Deacon
- [PATCH v3 1/9] vhost/vsock: Avoid allocating arbitrarily-sized SKBs, Will Deacon
- [PATCH v3 6/9] vsock/virtio: Move SKB allocation lower-bound check to callers, Will Deacon
- [PATCH v3 2/9] vsock/virtio: Validate length in packet header before skb_put(), Will Deacon
- [PATCH v3 3/9] vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put(), Will Deacon
- [PATCH v3 5/9] vsock/virtio: Rename virtio_vsock_alloc_skb(), Will Deacon
- [PATCH v3 4/9] vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page, Will Deacon
- [PATCH v3 9/9] vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffers, Will Deacon
- [PATCH v3 7/9] vhost/vsock: Allocate nonlinear SKBs for handling large receive buffers, Will Deacon
- [PATCH v3 8/9] vsock/virtio: Rename virtio_vsock_skb_rx_put(), Will Deacon
- Re: [PATCH v3 0/9] vsock/virtio: SKB allocation improvements, Stefano Garzarella
Failure to create vp_vdpa device with enabled feature provisioning,
Wenli Quan
[PATCH RFC v2] virtio-net: Fix VLAN filter table reset timing,
Akihiko Odaki
[PATCH net-next V2 0/3] in order support for vhost-net,
Jason Wang
[PATCH v13 0/1]vhost: Add support of kthread API,
Cindy Lu
[PATCH RFC] virtio-net: Fix VLAN filter table initialization timing,
Akihiko Odaki
Re: [PATCH 00/12] gpio: use new GPIO line value setter callbacks, Bartosz Golaszewski
[PATCH 1/2] crypto: engine: remove request batching support,
Ovidiu Panait
virtio_net: Incorrect VLAN filter configuration on boot,
Konstantin Shkolnyy
[PATCH 0/9] drm: Revert general use of struct drm_gem_object.dma_buf,
Thomas Zimmermann
- [PATCH 1/9] Revert "drm/framebuffer: Acquire internal references on GEM handles", Thomas Zimmermann
- [PATCH 4/9] Revert "drm/vmwgfx: Use dma_buf from GEM object instance", Thomas Zimmermann
- [PATCH 3/9] Revert "drm/virtio: Use dma_buf from GEM object instance", Thomas Zimmermann
- [PATCH 7/9] Revert "drm/gem-framebuffer: Use dma_buf from GEM object instance", Thomas Zimmermann
- [PATCH 9/9] Revert "drm/gem-dma: Use dma_buf from GEM object instance", Thomas Zimmermann
- [PATCH 5/9] Revert "drm/etnaviv: Use dma_buf from GEM object instance", Thomas Zimmermann
- [PATCH 6/9] Revert "drm/prime: Use dma_buf from GEM object instance", Thomas Zimmermann
- [PATCH 8/9] Revert "drm/gem-shmem: Use dma_buf from GEM object instance", Thomas Zimmermann
- [PATCH 2/9] Revert "drm/gem: Acquire references on GEM handles for framebuffers", Thomas Zimmermann
- Re: [PATCH 0/9] drm: Revert general use of struct drm_gem_object.dma_buf, Christian König
- Re: [PATCH 0/9] drm: Revert general use of struct drm_gem_object.dma_buf, Linus Torvalds
- Re: [PATCH 0/9] drm: Revert general use of struct drm_gem_object.dma_buf, Simona Vetter
[PATCH v2] vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFD,
Jason Gunthorpe
[REGRESSION][BISECTED] kernel panic is not displayed correctly in qemu (CONFIG_DRM_BOCHS),
Askar Safin
[PATCH v2] virtio_net: simplify tx queue wake condition check,
liming . wu
[PATCH RFC v5 0/5] pci,virtio: report surprise removal event,
Michael S. Tsirkin
[Index of Archives]
[KVM]
[CentOS Virtualization]
[Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]