virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-23 21:58:43 to 2020-08-06 14:19:43 UTC [more...]

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

[PATCH 0/4] vDPA: API for reporting IOVA range
 2020-08-06 12:29 UTC  (13+ 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

[PATCH v2 00/24] virtio: config space endian-ness cleanup
 2020-08-06 10:00 UTC  (67+ messages)
` [PATCH v2 01/24] virtio_balloon: fix sparse warning
` [PATCH v2 02/24] virtio_ring: sparse warning fixup
` [PATCH v2 03/24] virtio: allow __virtioXX, __leXX in config space
` [PATCH v2 04/24] virtio_9p: correct tags for config space fields
` [PATCH v2 05/24] virtio_balloon: "
` [PATCH v2 06/24] virtio_blk: "
` [PATCH v2 07/24] virtio_console: "
` [PATCH v2 08/24] virtio_crypto: "
` [PATCH v2 09/24] virtio_fs: "
` [PATCH v2 10/24] virtio_gpu: "
` [PATCH v2 11/24] virtio_input: "
` [PATCH v2 12/24] virtio_iommu: "
` [PATCH v2 13/24] virtio_mem: "
` [PATCH v2 14/24] virtio_net: "
` [PATCH v2 15/24] virtio_pmem: "
` [PATCH v2 16/24] virtio_scsi: "
` [PATCH v2 17/24] virtio_config: disallow native type fields
` [PATCH v2 18/24] mlxbf-tmfifo: sparse tags for config access
` [PATCH v2 19/24] vdpa: make sure set_features in invoked for legacy
` [PATCH v2 20/24] vhost/vdpa: switch to new helpers
` [PATCH v2 21/24] virtio_vdpa: legacy features handling
` [PATCH v2 22/24] vdpa_sim: fix endian-ness of config space
` [PATCH v2 23/24] virtio_config: cread/write cleanup
` [PATCH v2 24/24] virtio_config: rewrite using _Generic

[PATCH] x86/paravirt: Add missing noinstr to arch_local*() helpers
 2020-08-06 11:32 UTC  (5+ 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  (11+ messages)
  ` [PATCH V4 linux-next 12/12] vdpa/mlx5: Add VDPA driver for supported mlx5 devices
  ` [PATCH V4 linux-next 08/12] vdpa: Modify get_vq_state() to return error code

[PATCH v3 01/38] virtio_balloon: fix sparse warning
 2020-08-05 14:24 UTC  (38+ messages)
` [PATCH v3 02/38] virtio_ring: sparse warning fixup
` [PATCH v3 03/38] virtio: allow __virtioXX, __leXX in config space
` [PATCH v3 04/38] virtio_9p: correct tags for config space fields
` [PATCH v3 05/38] virtio_balloon: "
` [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] virtio_net: use LE accessors for speed/duplex
 2020-08-05 13:38 UTC 

[PATCH 2/2] vhost_vdpa: unified set_vq_irq() and update_vq_irq()
 2020-08-05 11:53 UTC 

[PATCH v4 0/4] Add a vhost RPMsg API
 2020-08-05 11:34 UTC  (13+ messages)
` [PATCH v4 4/4] vhost: add an "

[PATCH V5 1/6] vhost: introduce vhost_vring_call
 2020-08-05  8:06 UTC  (11+ messages)
  ` [PATCH V5 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa

[PATCH v4 0/6] mm / virtio-mem: support ZONE_MOVABLE
 2020-08-04 19:41 UTC  (7+ messages)
` [PATCH v4 1/6] mm/page_isolation: don't dump_page(NULL) in set_migratetype_isolate()
` [PATCH v4 2/6] mm/page_alloc: tweak comments in has_unmovable_pages()
` [PATCH v4 3/6] mm/page_isolation: drop WARN_ON_ONCE() in set_migratetype_isolate()
` [PATCH v4 4/6] mm/page_isolation: cleanup set_migratetype_isolate()
` [PATCH v4 5/6] virtio-mem: don't special-case ZONE_MOVABLE
` [PATCH v4 6/6] mm: document semantics of ZONE_MOVABLE

[PATCH V3 vhost next 10/10] vdpa/mlx5: Add VDPA driver for supported mlx5 devices
 2020-08-04 12:22 UTC 

[PATCH v3 0/6] mm / virtio-mem: support ZONE_MOVABLE
 2020-08-04 10:04 UTC  (9+ messages)
` [PATCH v3 1/6] mm/page_isolation: don't dump_page(NULL) in set_migratetype_isolate()
` [PATCH v3 2/6] mm/page_alloc: tweak comments in has_unmovable_pages()
` [PATCH v3 3/6] mm/page_isolation: drop WARN_ON_ONCE() in set_migratetype_isolate()
` [PATCH v3 4/6] mm/page_isolation: cleanup set_migratetype_isolate()
` [PATCH v3 5/6] virtio-mem: don't special-case ZONE_MOVABLE
` [PATCH v3 6/6] mm: document semantics of ZONE_MOVABLE

[PATCH V3 vhost next 00/10] VDPA support for Mellanox ConnectX devices
 2020-08-04  9:39 UTC  (3+ messages)

[PATCH] drivers\block: Use kobj_to_dev() API
 2020-08-04  8:40 UTC  (2+ messages)

[vhost:vhost 42/49] drivers/rpmsg/virtio_rpmsg_bus.c:28:10: fatal error: 'linux/virtio_rpmsg.h' file not found
 2020-08-04  4:28 UTC 

[PATCH -next v2] virtio_net: Avoid loop in virtnet_poll
 2020-08-04  2:42 UTC  (3+ messages)
      ` [PATCH -next v3] virtio_ring: Avoid loop when vq is broken in virtqueue_poll

[PATCH] virtio_pci_modern: Fix the comment of virtio_pci_find_capability()
 2020-08-04  2:13 UTC  (2+ messages)

[PATCH RFCv1 0/5] mm/memory_hotplug: selective merging of memory resources
 2020-07-31 10:40 UTC  (7+ messages)
` [PATCH RFCv1 1/5] kernel/resource: make release_mem_region_adjustable() never fail
` [PATCH RFCv1 2/5] kernel/resource: merge_child_mem_resources() to merge memory resources after adding succeeded
` [PATCH RFCv1 3/5] virtio-mem: try to merge "System RAM (virtio_mem)" resources
` [PATCH RFCv1 4/5] xen/balloon: try to merge "System RAM" resources
` [PATCH RFCv1 5/5] hv_balloon:: "

[PATCH] vdpasim: protect concurrent access to iommu iotlb
 2020-07-31  7:38 UTC 

[PATCH V4 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa
 2020-07-31  3:18 UTC  (2+ messages)
` [PATCH V4 0/6] IRQ offloading for vDPA

[GIT PULL] virtio, qemu_fw: bugfixes
 2020-07-30 23:20 UTC  (2+ messages)

[PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-23 21:58 UTC  (10+ messages)
` [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR


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