summaryrefslogtreecommitdiffstats
path: root/include/ras (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-21vdpa: validate device feature provisioning against supported classSi-Wei Liu1-9/+50
2023-02-21vdpa: validate provisioned device features against specified attributeSi-Wei Liu1-0/+18
2023-02-21vdpa: conditionally read STATUS in config spaceSi-Wei Liu1-5/+15
2023-02-21vdpa: fix improper error message when adding vdpa devSi-Wei Liu1-2/+4
2023-02-21vdpa/mlx5: Initialize CVQ iotlb spinlockEli Cohen1-0/+1
2023-02-21vdpa/mlx5: Don't clear mr struct on destroy MREli Cohen1-1/+0
2023-02-21vdpa/mlx5: Directly assign memory keyEli Cohen1-1/+1
2023-02-21tools/virtio: enable to build with retpolineShunsuke Mie1-1/+1
2023-02-21vringh: fix a typo in comments for vringh_kiovShunsuke Mie1-1/+1
2023-02-21vhost-vdpa: print warning when vhost_vdpa_alloc_domain failsAlvaro Karsz1-1/+4
2023-02-21scsi: virtio_scsi: fix handling of kmalloc failureZheng Wang1-2/+12
2023-02-21vdpa: Fix a couple of spelling mistakes in some messagesColin Ian King2-2/+2
2023-02-21vhost-net: support VIRTIO_F_RING_RESETKangjie Xu1-1/+2
2023-02-21vhost-scsi: convert sysfs snprintf and sprintf to sysfs_emitBo Liu1-3/+3
2023-02-21vdpa: mlx5: support per virtqueue dma deviceJason Wang1-0/+11
2023-02-21vdpa: set dma mask for vDPA deviceJason Wang1-0/+5
2023-02-21virtio-vdpa: support per vq dma deviceJason Wang1-3/+10
2023-02-21vdpa: introduce get_vq_dma_device()Jason Wang1-0/+6
2023-02-21virtio_ring: per virtqueue dma deviceJason Wang2-40/+109
2023-02-21vhost: remove unused parameteLiming Wu4-4/+4
2023-02-21vhost-test: remove meaningless debug infoLiming Wu1-3/+0
2023-02-21vdpa_sim: get rid of DMA opsJason Wang2-150/+22
2023-02-21vdpa_sim_net: vendor satisticsJason Wang1-6/+213
2023-02-21vdpa_sim: support vendor statisticsJason Wang2-0/+17
2023-02-21vdpasim: customize allocation sizeJason Wang4-1/+7
2023-02-21vdpa_sim: switch to use __vdpa_alloc_device()Jason Wang1-5/+8
2023-02-21vdpa_sim: use weak barriersJason Wang1-1/+1
2023-02-21virtio-blk: support completion batching for the IRQ pathSuwan Kim1-37/+45
2023-02-21virtio-blk: set req->state to MQ_RQ_COMPLETE after polling I/O is finishedSuwan Kim1-2/+3
2023-02-21docs: driver-api: virtio: commentize spec version checkingBagas Sanjaya1-1/+1
2023-02-21docs: driver-api: virtio: slightly reword virtqueues allocation paragraphBagas Sanjaya1-4/+4
2023-02-21docs: driver-api: virtio: parenthesize external reference targetsBagas Sanjaya1-4/+5
2023-02-21vdpa_sim: Implement resume vdpa opSebastien Boeuf2-0/+30
2023-02-21vhost-vdpa: uAPI to resume the deviceSebastien Boeuf2-0/+26
2023-02-21vhost-vdpa: Introduce RESUME backend feature bitSebastien Boeuf2-1/+17
2023-02-21vdpa: Add resume operationSebastien Boeuf1-1/+5
2023-02-21virtio: vdpa: new SolidNET DPU driver.Alvaro Karsz7-0/+1522
2023-02-21PCI: Avoid FLR for SolidRun SNET DPU rev 1Alvaro Karsz1-0/+8
2023-02-21PCI: Add SolidRun vendor IDAlvaro Karsz1-0/+2
2023-02-21vdpa_sim_net: Offer VIRTIO_NET_F_STATUSEugenio PĂ©rez1-0/+1
2023-02-21vDPA/ifcvf: implement features provisioningZhu Lingshan3-1/+17
2023-02-21vDPA/ifcvf: retire ifcvf_private_to_vfZhu Lingshan2-8/+5
2023-02-21vDPA/ifcvf: allocate the adapter in dev_add()Zhu Lingshan1-21/+13
2023-02-21vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan2-5/+7
2023-02-21vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hwZhu Lingshan1-3/+2
2023-02-21vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...Zhu Lingshan1-12/+9
2023-02-21vDPA/ifcvf: decouple vq irq requester from the adapterZhu Lingshan1-11/+8
2023-02-21vDPA/ifcvf: decouple config IRQ releaser from the adapterZhu Lingshan1-12/+10
2023-02-21vDPA/ifcvf: decouple vq IRQ releasers from the adapterZhu Lingshan1-12/+9
2023-02-21vDPA/ifcvf: alloc the mgmt_dev before the adapterZhu Lingshan1-17/+14