virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-14 15:25:09 to 2020-09-29 15:15:01 UTC [more...]

[PATCH v3 0/7] Support GEM object mappings from I/O memory
 2020-09-29 15:14 UTC  (2+ messages)
` [PATCH v3 4/7] drm/gem: Update internal GEM vmap/vunmap interfaces to use struct dma_buf_map

[PATCH v2 1/4] drm/qxl: use drmm_mode_config_init
 2020-09-29 11:24 UTC  (6+ messages)
` [PATCH v2 2/4] drm/qxl: release shadow on shutdown
` [PATCH v2 3/4] drm/qxl: handle shadow in primary destroy
` [PATCH v2 4/4] drm/qxl: use qxl pin function

[PATCH -next] drm/qxl: simplify the return expression of qxl_plane_prepare_fb()
 2020-09-29  9:32 UTC 

[PATCH net v2] virtio-net: don't disable guest csum when disable LRO
 2020-09-29  8:39 UTC  (10+ messages)

[GIT PULL] virtio: last minute fixes
 2020-09-29  7:50 UTC 

[PATCH v3 -next] vdpa: mlx5: change Kconfig depends to fix build errors
 2020-09-29  7:47 UTC  (9+ messages)

[PATCH] vhost: Don't call vq_access_ok() when using IOTLB
 2020-09-29  7:45 UTC  (2+ messages)

[PATCH 1/2] virtio-net: don't disable guest csum when disable LRO
 2020-09-29  7:25 UTC  (17+ messages)
` [PATCH 2/2] virtio-net: ethtool configurable RXCSUM

[PATCH V1 vhost-next] vdpa/mlx5: Make vdpa core driver a distinct module
 2020-09-29  7:17 UTC  (4+ messages)

[RFC PATCH 00/19] vhost-user-rpmb (Replay Protected Memory Block)
 2020-09-28 14:56 UTC  (21+ messages)
` [RFC PATCH 01/19] tools/virtiofsd: add support for --socket-group
` [RFC PATCH 02/19] hw/block: add boilerplate for vhost-user-rpmb device
` [RFC PATCH 03/19] hw/virtio: move virtio-pci.h into shared include space
` [RFC PATCH 04/19] hw/block: add vhost-user-rpmb-pci boilerplate
` [RFC PATCH 05/19] virtio-pci: add notification trace points
` [RFC PATCH 06/19] tools/vhost-user-rpmb: add boilerplate and initial main
` [RFC PATCH 07/19] tools/vhost-user-rpmb: implement --print-capabilities
` [RFC PATCH 08/19] tools/vhost-user-rpmb: connect to fd and instantiate basic run loop
` [RFC PATCH 09/19] tools/vhost-user-rpmb: add a --verbose/debug flags for logging
` [RFC PATCH 10/19] tools/vhost-user-rpmb: handle shutdown and SIGINT/SIGHUP cleanly
` [RFC PATCH 11/19] tools/vhost-user-rpmb: add --flash-path for backing store
` [RFC PATCH 12/19] tools/vhost-user-rpmb: import hmac_sha256 functions
` [RFC PATCH 13/19] tools/vhost-user-rpmb: implement the PROGRAM_KEY handshake
` [RFC PATCH 14/19] tools/vhost-user-rpmb: implement VIRTIO_RPMB_REQ_GET_WRITE_COUNTER
` [RFC PATCH 15/19] tools/vhost-user-rpmb: implement VIRTIO_RPMB_REQ_DATA_WRITE
` [RFC PATCH 16/19] tools/vhost-user-rpmb: implement VIRTIO_RPMB_REQ_DATA_READ
` [RFC PATCH 17/19] tools/vhost-user-rpmb: add key persistence
` [RFC PATCH 18/19] tools/vhost-user-rpmb: allow setting of the write_count
` [RFC PATCH 19/19] docs: add a man page for vhost-user-rpmb

WorldCIST'21 - 9th World Conference on Information Systems and Technologies | Terceira Island, Azores, Portugal
 2020-09-27 13:19 UTC 

[PATCH v3 0/6] Add virtio-iommu built-in topology
 2020-09-25 15:34 UTC  (27+ messages)
` [PATCH v3 2/6] iommu/virtio: Add topology helpers
` [PATCH v3 5/6] iommu/virtio: Support topology description in config space
        ` [virtio-dev] Re: [PATCH v3 0/6] Add virtio-iommu built-in topology

[RFC PATCH 00/24] Control VQ support in vDPA
 2020-09-25 11:41 UTC  (33+ messages)
` [RFC PATCH 01/24] vhost-vdpa: fix backend feature ioctls
` [RFC PATCH 02/24] vhost-vdpa: fix vqs leak in vhost_vdpa_open()
` [RFC PATCH 03/24] vhost: move the backend feature bits to vhost_types.h
` [RFC PATCH 04/24] virtio-vdpa: don't set callback if virtio doesn't need it
` [RFC PATCH 05/24] vhost-vdpa: passing iotlb to IOMMU mapping helpers
` [RFC PATCH 06/24] vhost-vdpa: switch to use vhost-vdpa specific IOTLB
` [RFC PATCH 07/24] vdpa: add the missing comment for nvqs in struct vdpa_device
` [RFC PATCH 08/24] vdpa: introduce virtqueue groups
` [RFC PATCH 09/24] vdpa: multiple address spaces support
` [RFC PATCH 10/24] vdpa: introduce config operations for associating ASID to a virtqueue group
` [RFC PATCH 11/24] vhost_iotlb: split out IOTLB initialization
` [RFC PATCH 12/24] vhost: support ASID in IOTLB API
` [RFC PATCH 13/24] vhost-vdpa: introduce ASID based IOTLB
` [RFC PATCH 14/24] vhost-vdpa: introduce uAPI to get the number of virtqueue groups
` [RFC PATCH 15/24] vhost-vdpa: introduce uAPI to get the number of address spaces
` [RFC PATCH 16/24] vhost-vdpa: uAPI to get virtqueue group id
` [RFC PATCH 17/24] vhost-vdpa: introduce uAPI to set group ASID
` [RFC PATCH 18/24] vhost-vdpa: support ASID based IOTLB API
` [RFC PATCH 19/24] vdpa_sim: use separated iov for reading and writing
` [RFC PATCH 20/24] vdpa_sim: advertise VIRTIO_NET_F_MTU
` [RFC PATCH 21/24] vdpa_sim: advertise VIRTIO_NET_F_MAC
` [RFC PATCH 22/24] vdpa_sim: factor out buffer completion logic
` [RFC PATCH 23/24] vdpa_sim: filter destination mac address
` [RFC PATCH 24/24] vdpasim: control virtqueue support

[PATCH 1/8] vhost vdpa: fix vhost_vdpa_open error handling
 2020-09-24  7:22 UTC  (11+ messages)
  ` [PATCH 7/8] vhost: remove work arg from vhost_work_flush
  ` [PATCH 2/8] vhost: add helper to check if a vq has been setup
  ` [PATCH 4/8] vhost scsi: fix cmd completion race
  ` [PATCH 3/8] vhost scsi: alloc cmds per vq instead of session
  ` [PATCH 5/8] vhost scsi: add lun parser helper

[RFC PATCH 6/7] dt-bindings: arm: Add virtio transport for SCMI
 2020-09-23 20:54 UTC 

[PATCH v3] i2c: virtio: add a virtio i2c frontend driver
 2020-09-23  7:34 UTC  (4+ messages)

[PATCH v12 0/2] s390: virtio: let arch validate VIRTIO features
 2020-09-22 13:52 UTC  (3+ messages)

[PATCH v4 1/8] kernel/resource: make release_mem_region_adjustable() never fail
 2020-09-22  6:22 UTC  (3+ messages)
` [PATCH] kernel/resource: Fix use of ternary condition in release_mem_region_adjustable

[PATCH] Rescan the entire target on transport reset when LUN is 0
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH 1/2] vhost: remove mutex ops in vhost_set_backend_features
 2020-09-21 12:35 UTC  (2+ messages)

[PATCH v7 0/3] Add a vhost RPMsg API
 2020-09-21  6:22 UTC  (6+ messages)
` [PATCH v7 3/3] vhost: add an "

[PATCH v6 0/4] Add a vhost RPMsg API
 2020-09-18 17:26 UTC  (12+ messages)

[PATCH RFC v1 05/18] clocksource/hyperv: use MSR-based access if running as root
 2020-09-18  9:12 UTC  (13+ messages)
  ` [PATCH RFC v1 06/18] x86/hyperv: allocate output arg pages if required
  ` [PATCH RFC v1 07/18] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
  ` [PATCH RFC v1 08/18] x86/hyperv: handling hypercall page setup for root
      ` [EXTERNAL] "
  ` [PATCH RFC v1 09/18] x86/hyperv: provide a bunch of helper functions
  ` [PATCH RFC v1 10/18] x86/hyperv: implement and use hv_smp_prepare_cpus
  ` [PATCH RFC v1 13/18] asm-generic/hyperv: introduce hv_device_id and auxiliary structures
  ` [PATCH RFC v1 04/18] iommu/hyperv: don't setup IRQ remapping when running as root

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-09-18  4:04 UTC  (16+ messages)

[vhost next 0/2] mlx5 vdpa fix netdev status
 2020-09-18  2:18 UTC 

[PATCH v2 -next] vdpa: mlx5: change Kconfig depends to fix build errors
 2020-09-18  2:16 UTC  (2+ messages)

[PATCH -next] vdpa: mlx5: select VHOST to fix build errors
 2020-09-17 18:58 UTC 

[PATCH v4 0/8] selective merging of system ram resources
 2020-09-16 12:16 UTC  (6+ messages)
` [PATCH v4 5/8] mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resources
` [PATCH] kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()

[PATCH v5 0/4] Add a vhost RPMsg API
 2020-09-15 12:48 UTC  (5+ messages)
` [PATCH v5 4/4] vhost: add an "

[PATCH v2 0/7] mm/memory_hotplug: selective merging of system ram resources
 2020-09-15  9:15 UTC  (6+ messages)
` [PATCH v2 1/7] kernel/resource: make release_mem_region_adjustable() never fail
` [PATCH v2 2/7] kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED

[PATCH v3 3/7] mm/memory_hotplug: prepare passing flags to add_memory() and friends
 2020-09-15  8:46 UTC  (2+ messages)

[PATCH] vhost: reduce stack usage in log_used
 2020-09-15  7:53 UTC  (2+ messages)

[PATCH] vhost_vdpa: Fix duplicate included kernel.h
 2020-09-15  7:47 UTC 

[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
 2020-09-14 16:08 UTC  (5+ 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).