virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-12 11:16:36 to 2021-10-20 03:38:51 UTC [more...]

[PATCH 0/2] virtio-i2c: Fix buffer handling
 2021-10-20  3:36 UTC  (11+ messages)
` [PATCH 1/2] i2c: virtio: disable timeout handling
` [PATCH 2/2] i2c: virtio: fix completion handling

[PATCH v4 0/2] virtio_ring: check desc == NULL when packed and indirect
 2021-10-20  2:19 UTC  (8+ messages)
` [PATCH v4 1/2] virtio_ring: fix style of virtqueue_add_indirect_packed
` [PATCH v4 2/2] virtio_ring: check desc == NULL when using indirect with packed

[RFC PATCH v4 08/20] vhost: Route guest->host notification through shadow virtqueue
 2021-10-20  2:07 UTC  (22+ messages)
  ` [RFC PATCH v4 09/20] vdpa: Save call_fd in vhost-vdpa
  ` [RFC PATCH v4 10/20] vhost-vdpa: Take into account SVQ in vhost_vdpa_set_vring_call
  ` [RFC PATCH v4 11/20] vhost: Route host->guest notification through shadow virtqueue
  ` [RFC PATCH v4 12/20] virtio: Add vhost_shadow_vq_get_vring_addr
  ` [RFC PATCH v4 13/20] vdpa: Save host and guest features
  ` [RFC PATCH v4 15/20] vhost: Shadow virtqueue buffers forwarding
  ` [RFC PATCH v4 16/20] vhost: Check for device VRING_USED_F_NO_NOTIFY at shadow virtqueue kick
  ` [RFC PATCH v4 17/20] vhost: Use VRING_AVAIL_F_NO_INTERRUPT at device call on shadow virtqueue
  ` [RFC PATCH v4 20/20] vdpa: Add custom IOTLB translations to SVQ
  ` [RFC PATCH v4 18/20] vhost: Add VhostIOVATree

[PATCH V2 00/12] More virtio hardening
 2021-10-20  1:33 UTC  (37+ messages)
` [PATCH V2 01/12] virtio-blk: validate num_queues during probe
` [PATCH V2 02/12] virtio: add doc for validate() method
` [PATCH V2 03/12] virtio-console: switch to use .validate()
` [PATCH V2 05/12] virtio_config: introduce a new ready method
` [PATCH V2 06/12] virtio_pci: harden MSI-X interrupts
` [PATCH V2 07/12] virtio-pci: harden INTX interrupts
` [PATCH V2 09/12] virtio_ring: validate used buffer length

[PATCH 0/5] iommu/virtio: Add identity domains
 2021-10-19 15:31 UTC  (14+ messages)
` [PATCH 1/5] iommu/virtio: Add definitions for VIRTIO_IOMMU_F_BYPASS_CONFIG
` [PATCH 2/5] iommu/virtio: Support bypass domains
` [PATCH 3/5] iommu/virtio: Sort reserved regions
` [PATCH 4/5] iommu/virtio: Pass end address to viommu_add_mapping()
` [PATCH 5/5] iommu/virtio: Support identity-mapped domains

[PATCH mlx5-next 0/7] Clean MR key use across mlx5_* modules
 2021-10-19 11:51 UTC  (5+ messages)
` [PATCH mlx5-next 1/7] RDMA/mlx5: Don't set esc_size in user mr

[PATCH v3 0/2] virtio_ring: check desc == NULL when packed and indirect
 2021-10-19 11:31 UTC  (7+ messages)
` [PATCH v3 1/2] virtio_ring: fix style of virtqueue_add_indirect_packed
` [PATCH v3 2/2] virtio_ring: check desc == NULL when packed and indirect

[PATCH] virtio: Introduce a new kick interface virtqueue_kick_try()
 2021-10-19 10:37 UTC  (3+ messages)

[PATCH v2 1/2] virtio_ring: fix style of virtqueue_add_indirect_packed
 2021-10-19 10:38 UTC  (3+ messages)

futher decouple DAX from block devices
 2021-10-19  7:23 UTC  (13+ messages)
` [PATCH 01/11] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 02/11] dax: remove CONFIG_DAX_DRIVER
` [PATCH 03/11] dax: simplify the dax_device <-> gendisk association
` [PATCH 04/11] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 05/11] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 06/11] xfs: factor out a xfs_setup_dax helper
` [PATCH 07/11] dax: remove dax_capable
` [PATCH 08/11] dm-linear: add a linear_dax_pgoff helper
` [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 10/11] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 11/11] dax: move bdev_dax_pgoff to fs/dax.c

[PATCH V3 00/10] More virtio hardening
 2021-10-19  7:01 UTC  (11+ messages)
` [PATCH V3 01/10] virtio-blk: validate num_queues during probe
` [PATCH V3 02/10] virtio_console: validate max_nr_ports before trying to use it
` [PATCH V3 03/10] virtio_config: introduce a new .enable_cbs method
` [PATCH V3 04/10] virtio_pci: harden MSI-X interrupts
` [PATCH V3 05/10] virtio-pci: harden INTX interrupts
` [PATCH V3 06/10] virtio_ring: fix typos in vring_desc_extra
` [PATCH V3 07/10] virtio_ring: validate used buffer length
` [PATCH V3 08/10] virtio-net: don't let virtio core to validate used length
` [PATCH V3 09/10] virtio-blk: "
` [PATCH V3 10/10] virtio-scsi: don't let virtio core to validate used buffer length

[PATCH 1/5] iova: Move fast alloc size roundup into alloc_iova_fast()
 2021-10-18 15:42 UTC 

[PATCH v5 16/16] x86/tdx: Add cmdline option to force use of ioremap_host_shared
 2021-10-18 13:17 UTC  (43+ messages)
  ` [PATCH v5 12/16] PCI: Add pci_iomap_host_shared(), pci_iomap_host_shared_range()

[PATCH RFC] virtio: wrap config->reset calls
 2021-10-18  9:24 UTC  (10+ messages)

[PATCH v4 1/3] vdpa: Skip protected ram IOMMU mappings
 2021-10-18  9:22 UTC  (4+ messages)
  ` [PATCH v4 2/3] vdpa: Add vhost_vdpa_section_end
  ` [PATCH v4 3/3] vdpa: Check for iova range at mappings changes

[GIT PULL] virtio,vdpa: fixes
 2021-10-18  6:02 UTC  (2+ messages)

Call for Workshops Proposals - CISTI 2022 (17th Iberian Conference on Information Systems and Technologies)
 2021-10-16 10:53 UTC 

[PATCH v5 1/8] virtio-pci: introduce legacy device module
 2021-10-15 19:13 UTC  (6+ messages)
    ` [PATCH v5 4/8] vdpa: add new callback get_vq_num_min in vdpa_config_ops
    ` [PATCH v5 5/8] vdpa: min vq num of vdpa device cannot be greater than max vq num
    ` [PATCH v5 6/8] virtio_vdpa: setup correct vq size with callbacks get_vq_num_{max,min}
    ` [PATCH v5 8/8] eni_vdpa: add vDPA driver for Alibaba ENI

[virtio-dev] Fwd: [PATCH v2] Provide detailed specification of virtio-blk lifetime metrics
 2021-10-14 15:37 UTC  (3+ messages)

[PATCH net] vsock_diag_test: remove free_sock_stat() call in test_no_sockets
 2021-10-14 15:20 UTC 

[PATCH v3 3/3] vdpa: Check for iova range at mappings changes
 2021-10-14 10:04 UTC  (3+ messages)

[PATCH v10 2/3] tty: hvc: pass DMA capable memory to put_chars()
 2021-10-14  8:41 UTC  (3+ messages)

[PATCH] Revert "virtio-blk: Add validation for block size in config space"
 2021-10-14  5:55 UTC  (3+ messages)

[mst-vhost:vhost 14/16] drivers/virtio/virtio.c:207:13: error: 'virtio_reset_device' defined but not used
 2021-10-14  1:14 UTC 

[PATCH v3 1/1] virtio: write back F_VERSION_1 before validate
 2021-10-13 12:55 UTC  (8+ messages)

[PATCH v5] virtio-blk: Add validation for block size in config space
 2021-10-13 12:51 UTC  (5+ messages)

[PATCH v2] vduse: Fix race condition between resetting and irq injecting
 2021-10-13 12:34 UTC  (4+ messages)

[PATCH] vduse: Disallow injecting interrupt before DRIVER_OK is set
 2021-10-13 11:26 UTC 

WorldCist'22 - 10th World Conference on Information Systems and Technologies | Montenegro
 2021-10-12 16:17 UTC 

WorldCist'22 - 10th World Conference on Information Systems and Technologies | Montenegro
 2021-10-12 16:17 UTC 


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