Linux Virtualization
[Prev Page][Next Page]
Re: [PATCH v6 2/4] vhost-vdpa: introduce SUSPEND backend feature bit,
Stefano Garzarella
<Possible follow-ups>
Re: [PATCH v6 2/4] vhost-vdpa: introduce SUSPEND backend feature bit, Jason Wang
Re: [PATCH v6 1/4] vdpa: Add suspend operation,
Stefano Garzarella
Re: [PATCH v6 00/22] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers,
Robin Murphy
Re: [PATCH -next] vdpa/mlx5: Use eth_zero_addr() to assign zero address, Michael S. Tsirkin
[PATCH] virtio-net: fix the race between refill work and close,
Jason Wang
Re: [PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members,
Daniel Borkmann
<Possible follow-ups>
RE: [PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members, Dan Williams
Re: [PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members, Geert Uytterhoeven
Re: [PATCH 1/1] Create debugfs file with virtio balloon usage information,
Michael S. Tsirkin
[PATCH net V2] virtio-net: fix race between ndo_open() and virtio_device_ready(),
Jason Wang
Re: [PATCH v2] x86/paravirt: useless assignment instructions cause Unixbench full core performance degradation,
Peter Zijlstra
Message not available
Message not available
RE: [PATCH v3 5/5] vfio/iommu_type1: Simplify group attachment, Tian, Kevin
[PATCH net] virtio-net: fix race between ndo_open() and virtio_device_ready(),
Jason Wang
Re: [PATCH v2] x86/paravirt: useless assignment instructions cause Unixbench full core performance degradation,
Waiman Long
<Possible follow-ups>
Re: [PATCH v2] x86/paravirt: useless assignment instructions cause Unixbench full core performance degradation, Juergen Gross via Virtualization
Re: [PATCH v3 2/2] vdpa: Do not count the pages that were already pinned in the vhost-vDPA, Michael S. Tsirkin
Re: [PATCH v3 1/2] vhost: Add rbtree vdpa_mem_tree to saved the counted mem,
Michael S. Tsirkin
[PATCH] vringh: iterate on iotlb_translate to handle large translations, Stefano Garzarella
RE: [PATCH v3 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group,
Tian, Kevin
[PATCH v10 00/41] virtio pci support VIRTIO_F_RING_RESET,
Xuan Zhuo
- [PATCH v10 01/41] remoteproc: rename len of rpoc_vring to num, Xuan Zhuo
- [PATCH v10 03/41] virtio: struct virtio_config_ops add callbacks for queue_reset, Xuan Zhuo
- [PATCH v10 02/41] virtio: add helper virtqueue_get_vring_max_size(), Xuan Zhuo
- [PATCH v10 04/41] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset, Xuan Zhuo
- [PATCH v10 05/41] virtio_ring: remove the arg vq of vring_alloc_desc_extra(), Xuan Zhuo
- [PATCH v10 07/41] virtio_ring: split vring_virtqueue, Xuan Zhuo
- [PATCH v10 08/41] virtio_ring: introduce virtqueue_init(), Xuan Zhuo
- [PATCH v10 06/41] virtio_ring: extract the logic of freeing vring, Xuan Zhuo
- [PATCH v10 09/41] virtio_ring: split: introduce vring_free_split(), Xuan Zhuo
- [PATCH v10 10/41] virtio_ring: split: extract the logic of alloc queue, Xuan Zhuo
- [PATCH v10 11/41] virtio_ring: split: extract the logic of alloc state and extra, Xuan Zhuo
- [PATCH v10 12/41] virtio_ring: split: extract the logic of attach vring, Xuan Zhuo
- [PATCH v10 13/41] virtio_ring: split: extract the logic of vring init, Xuan Zhuo
- [PATCH v10 14/41] virtio_ring: split: introduce virtqueue_reinit_split(), Xuan Zhuo
- [PATCH v10 15/41] virtio_ring: split: reserve vring_align, may_reduce_num, Xuan Zhuo
- [PATCH v10 16/41] virtio_ring: split: introduce virtqueue_resize_split(), Xuan Zhuo
- [PATCH v10 17/41] virtio_ring: packed: introduce vring_free_packed, Xuan Zhuo
- [PATCH v10 18/41] virtio_ring: packed: extract the logic of alloc queue, Xuan Zhuo
- [PATCH v10 19/41] virtio_ring: packed: extract the logic of alloc state and extra, Xuan Zhuo
- [PATCH v10 20/41] virtio_ring: packed: extract the logic of attach vring, Xuan Zhuo
- [PATCH v10 21/41] virtio_ring: packed: extract the logic of vring init, Xuan Zhuo
- [PATCH v10 22/41] virtio_ring: packed: introduce virtqueue_reinit_packed(), Xuan Zhuo
- [PATCH v10 23/41] virtio_ring: packed: introduce virtqueue_resize_packed(), Xuan Zhuo
- [PATCH v10 24/41] virtio_ring: introduce virtqueue_resize(), Xuan Zhuo
- [PATCH v10 25/41] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data, Xuan Zhuo
- [PATCH v10 26/41] virtio: queue_reset: add VIRTIO_F_RING_RESET, Xuan Zhuo
- [PATCH v10 27/41] virtio: allow to unbreak/break virtqueue individually, Xuan Zhuo
- [PATCH v10 28/41] virtio_pci: update struct virtio_pci_common_cfg, Xuan Zhuo
- [PATCH v10 29/41] virtio_pci: introduce helper to get/set queue reset, Xuan Zhuo
- [PATCH v10 30/41] virtio_pci: extract the logic of active vq for modern pci, Xuan Zhuo
- [PATCH v10 31/41] virtio_pci: support VIRTIO_F_RING_RESET, Xuan Zhuo
- [PATCH v10 32/41] virtio: find_vqs() add arg sizes, Xuan Zhuo
- [PATCH v10 33/41] virtio_pci: support the arg sizes of find_vqs(), Xuan Zhuo
- [PATCH v10 35/41] virtio: add helper virtio_find_vqs_ctx_size(), Xuan Zhuo
- [PATCH v10 34/41] virtio_mmio: support the arg sizes of find_vqs(), Xuan Zhuo
- [PATCH v10 36/41] virtio_net: set the default max ring size by find_vqs(), Xuan Zhuo
- [PATCH v10 37/41] virtio_net: get ringparam by virtqueue_get_vring_max_size(), Xuan Zhuo
- [PATCH v10 38/41] virtio_net: split free_unused_bufs(), Xuan Zhuo
- [PATCH v10 39/41] virtio_net: support rx queue resize, Xuan Zhuo
- [PATCH v10 40/41] virtio_net: support tx queue resize, Xuan Zhuo
- [PATCH v10 41/41] virtio_net: support set_ringparam, Xuan Zhuo
- Re: [PATCH v10 00/41] virtio pci support VIRTIO_F_RING_RESET, Michael S. Tsirkin
Re: [PATCH] virtio_fs: Modify format for virtio_fs_direct_access, Vivek Goyal
vhost-vdpa tests in tools/virtio,
Stefano Garzarella
[PATCH] vhost-vdpa: call vhost_vdpa_cleanup during the release,
Stefano Garzarella
Re: [PATCH] virtio_ring: remove unnecessary to_vvq call in virtqueue_disable_cb_packed, Michael S. Tsirkin
[PATCH v3 0/3] virtio: support requiring restricted access per device,
Juergen Gross via Virtualization
[PATCH V3] virtio: disable notification hardening by default,
Jason Wang
[PATCH 0/3] vdpa_sim_blk: several fixes for the vDPA block simulator,
Stefano Garzarella
Re: [PATCH v2 19/19] vdpasim: control virtqueue support,
Stefano Garzarella
[PATCH] vdpa_sim_blk: set number of address spaces and virtqueue groups, Stefano Garzarella
[PATCH] vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_init, Stefano Garzarella
[PATCH net] virtio_net: fix xdp_rxq_info bug after suspend/resume,
Stephan Gerhold
[PATCH 0/2] virtio_mmio: Fix suspend to disk (hibernation),
Stephan Gerhold
virtio_balloon regression in 5.19-rc3,
Ben Hutchings
Re: [PATCH RFC 1/3] vdpa/mlx5: Implement susupend virtqueue callback,
Jason Wang
Message not available
Message not available
Re: [PATCH] virtio: Remove unnecessary variable assignments,
Stefano Garzarella
Re: [PATCH RFC 3/3] vdpa/mlx5: Disable VLAN support to support live migration,
Jason Wang
Re: [PATCH RFC 2/3] vdpa/mlx5: Support different address spaces for control and data,
Jason Wang
Re: [PATCH] virtio_ring: Optimize duplicate judgment codes for virtqueue_add_split, Michael S. Tsirkin
[PATCH V2] virtio: disable notification hardening by default,
Jason Wang
[PATCH v10 0/8] Use copy_process in vhost layer,
Mike Christie
[CFP LPC 2022] VFIO/IOMMU/PCI Microconference, Jörg Rödel
[PATCH] virtio-net: fix race between ndo_open() and virtio_device_ready(),
Jason Wang
[PATCH] virtio: disable notification hardening by default,
Jason Wang
RE: [PATCH v2 5/5] vfio/iommu_type1: Simplify group attachment,
Tian, Kevin
RE: [PATCH v2 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group(), Tian, Kevin
RE: [PATCH v2 3/5] vfio/iommu_type1: Remove the domain->ops comparison,
Tian, Kevin
RE: [PATCH v2 2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency,
Tian, Kevin
RE: [PATCH v2 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group, Tian, Kevin
Re: [PATCH v2 1/2] fuse: Remove unused "no_control" related code, Vivek Goyal
Re: [PATCH v2 2/2] virtiofs: allow skipping abort interface,
Vivek Goyal
Re: [PATCH] virtiofs: delete unused parameter for virtio_fs_cleanup_vqs,
Stefan Hajnoczi
Question on vhost vq->signalled_used and vq->signalled_used_valid, Dongli Zhang
[PATCH AUTOSEL 4.9 09/12] virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed, Sasha Levin
[PATCH AUTOSEL 4.14 11/14] virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed, Sasha Levin
[PATCH AUTOSEL 4.19 14/18] virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed, Sasha Levin
[PATCH AUTOSEL 5.4 19/23] virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed, Sasha Levin
[PATCH AUTOSEL 5.10 22/29] virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed, Sasha Levin
[PATCH AUTOSEL 5.15 28/41] virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed, Sasha Levin
[PATCH AUTOSEL 5.17 28/43] virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed, Sasha Levin
[PATCH AUTOSEL 5.18 31/47] virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed, Sasha Levin
RE: [PATCH V2 3/6] vDPA: allow userspace to query features of a vDPA device,
Parav Pandit via Virtualization
RE: [PATCH V2 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0,
Parav Pandit via Virtualization
RE: [PATCH V2 4/6] vDPA: !FEATURES_OK should not block querying device config space, Parav Pandit via Virtualization
[PATCH v1] vduse: Tie vduse mgmtdev and its device,
Parav Pandit via Virtualization
Re: [PATCH 2/2] vdpa/mlx5: Initializde CVQ vringh only once, Jason Wang
Re: [PATCH 1/2] vdpa/mlx5: Update Control VQ callback information, Jason Wang
[PATCH] vduse: Tie vduse mgmtdev and its device,
Parav Pandit via Virtualization
Re: [PATCH v2] drm/virtio: Fix NULL vs IS_ERR checking in virtio_gpu_object_shmem_init, Chia-I Wu
[PATCH v10 0/1] Introduce akcipher service for virtio-crypto,
zhenwei pi
[PATCH v9 0/1] Introduce akcipher service for virtio-crypto,
zhenwei pi
Re: [PATCH] virtio_ring : fix vring_packed_desc memory out of bounds bug,
Michael S. Tsirkin
Re: [PATCH] virtio_ring : fix vring_packed_desc memory out of bounds bug, Jason Wang
[PATCH v1] drivers/virtio: Clarify CONFIG_VIRTIO_MEM for unsupported architectures, David Hildenbrand
ICITS'2023 | Cusco, Peru | Deadline: September 4, ICITS-2023
Re: [RFC PATCH v2 0/8] virtio/vsock: experimental zerocopy receive,
Stefano Garzarella
Re: [RFC PATCH v2 4/8] virtio/vsock: add transport zerocopy callback, Stefano Garzarella
Re: [RFC PATCH v2 3/8] af_vsock: add zerocopy receive logic,
Stefano Garzarella
Re: [RFC PATCH v2 2/8] vhost/vsock: rework packet allocation logic, Stefano Garzarella
Re: [RFC PATCH v2 1/8] virtio/vsock: rework packet allocation logic, Stefano Garzarella
[PATCH] vdpa: make get_vq_group and set_group_asid optional, Jason Wang
[PATCH RFC v1 0/7] swiotlb: extra 64-bit buffer for dev->dma_io_tlb_mem,
Dongli Zhang
[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio,
Matthew Wilcox (Oracle)
- [PATCH v2 17/19] secretmem: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 11/19] mm/migrate: Add filemap_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 04/19] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 12/19] btrfs: Convert btrfs_migratepage to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 01/19] secretmem: Remove isolate_page, Matthew Wilcox (Oracle)
- [PATCH v2 15/19] aio: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 18/19] fs: Remove aops->migratepage(), Matthew Wilcox (Oracle)
- [PATCH v2 03/19] fs: Add aops->migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 10/19] mm/migrate: Convert migrate_page() to migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 08/19] btrfs: Convert btree_migratepage to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 13/19] ubifs: Convert to filemap_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 09/19] nfs: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 14/19] f2fs: Convert to filemap_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 06/19] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 05/19] mm/migrate: Convert writeout() to take a folio, Matthew Wilcox (Oracle)
- [PATCH v2 16/19] hugetlb: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 02/19] mm: Convert all PageMovable users to movable_operations, Matthew Wilcox (Oracle)
- [PATCH v2 19/19] mm/folio-compat: Remove migration compatibility functions, Matthew Wilcox (Oracle)
- [PATCH v2 07/19] mm/migrate: Convert expected_page_refs() to folio_expected_refs(), Matthew Wilcox (Oracle)
[PATCH 00/36] cpuidle,rcu: Cleanup the mess,
Peter Zijlstra
[PATCH 01/36] x86/perf/amd: Remove tracing from perf_lopwr_cb(), Peter Zijlstra
[PATCH 28/36] cpuidle,tdx: Make tdx noinstr clean, Peter Zijlstra
[PATCH 08/36] cpuidle,psci: Push RCU-idle into driver, Peter Zijlstra
[PATCH 06/36] cpuidle,riscv: Push RCU-idle into driver, Peter Zijlstra
[PATCH 35/36] cpuidle,powerdomain: Remove trace_.*_rcuidle(), Peter Zijlstra
[PATCH 26/36] cpuidle, sched: Remove annotations from TIF_{POLLING_NRFLAG, NEED_RESCHED}, Peter Zijlstra
[PATCH 07/36] cpuidle,tegra: Push RCU-idle into driver, Peter Zijlstra
[PATCH 22/36] arm,smp: Remove trace_.*_rcuidle() usage, Peter Zijlstra
[PATCH 18/36] cpuidle: Annotate poll_idle(), Peter Zijlstra
[PATCH 27/36] cpuidle,mwait: Make noinstr clean, Peter Zijlstra
[PATCH 11/36] cpuidle,armada: Push RCU-idle into driver, Peter Zijlstra
[PATCH 29/36] cpuidle,xenpv: Make more PARAVIRT_XXL noinstr clean, Peter Zijlstra
[PATCH 20/36] arch/idle: Change arch_cpu_idle() IRQ behaviour, Peter Zijlstra
[PATCH 30/36] cpuidle,nospec: Make noinstr clean, Peter Zijlstra
[PATCH 14/36] cpuidle: Fix rcu_idle_*() usage, Peter Zijlstra
[PATCH 33/36] cpuidle,omap3: Use WFI for omap3_pm_idle(), Peter Zijlstra
[PATCH 10/36] cpuidle,omap3: Push RCU-idle into driver, Peter Zijlstra
[PATCH 25/36] time/tick-broadcast: Remove RCU_NONIDLE usage, Peter Zijlstra
[PATCH 13/36] cpuidle,dt: Push RCU-idle into driver, Peter Zijlstra
[PATCH 05/36] cpuidle: Move IRQ state validation, Peter Zijlstra
[PATCH 02/36] x86/idle: Replace x86_idle with a static_call, Peter Zijlstra
[PATCH 21/36] x86/tdx: Remove TDX_HCALL_ISSUE_STI, Peter Zijlstra
[PATCH 36/36] cpuidle,clk: Remove trace_.*_rcuidle(), Peter Zijlstra
[PATCH 17/36] acpi_idle: Remove tracing, Peter Zijlstra
[PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE, Peter Zijlstra
Message not available
[PATCH 31/36] cpuidle,acpi: Make noinstr clean, Peter Zijlstra
[PATCH 23/36] arm64,smp: Remove trace_.*_rcuidle() usage, Peter Zijlstra
[PATCH 34/36] cpuidle,omap3: Push RCU-idle into omap_sram_idle(), Peter Zijlstra
[PATCH 16/36] rcu: Fix rcu_idle_exit(), Peter Zijlstra
[PATCH 03/36] cpuidle/poll: Ensure IRQ state is invariant, Peter Zijlstra
[PATCH 12/36] cpuidle,omap2: Push RCU-idle into driver, Peter Zijlstra
[PATCH 15/36] cpuidle, cpu_pm: Remove RCU fiddling from cpu_pm_{enter, exit}(), Peter Zijlstra
Re: [PATCH 00/36] cpuidle,rcu: Cleanup the mess, Mark Rutland
[PATCH] vdpa: Use device_iommu_capable(),
Robin Murphy
RE: [PATCH 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group(), Tian, Kevin
RE: [PATCH 3/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency,
Tian, Kevin
Re: [PATCH] vdpa/mlx5: Fix syntax errors in comments, Jason Wang
Re: [PATCH] vdpa: allow vdpa dev_del management operation to return failure,
Jason Wang
Re: [PATCH] virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed, Jason Wang
RE: [PATCH 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group, Tian, Kevin
Re: [PATCH V4 0/8] virtio: Solution to restrict memory access under Xen using xen-grant DMA-mapping layer,
Juergen Gross via Virtualization
Re: [PATCH] fuse: allow skipping abort interface for virtiofs,
Vivek Goyal
[PATCH 1/2] vdpa/mlx5: fix error code for deleting vlan,
Dan Carpenter
Re: [PATCH] virtio_ring: remove unnecessary to_vvq call,
Michael S. Tsirkin
[PATCH 00/20] Convert aops->migratepage to aops->migrate_folio,
Matthew Wilcox (Oracle)
- [PATCH 18/20] zsmalloc: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 12/20] f2fs: Convert to filemap_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH 17/20] z3fold: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 11/20] ubifs: Convert to filemap_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH 13/20] aio: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 03/20] mm/migrate: Convert writeout() to take a folio, Matthew Wilcox (Oracle)
- [PATCH 19/20] fs: Remove aops->migratepage(), Matthew Wilcox (Oracle)
- [PATCH 04/20] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH 01/20] fs: Add aops->migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 09/20] mm/migrate: Add filemap_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH 02/20] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH 10/20] btrfs: Convert btrfs_migratepage to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 08/20] mm/migrate: Convert migrate_page() to migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH 06/20] btrfs: Convert btree_migratepage to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 20/20] mm/folio-compat: Remove migration compatibility functions, Matthew Wilcox (Oracle)
- [PATCH 15/20] balloon: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 16/20] secretmem: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 07/20] nfs: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 05/20] mm/migrate: Convert expected_page_refs() to folio_expected_refs(), Matthew Wilcox (Oracle)
- [PATCH 14/20] hugetlb: Convert to migrate_folio, Matthew Wilcox (Oracle)
Re: [PATCH 2/5] iommu: Ensure device has the same iommu_ops as the domain,
Robin Murphy
Re: [PATCH v6 17/22] drm/shmem-helper: Add generic memory shrinker,
Daniel Vetter
Re: [PATCH v6 17/22] drm/shmem-helper: Add generic memory shrinker, Rob Clark
Re: [PATCH 3/6] drm/qxl: Create mouse hotspot properties on cursor planes,
kernel test robot
[GIT PULL] vhost,virtio,vdpa: features, fixes, cleanups,
Michael S. Tsirkin
- Re: [GIT PULL] vhost,virtio,vdpa: features, fixes, cleanups, pr-tracker-bot
- <Possible follow-ups>
- [GIT PULL] vhost,virtio,vdpa: features, fixes, cleanups, Michael S. Tsirkin
Re: [PATCH v4] x86/vmware: use BIT() macro for shifting, Srivatsa S. Bhat
Re: [PATCH 6/6] vDPA: fix 'cast to restricted le16' warnings in vdpa_dev_net_config_fill(),
Jason Wang
Re: [PATCH 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0,
Jason Wang
Re: [PATCH 4/6] vDPA: !FEATURES_OK should not block querying device config space, Jason Wang
Re: [PATCH 3/6] vDPA/ifcvf: support userspace to query device feature bits, Jason Wang
Re: [PATCH 2/6] vDPA/ifcvf: support userspace to query features and MQ of a management device, Jason Wang
Re: [PATCH 1/6] vDPA/ifcvf: get_config_size should return a value no greater than dev implementation, Jason Wang
Re: [PATCH v4 3/4] vhost-vdpa: uAPI to stop the device,
Michael S. Tsirkin
Re: [RFC PATCH v2] vdpa: Do not count the pages that were already pinned in the vhost-vDPA, Jason Wang
[mst-vhost:vhost 62/65] drivers/virtio/virtio_ring.c:1783:9: error: use of undeclared identifier 'vq', kernel test robot
[PATCH AUTOSEL 4.9 01/24] drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes, Sasha Levin
[PATCH AUTOSEL 4.14 01/29] drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes, Sasha Levin
[PATCH AUTOSEL 4.19 01/38] drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes, Sasha Levin
[PATCH AUTOSEL 5.4 01/55] drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes, Sasha Levin
[PATCH AUTOSEL 5.10 02/76] drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes, Sasha Levin
[PATCH AUTOSEL 5.15 003/109] drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes, Sasha Levin
[PATCH AUTOSEL 5.17 004/135] drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes, Sasha Levin
[PATCH AUTOSEL 5.18 005/159] drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes, Sasha Levin
Re: [PATCH v6 14/22] dma-buf: Introduce new locking convention,
Christian König via Virtualization
Re: [PATCH v3] x86/vmware: use unsigned integer for shifting,
Peter Zijlstra
GSoC project: VIRTIO_F_IN_ORDER support for virtio devices, Guo Zhi
Re: [PATCH] virtio: Directly use ida_alloc()/free(), Michael S. Tsirkin
Re: [PATCH] virtio_balloon: check virtqueue_add_outbuf() return value,
Michael S. Tsirkin
Introduce akcipher service for virtio-crypto,
zhenwei pi
[PATCH V6 0/9] rework on the IRQ hardening of virtio,
Jason Wang
Message not available
[PATCH V6 9/9] virtio: use WARN_ON() to warning illegal status value, Jason Wang
Re: [PATCH v4 4/4] vdpa_sim: Implement stop vdpa op, Stefano Garzarella
Re: [PATCH v4 1/4] vdpa: Add stop operation, Stefano Garzarella
RE: [PATCH 9/9] crypto: Introduce RSA algorithm, Gonglei (Arei) via Virtualization
RE: [PATCH v4 0/4] Implement vdpasim stop operation,
Parav Pandit via Virtualization
Re: [PATCH v4 0/4] Implement vdpasim stop operation, Michael S. Tsirkin
<Possible follow-ups>
Re: [PATCH v4 0/4] Implement vdpasim stop operation, Michael S. Tsirkin
Re: [PATCH v4 0/4] Implement vdpasim stop operation, Jason Wang
Re: [PATCH v7 0/9] Introduce akcipher service for virtio-crypto,
Daniel P. Berrangé
Re: [PATCH v3 2/4] vhost-vdpa: introduce STOP backend feature bit,
Stefano Garzarella
[linux-next:master] BUILD REGRESSION 8cb8311e95e3bb58bd84d6350365f14a718faa6d,
kernel test robot
Re: [linux-next:master] BUILD REGRESSION 8cb8311e95e3bb58bd84d6350365f14a718faa6d, Arnd Bergmann
Re: [PATCH v3 3/4] vhost-vdpa: uAPI to stop the device,
kernel test robot
Re: [PATCH v2 4/4] vdpa_sim: Implement stop vdpa op,
Jason Wang
Re: [PATCH v2 3/4] vhost-vdpa: uAPI to stop the device, Jason Wang
Re: [PATCH v2 0/4] Implement vdpasim stop operation, Jason Wang
Re: [PATCH] Docs/ABI/testing: Add VDUSE sysfs interface ABI document, Jason Wang
Re: [PATCH] mm: fix a potential infinite loop in start_isolate_page_range()., Andrew Morton
[PATCH] vdpa: ifcvf: set pci driver data in probe, Jason Wang
Re: [mst-vhost:vhost 26/43] drivers/vhost/vdpa.c:1003:3-9: preceding lock on line 991 (fwd), Stefano Garzarella
[PATCH] vhost-vdpa: return -EFAULT on copy_to_user() failure,
Dan Carpenter
[Index of Archives]
[KVM]
[CentOS Virtualization]
[Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]