virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-05 13:43:40 to 2020-08-19 05:59:49 UTC [more...]

[PATCH v3 05/38] virtio_balloon: correct tags for config space fields
 2020-08-19  5:59 UTC  (39+ messages)
` [PATCH v3 06/38] virtio_blk: "
` [PATCH v3 07/38] virtio_console: "
` [PATCH v3 08/38] virtio_crypto: "
` [PATCH v3 09/38] virtio_fs: "
` [PATCH v3 10/38] virtio_gpu: "
` [PATCH v3 11/38] virtio_input: "
` [PATCH v3 12/38] virtio_iommu: "
` [PATCH v3 13/38] virtio_mem: "
` [PATCH v3 14/38] virtio_net: "
` [PATCH v3 15/38] virtio_pmem: "
` [PATCH v3 16/38] virtio_scsi: "
` [PATCH v3 17/38] virtio_config: disallow native type fields
` [PATCH v3 19/38] vdpa: make sure set_features is invoked for legacy
` [PATCH v3 20/38] vhost/vdpa: switch to new helpers
` [PATCH v3 21/38] virtio_vdpa: legacy features handling
` [PATCH v3 22/38] vdpa_sim: fix endian-ness of config space
` [PATCH v3 23/38] virtio_config: cread/write cleanup
` [PATCH v3 24/38] virtio_config: rewrite using _Generic
` [PATCH v3 25/38] virtio_config: disallow native type fields (again)
` [PATCH v3 26/38] virtio_config: LE config space accessors
` [PATCH v3 27/38] virtio_caif: correct tags for config space fields
` [PATCH v3 28/38] virtio_config: add virtio_cread_le_feature
` [PATCH v3 29/38] virtio_balloon: use LE config space accesses
` [PATCH v3 30/38] virtio_input: convert to LE accessors
` [PATCH v3 31/38] virtio_fs: "
` [PATCH v3 32/38] virtio_crypto: "
` [PATCH v3 34/38] drm/virtio: "
` [PATCH v3 35/38] virtio_mem: "
` [PATCH v3 36/38] virtio-iommu: "
` [PATCH v3 37/38] virtio_config: drop LE option from config space
` [PATCH v3 38/38] virtio_net: use LE accessors for speed/duplex

[PATCH -next] vdpa: Remove duplicate include
 2020-08-19  2:55 UTC  (2+ messages)

[PATCH -next] vdpa/mlx5: Remove duplicate include
 2020-08-19  2:54 UTC  (2+ messages)

[PATCH] drm/qxl: Fix build errors
 2020-08-19  2:17 UTC  (3+ messages)

[PATCH v8 0/2] s390: virtio: let arch validate VIRTIO features
 2020-08-18 17:22 UTC  (5+ messages)
` [PATCH v8 1/2] "
` [PATCH v8 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH V2 1/2] Add new flush_iotlb_range and handle freelists when using iommu_unmap_fast
 2020-08-18 16:15 UTC  (4+ messages)
` [PATCH V2 2/2] Handle init_iova_flush_queue failure in dma-iommu path

[PATCH v5 00/75] x86: SEV-ES Guest Support
 2020-08-18 15:07 UTC 

[PATCH v2 2/2] drm/virtio: set max_segment
 2020-08-18  9:20 UTC 

[PATCH 2/2] drm/virtio: set max_segment
 2020-08-18  7:48 UTC 

[PATCH 1/2] drm/virtio: fix unblank
 2020-08-18  7:25 UTC  (2+ messages)
` [PATCH 2/2] drm/virtio: drop virtio_gpu_output->enabled

[PATCH v6 0/3] Support virtio cross-device resources
 2020-08-18  5:59 UTC 

[PATCH 1/2] Add new flush_iotlb_range and handle freelists when using iommu_unmap_fast
 2020-08-17 21:19 UTC  (2+ messages)
` [PATCH 2/2] Handle init_iova_flush_queue failure in dma-iommu path

[PATCH v5 0/3] Support virtio cross-device resources
 2020-08-17 11:12 UTC  (5+ messages)
  `  "
    ` [virtio-dev] "

[PATCH] drm/qxl: Replace deprecated function in qxl_display
 2020-08-17 11:08 UTC  (2+ messages)

[PATCH][next] drm/virtio: Use struct_size() helper in kmalloc()
 2020-08-17 10:41 UTC  (2+ messages)

[PATCH] drm/virtio: fix unblank
 2020-08-17 10:19 UTC  (4+ messages)

[PATCH] drm/virtgpu: remove redundant assignments to width and height
 2020-08-17  9:16 UTC  (2+ messages)

[PATCH v4 0/6] x86/paravirt: cleanup after 32-bit PV removal
 2020-08-16 18:44 UTC  (7+ messages)
` [PATCH v4 1/6] x86/paravirt: remove 32-bit support from PARAVIRT_XXL
` [PATCH v4 2/6] x86/paravirt: cleanup paravirt macros
` [PATCH v4 5/6] x86/paravirt: remove set_pte_at pv-op
` [PATCH v4 6/6] x86/paravirt: avoid needless paravirt step clearing page table entries

[PATCH v5 0/6] mm / virtio-mem: support ZONE_MOVABLE
 2020-08-16 12:53 UTC  (7+ messages)
` [PATCH v5 1/6] mm/page_alloc: tweak comments in has_unmovable_pages()
` [PATCH v5 2/6] mm/page_isolation: exit early when pageblock is isolated in set_migratetype_isolate()
` [PATCH v5 3/6] mm/page_isolation: drop WARN_ON_ONCE() "
` [PATCH v5 4/6] mm/page_isolation: cleanup set_migratetype_isolate()
` [PATCH v5 5/6] virtio-mem: don't special-case ZONE_MOVABLE
` [PATCH v5 6/6] mm: document semantics of ZONE_MOVABLE

[PATCH v4 0/4] Add a vhost RPMsg API
 2020-08-12 12:32 UTC  (6+ messages)
` [PATCH v4 4/4] vhost: add an "

[PATCH] x86/paravirt: Add missing noinstr to arch_local*() helpers
 2020-08-12  8:57 UTC  (19+ messages)

[PATCH 1/2] vdpa: ifcvf: return err when fail to request config irq
 2020-08-12  7:39 UTC  (3+ messages)

VDPA Debug/Statistics
 2020-08-12  2:09 UTC  (3+ messages)

vdpa: handling of VIRTIO_F_ACCESS_PLATFORM/VIRTIO_F_ORDER_PLATFORM
 2020-08-12  2:07 UTC  (2+ messages)

[PATCH 0/4] vDPA: API for reporting IOVA range
 2020-08-12  2:02 UTC  (19+ messages)
` [PATCH 1/4] vdpa: introduce config op to get valid iova range
` [PATCH 3/4] vdpa: get_iova_range() is mandatory for device specific DMA translation
` [PATCH 4/4] vhost: vdpa: report iova range

[GIT PULL] virtio: features, fixes
 2020-08-11 21:59 UTC  (2+ messages)

clarifying the handling of responses for virtio-rpmb
 2020-08-11 17:10 UTC 

[PATCH v2] virtio-rng: return available data with O_NONBLOCK
 2020-08-11 15:00 UTC  (10+ messages)

[PATCH v3] virtio-rng: return available data with O_NONBLOCK
 2020-08-11 14:42 UTC 

[PATCH] vhost: vdpa: remove per device feature whitelist
 2020-08-11 10:19 UTC  (2+ messages)

[PATCH v4 0/6] mm / virtio-mem: support ZONE_MOVABLE
 2020-08-11  7:20 UTC  (4+ messages)

[PATCH 1/2] MAINTAINERS: add a dedicated entry for vDPA
 2020-08-11  2:57 UTC  (2+ messages)
` [PATCH 2/2] vDPA: add Eli Cohen as mellanox vDPA driver supporter

[PATCH] vdpa_sim: init iommu lock
 2020-08-11  2:55 UTC  (2+ messages)

[PATCH V5 1/6] vhost: introduce vhost_vring_call
 2020-08-11  2:53 UTC  (6+ messages)

[PATCH v3 0/7] Remove 32-bit Xen PV guest support
 2020-08-10 18:42 UTC  (10+ messages)
` [PATCH v3 4/7] x86/paravirt: remove 32-bit support from PARAVIRT_XXL
` [PATCH v3 5/7] x86/paravirt: cleanup paravirt macros

linux-next: Tree for Aug 10 (drivers/vdpa/mlx5/net)
 2020-08-10 16:31 UTC 

[PATCH] vdpa/mlx5: Fix pointer math in mlx5_vdpa_get_config()
 2020-08-10 14:35 UTC  (3+ messages)

[PATCH] vdpa/mlx5: fix up endian-ness for mtu
 2020-08-10 13:15 UTC 

[PATCH v2 00/20] virtiofs: Add DAX support
 2020-08-10 13:08 UTC 

[PATCH] vdpa_sim: fix pointer math in get_config
 2020-08-10 12:58 UTC 

[PATCH][next] vdpa/mlx5: fix memory allocation failure checks
 2020-08-10 12:51 UTC  (3+ messages)

Call for Workshops Proposals - WorldCIST'21, Terceira Island, Azores
 2020-08-08 13:00 UTC 

[PATCH] vdpa/mlx5: Missing error code on allocation failure
 2020-08-08  9:32 UTC 

[PATCH v1 0/1] s390: virtio-ccw: PV needs VIRTIO I/O device protection
 2020-08-07 14:25 UTC  (4+ messages)
` [PATCH v1 1/1] "

[PATCH v2] drm/qxl: don't take vga ports on rev5+
 2020-08-07 13:12 UTC  (2+ messages)

[PATCH] drm/virtio: fix memory leak in virtio_gpu_cleanup_object()
 2020-08-07 12:43 UTC  (2+ messages)

[PATCH v3] drm/virtio: fix missing dma_fence_put() in virtio_gpu_execbuffer_ioctl()
 2020-08-07 11:57 UTC  (3+ messages)

[PATCH] vdpa/mlx5: Fix erroneous null pointer checks
 2020-08-07  3:59 UTC  (2+ messages)

[PATCH] vdpa/mlx5: Fix uninitialised variable in core/mr.c
 2020-08-07  3:54 UTC 

[PATCH v2 00/24] virtio: config space endian-ness cleanup
 2020-08-07  3:26 UTC  (19+ messages)
` [PATCH v2 03/24] virtio: allow __virtioXX, __leXX in config space
` [PATCH v2 19/24] vdpa: make sure set_features in invoked for legacy
` [PATCH v2 22/24] vdpa_sim: fix endian-ness of config space

[PATCH v7 0/2] s390: virtio: let arch validate VIRTIO features
 2020-08-06 14:19 UTC  (6+ messages)
` [PATCH v7 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH v2 4/6] mm/page_isolation: cleanup set_migratetype_isolate()
 2020-08-06 14:19 UTC  (2+ messages)

[vhost:vhost 32/65] drivers/virtio/virtio_input.c:247:3: warning: comparison of distinct pointer types ('typeof (_Generic((virtio_cread_v), __u8: (virtio_cread_v), __le16: (__builtin_constant_p((__u16)((__u16)(__le16)(virtio_cread_v))) ((__u16)((((__u16)((__u16)(__le16)(vi
 2020-08-06  2:17 UTC 

[vhost:vhost 32/52] include/linux/typecheck.h:12:18: warning: comparison of distinct pointer types lacks a cast
 2020-08-05 23:51 UTC  (2+ messages)

[PATCH V4 linux-next 00/12] VDPA support for Mellanox ConnectX devices
 2020-08-05 22:31 UTC  (6+ messages)


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