virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-18 02:17:15 to 2020-10-03 01:51:52 UTC [more...]

[PATCH v2 0/2] vhost: Skip access checks on GIOVAs
 2020-10-03  1:51 UTC  (2+ messages)
  ` [PATCH v2 1/2] vhost: Don't call access_ok() when using IOTLB

[PATCH v3 0/7] Support GEM object mappings from I/O memory
 2020-10-02 18:45 UTC  (27+ messages)
` [PATCH v3 1/7] drm/vram-helper: Remove invariant parameters from internal kmap function
` [PATCH v3 2/7] drm/ttm: Add ttm_kmap_obj_to_dma_buf_map() for type conversion
` [PATCH v3 3/7] drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
` [PATCH v3 4/7] drm/gem: Update internal GEM vmap/vunmap interfaces to use struct dma_buf_map
` [PATCH v3 5/7] drm/gem: Store client buffer mappings as "
` [PATCH v3 6/7] drm/fb_helper: Support framebuffers in I/O memory
` [PATCH v3 7/7] drm/todo: Update entries around struct dma_buf_map

[PATCH v2] vhost-vdpa: fix page pinning leakage in error path
 2020-10-01 22:18 UTC 

[PATCH] vhost-vdpa: fix page pinning leakage in error path
 2020-10-01 20:23 UTC 

[PATCH] vdpa/mlx5: should keep avail_index despite device status
 2020-10-01 20:18 UTC 

[PATCH RFC v1 04/18] iommu/hyperv: don't setup IRQ remapping when running as root
 2020-10-01 14:33 UTC  (2+ messages)
  ` [PATCH RFC v1 12/18] asm-generic/hyperv: update hv_interrupt_entry

[PATCH net-next v2] virtio-net: ethtool configurable RXCSUM
 2020-09-30 10:06 UTC  (3+ messages)

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

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

[GIT PULL] virtio: last minute fixes
 2020-09-29 17:44 UTC  (2+ messages)

[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 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 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 3/8] vhost scsi: alloc cmds per vq instead of session
 2020-09-24  7:22 UTC  (11+ messages)
  ` [PATCH 1/8] vhost vdpa: fix vhost_vdpa_open error handling
  ` [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 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 

[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  (10+ messages)

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


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