virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-28 02:55:23 to 2021-06-03 14:33:43 UTC [more...]

vhost: multiple worker support
 2021-06-03 14:32 UTC  (20+ messages)
` [PATCH 1/9] vhost: move worker thread fields to new struct
` [PATCH 2/9] vhost: move vhost worker creation to kick setup
` [PATCH 3/9] vhost: modify internal functions to take a vhost_worker
` [PATCH 4/9] vhost: allow vhost_polls to use different vhost_workers
` [PATCH 5/9] vhost-scsi: flush IO vqs then send TMF rsp
` [PATCH 6/9] vhost-scsi: make SCSI cmd completion per vq
` [PATCH 7/9] vhost: allow userspace to create workers
` [PATCH 8/9] vhost: add vhost_dev pointer to vhost_work
` [PATCH 9/9] vhost: support sharing workers across devs

Virtio hardening for TDX
 2021-06-03 13:55 UTC  (26+ messages)
` [PATCH v1 1/8] virtio: Force only split mode with protected guest
` [PATCH v1 2/8] virtio: Add boundary checks to virtio ring
` [PATCH v1 3/8] virtio: Harden split buffer detachment
` [PATCH v1 4/8] x86/tdx: Add arch_has_restricted_memory_access for TDX
` [PATCH v1 5/8] dma: Use size for swiotlb boundary checks
` [PATCH v1 6/8] dma: Add return value to dma_unmap_page
` [PATCH v1 7/8] virtio: Abort IO when descriptor points outside forced swiotlb
` [PATCH v1 8/8] virtio: Error out on endless free lists

[PATCH v2 0/2] x86: Disable kexec for SEV-ES guests
 2021-06-03 13:22 UTC  (3+ messages)
` [PATCH v2 1/2] kexec: Allow architecture code to opt-out at runtime
` [PATCH v2 2/2] x86/kexec/64: Forbid kexec when running as an SEV-ES guest

[PATCH v1] vdpa/mlx5: Add support for doorbell bypassing
 2021-06-03  7:49 UTC  (2+ messages)

[PATCH] vdpa/mlx5: Clear vq ready indication upon device reset
 2021-06-03  7:37 UTC  (3+ messages)

[RFC PATCH] vdpa: mandate 1.0 device
 2021-06-03  7:14 UTC  (11+ messages)

[PATCH v2] vdpa/mlx5: Add support for running with virtio_vdpa
 2021-06-03  7:14 UTC 

[RFC v3 15/29] vhost: Add enable_custom_iommu to VhostOps
 2021-06-03  3:39 UTC  (13+ messages)
  ` [RFC v3 21/29] vhost: Add VhostIOVATree
  ` [RFC v3 17/29] vhost: Shadow virtqueue buffers forwarding
  ` [RFC v3 25/29] vhost: Add custom IOTLB translations to SVQ
` [RFC v3 00/29] vDPA software assisted live migration
  ` [RFC v3 06/29] virtio-net: Honor VIRTIO_CONFIG_S_DEVICE_STOPPED
  ` [RFC v3 13/29] vhost: Add vhost_get_iova_range operation

virtio-net: kernel panic in virtio_net.c
 2021-06-03  2:44 UTC 

[PATCH 03/19] drivers/hv: minimal mshv module (/dev/mshv/)
 2021-06-03  1:28 UTC  (2+ messages)

[PATCH v1 0/7] virtio-mem: prioritize unplug from ZONE_MOVABLE
 2021-06-02 18:57 UTC  (8+ messages)
` [PATCH v1 1/7] virtio-mem: don't read big block size in Sub Block Mode
` [PATCH v1 2/7] virtio-mem: use page_zonenum() in virtio_mem_fake_offline()
` [PATCH v1 3/7] virtio-mem: simplify high-level plug handling in Sub Block Mode
` [PATCH v1 4/7] virtio-mem: simplify high-level unplug "
` [PATCH v1 5/7] virtio-mem: prioritize unplug from ZONE_MOVABLE "
` [PATCH v1 6/7] virtio-mem: simplify high-level unplug handling in Big "
` [PATCH v1 7/7] virtio-mem: prioritize unplug from ZONE_MOVABLE "

[PATCH v3 0/6] Add support for ACPI VIOT
 2021-06-02 15:44 UTC  (7+ messages)
` [PATCH v3 1/6] ACPI: arm64: Move DMA setup operations out of IORT
` [PATCH v3 2/6] ACPI: Move IOMMU setup code "
` [PATCH v3 3/6] ACPI: Add driver for the VIOT table
` [PATCH v3 4/6] iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()
` [PATCH v3 5/6] iommu/dma: Simplify calls "
` [PATCH v3 6/6] iommu/virtio: Enable x86 support

RE: [PATCH] virtio-net: fix the kzalloc/kfree mismatch problem
 2021-06-02 12:59 UTC  (5+ messages)
`  "

[PATCH] virtio_net: Remove BUG() to aviod machine dead
 2021-06-02 12:54 UTC  (5+ messages)

[RESEND PATCH V4 2/2] vDPA/ifcvf: implement doorbell mapping for ifcvf
 2021-06-02  9:06 UTC 

[PATCH 2/3] vdpa/mlx5: Only return vq ready if vq is initialized
 2021-06-02  7:29 UTC  (3+ messages)

[PATCH V2 0/4]
 2021-06-02  7:07 UTC  (8+ messages)
` [PATCH V2 1/4] vdpa: support packed virtqueue for set/get_vq_state()
` [PATCH V2 2/4] virtio-pci library: introduce vp_modern_get_driver_features()
` [PATCH V2 3/4] vp_vdpa: allow set vq state to initial state after reset
` [PATCH V2 4/4] virtio/vdpa: clear the virtqueue state during probe

simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-02  6:53 UTC  (31+ messages)
` [PATCH 01/30] blk-mq: factor out a blk_mq_alloc_sq_tag_set helper
` [PATCH 02/30] blk-mq: improve the blk_mq_init_allocated_queue interface
` [PATCH 03/30] blk-mq: add the blk_mq_alloc_disk APIs
` [PATCH 04/30] virtio-blk: use blk_mq_alloc_disk
` [PATCH 05/30] pcd: "
` [PATCH 06/30] pf: "
` [PATCH 07/30] ms_block: "
` [PATCH 08/30] mspro: "
` [PATCH 09/30] mtd_blkdevs: "
` [PATCH 10/30] ps3disk: "
` [PATCH 11/30] swim3: "
` [PATCH 12/30] swim: "
` [PATCH 13/30] sunvdc: "
` [PATCH 14/30] gdrom: "
` [PATCH 15/30] blk-mq: remove blk_mq_init_sq_queue
` [PATCH 16/30] aoe: use blk_mq_alloc_disk and blk_cleanup_disk
` [PATCH 17/30] floppy: "
` [PATCH 18/30] loop: "
` [PATCH 19/30] nbd: "
` [PATCH 20/30] nullb: use blk_mq_alloc_disk
` [PATCH 21/30] pd: use blk_mq_alloc_disk and blk_cleanup_disk
` [PATCH 22/30] rbd: "
` [PATCH 23/30] rnbd: "
` [PATCH 24/30] sx8: "
` [PATCH 25/30] xen-blkfront: "
` [PATCH 26/30] ubi: "
` [PATCH 27/30] scm_blk: "
` [PATCH 28/30] amiflop: "
` [PATCH 29/30] ataflop: "
` [PATCH 30/30] z2ram: "

[PATCH V2 RESEND 0/4] Packed virtqueue state support for vDPA
 2021-06-02  2:15 UTC  (5+ messages)
` [PATCH V2 RESEND 1/4] vdpa: support packed virtqueue for set/get_vq_state()
` [PATCH V2 RESEND 2/4] virtio-pci library: introduce vp_modern_get_driver_features()
` [PATCH V2 RESEND 3/4] vp_vdpa: allow set vq state to initial state after reset
` [PATCH V2 RESEND 4/4] virtio/vdpa: clear the virtqueue state during probe

[PATCH 0/4] Packed virtqueue state support for vDPA
 2021-06-02  2:11 UTC  (7+ messages)
` [PATCH 1/4] vdpa: support packed virtqueue for set/get_vq_state()
` [PATCH 2/4] virtio-pci library: introduce vp_modern_get_driver_features()
` [PATCH 3/4] vp_vdpa: allow set vq state to initial state after reset
` [PATCH 4/4] virtio/vdpa: clear the virtqueue state during probe

virtio-net: kernel panic in virtio_net.c
 2021-06-02  2:01 UTC 

virtio-net: kernel panic in virtio_net.c
 2021-06-01 17:07 UTC 

[PATCH net v2 0/2] virtio-net: fix for build_skb()
 2021-06-01 11:06 UTC  (6+ messages)
` [PATCH net v2 1/2] virtio-net: fix for unable to handle page fault for address
` [PATCH net v2 2/2] virtio_net: get build_skb() buf by data ptr

[PATCH V3 2/2] vDPA/ifcvf: implement doorbell mapping for ifcvf
 2021-06-01  8:57 UTC  (3+ messages)
  ` [PATCH V3 1/2] vDPA/ifcvf: record virtio notify base

[PATCH net 1/2] virtio-net: fix for unable to handle page fault for address
 2021-06-01  6:21 UTC  (10+ messages)
  ` [PATCH net 2/2] virtio-net: get build_skb() buf by data ptr

[PATCH 3/3] virtio/vdpa: Clear the available index during probe
 2021-06-01  5:40 UTC  (2+ messages)

[PATCH v1] vdpa/mlx5: Add support for running with virtio_vdpa
 2021-06-01  5:00 UTC  (3+ messages)

[PATCH V2 RESEND 2/2] vDPA/ifcvf: implement doorbell mapping for ifcvf
 2021-06-01  3:31 UTC  (2+ messages)

[PATCH v3 0/4] virtio net: spurious interrupt related fixes
 2021-06-01  2:53 UTC  (6+ messages)
` [PATCH v3 1/4] virtio_net: move tx vq operation under tx queue lock

[PATCH v1 1/2] vdpa/mlx5: Support creating resources with uid == 0
 2021-06-01  1:54 UTC  (2+ messages)

[PATCH v4] virtio-net: Add validation for used length
 2021-06-01  1:51 UTC 

[PATCH 5.12 121/296] {net, vdpa}/mlx5: Configure interface MAC into mpfs L2 table
 2021-05-31 13:12 UTC 

[PATCH 5.10 100/252] {net, vdpa}/mlx5: Configure interface MAC into mpfs L2 table
 2021-05-31 13:12 UTC 

[PATCH RESEND 1/2] virtio: update virtio id table, add transitional ids
 2021-05-31 10:20 UTC  (2+ messages)

[PATCH v1] vdpa/mlx5: Fix possible failure in umem size calculation
 2021-05-31  8:29 UTC 

[PATCH v2] vdpa/mlx5: Fix umem sizes assignments on VQ create
 2021-05-31  7:58 UTC 

[PATCH v3] virtio-net: Add validation for used length
 2021-05-31  7:51 UTC  (2+ messages)

[PATCH 1/2] vdpa/mlx5: Support creating resources with uid == 0
 2021-05-31  6:44 UTC  (5+ messages)
  ` [PATCH 2/2] vdpa/mlx5: Add support for running with virtio_vdpa

[PATCH] virtio: Introduce a new kick interface virtqueue_kick_try()
 2021-05-31  6:34 UTC  (2+ messages)

[PATCH v7 11/12] vduse: Introduce VDUSE - vDPA Device in Userspace
 2021-05-31  6:32 UTC  (11+ messages)
      `  "

[PATCH net-next] virtio-net: Refactor the code related to page_to_skb()
 2021-05-31  6:24 UTC 

[PATCH net-next] virtio_net: set link state down when virtqueue is broken
 2021-05-31  3:28 UTC  (2+ messages)

Patch "{net, vdpa}/mlx5: Configure interface MAC into mpfs L2 table" has been added to the 5.10-stable tree
 2021-05-30 14:20 UTC 

Patch "{net, vdpa}/mlx5: Configure interface MAC into mpfs L2 table" has been added to the 5.12-stable tree
 2021-05-30 13:56 UTC 

[PATCH v1] vdpa/mlx5: Fix umem sizes assignments on VQ create
 2021-05-30  8:37 UTC 

[PATCH 2/2] vdpa/mlx5: Fix possible failure in umem size calculation
 2021-05-30  8:36 UTC  (3+ messages)

[PATCH 1/2] vdpa/mlx5: Fix umem sizes assignments on VQ create
 2021-05-30  8:36 UTC  (3+ messages)

[PATCH 11/19] drivers/hv: set up synic pages for intercept messages
 2021-05-29  5:44 UTC 

[PATCH 10/19] drivers/hv: get and set vcpu registers ioctls
 2021-05-29  4:28 UTC 

[RFC v4] virtio-vsock: add description for datagram type
 2021-05-28  4:01 UTC 

[RFC v3] virtio-vsock: add description for datagram type
 2021-05-28  2:55 UTC  (3+ messages)
` [virtio-comment] "
  `  "


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