aboutsummaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)AuthorFilesLines
2022-04-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-21/+41
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 5-127/+428
2022-03-30vdpa: mlx5: synchronize driver status with CVQGravatar Jason Wang 1-14/+37
2022-03-30vdpa: mlx5: prevent cvq work from hogging CPUGravatar Jason Wang 1-12/+9
2022-03-28vdpa/mlx5: Avoid processing works if workqueue was destroyedGravatar Eli Cohen 1-2/+5
2022-03-28vdpa: change the type of nvqs to u32Gravatar Longpeng 1-3/+3
2022-03-28vdpa/mlx5: re-create forwarding rules after mac modifiedGravatar Michael Qiu 1-1/+44
2022-03-28net/mlx5: Add support for configuring max device MTUGravatar Eli Cohen 1-1/+31
2022-03-28vDPA/ifcvf: cacheline alignment for ifcvf_hwGravatar Zhu Lingshan 2-9/+5
2022-03-28vDPA/ifcvf: implement shared IRQ featureGravatar Zhu Lingshan 3-57/+300
2022-03-28vDPA/ifcvf: implement device MSIX vector allocatorGravatar Zhu Lingshan 1-5/+26
2022-03-28vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvfGravatar Zhu Lingshan 3-71/+36
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+11
2022-03-06vdpa: fix use-after-free on vp_vdpa_removeGravatar Zhang Min 1-1/+1
2022-03-04vduse: Fix returning wrong type in vduse_domain_alloc_iova()Gravatar Xie Yongji 1-1/+1
2022-03-04vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET commandGravatar Si-Wei Liu 1-0/+16
2022-03-04vdpa/mlx5: should verify CTRL_VQ feature exists for MQGravatar Si-Wei Liu 1-2/+16
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useGravatar Si-Wei Liu 1-1/+1
2022-02-14iommu/iova: Separate out rcache initGravatar John Garry 1-0/+11
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 10-145/+350
2022-01-14vdpa/mlx5: Fix tracking of current number of VQsGravatar Eli Cohen 1-4/+8
2022-01-14vdpa/mlx5: Fix is_index_valid() to refer to featuresGravatar Eli Cohen 1-3/+7
2022-01-14vdpa: Avoid taking cf_mutex lock on get statusGravatar Eli Cohen 1-11/+0
2022-01-14vdpa/vdpa_sim_net: Report max device capabilitiesGravatar Eli Cohen 1-0/+1
2022-01-14vdpa: Use BIT_ULL for bit operationsGravatar Eli Cohen 1-6/+6
2022-01-14vdpa/vdpa_sim: Configure max supported virtqueuesGravatar Eli Cohen 1-0/+1
2022-01-14vdpa/mlx5: Report max device capabilitiesGravatar Eli Cohen 1-12/+23
2022-01-14vdpa: Support reporting max device capabilitiesGravatar Eli Cohen 1-0/+10
2022-01-14vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps()Gravatar Eli Cohen 1-1/+3
2022-01-14vdpa: Add support for returning device configuration informationGravatar Eli Cohen 1-0/+3
2022-01-14vdpa/mlx5: Support configuring max data virtqueueGravatar Eli Cohen 1-14/+40
2022-01-14vdpa/mlx5: Fix config_attr_mask assignmentGravatar Eli Cohen 1-1/+1
2022-01-14vdpa: Allow to configure max data virtqueuesGravatar Eli Cohen 1-2/+13
2022-01-14vdpa: Read device configuration only if FEATURES_OKGravatar Eli Cohen 1-12/+33
2022-01-14vdpa: Sync calls set/get config/status with cf_mutexGravatar Eli Cohen 1-0/+19
2022-01-14vdpa/mlx5: Distribute RX virtqueues in RQT objectGravatar Eli Cohen 1-23/+7
2022-01-14vdpa: Provide interface to read driver featuresGravatar Eli Cohen 7-27/+76
2022-01-14vdpa/mlx5: Fix wrong configuration of virtio_version_1_0Gravatar Eli Cohen 1-2/+0
2022-01-14eni_vdpa: Simplify 'eni_vdpa_probe()'Gravatar Christophe JAILLET 1-12/+0
2022-01-14net/mlx5_vdpa: Offer VIRTIO_NET_F_MTU when setting MTUGravatar Eli Cohen 1-0/+1
2022-01-14vdpa: add driver_override supportGravatar Stefano Garzarella 1-0/+74
2022-01-14ifcvf/vDPA: fix misuse virtio-net device config size for blk devGravatar Zhu Lingshan 3-33/+41
2022-01-14vduse: moving kvfree into callerGravatar Guanjun 1-1/+2
2022-01-12Merge tag 'iommu-updates-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-8/+0
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2022-01-04Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into nextGravatar Joerg Roedel 1-8/+0
2021-12-22vdpa/mlx5: Use auxiliary_device driver data helpersGravatar David E. Box 1-2/+2
2021-12-17iommu/iova: Move fast alloc size roundup into alloc_iova_fast()Gravatar John Garry via iommu 1-8/+0
2021-12-08vdpa: Consider device id larger than 31Gravatar Parav Pandit 1-1/+2
2021-12-08vduse: check that offset is within bounds in get_config()Gravatar Dan Carpenter 1-1/+2