summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-04-051-21/+41
|\
| * vdpa: mlx5: synchronize driver status with CVQJason Wang2022-03-301-14/+37
| * vdpa: mlx5: prevent cvq work from hogging CPUJason Wang2022-03-301-12/+9
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-03-315-127/+428
|\|
| * vdpa/mlx5: Avoid processing works if workqueue was destroyedEli Cohen2022-03-281-2/+5
| * vdpa: change the type of nvqs to u32Longpeng2022-03-281-3/+3
| * vdpa/mlx5: re-create forwarding rules after mac modifiedMichael Qiu2022-03-281-1/+44
| * net/mlx5: Add support for configuring max device MTUEli Cohen2022-03-281-1/+31
| * vDPA/ifcvf: cacheline alignment for ifcvf_hwZhu Lingshan2022-03-282-9/+5
| * vDPA/ifcvf: implement shared IRQ featureZhu Lingshan2022-03-283-57/+300
| * vDPA/ifcvf: implement device MSIX vector allocatorZhu Lingshan2022-03-281-5/+26
| * vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvfZhu Lingshan2022-03-283-71/+36
* | Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-241-0/+11
|\ \ | |/ |/|
| * iommu/iova: Separate out rcache initJohn Garry2022-02-141-0/+11
* | vdpa: fix use-after-free on vp_vdpa_removeZhang Min2022-03-061-1/+1
* | vduse: Fix returning wrong type in vduse_domain_alloc_iova()Xie Yongji2022-03-041-1/+1
* | vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET commandSi-Wei Liu2022-03-041-0/+16
* | vdpa/mlx5: should verify CTRL_VQ feature exists for MQSi-Wei Liu2022-03-041-2/+16
* | vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu2022-03-041-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-1810-145/+350
|\
| * vdpa/mlx5: Fix tracking of current number of VQsEli Cohen2022-01-141-4/+8
| * vdpa/mlx5: Fix is_index_valid() to refer to featuresEli Cohen2022-01-141-3/+7
| * vdpa: Avoid taking cf_mutex lock on get statusEli Cohen2022-01-141-11/+0
| * vdpa/vdpa_sim_net: Report max device capabilitiesEli Cohen2022-01-141-0/+1
| * vdpa: Use BIT_ULL for bit operationsEli Cohen2022-01-141-6/+6
| * vdpa/vdpa_sim: Configure max supported virtqueuesEli Cohen2022-01-141-0/+1
| * vdpa/mlx5: Report max device capabilitiesEli Cohen2022-01-141-12/+23
| * vdpa: Support reporting max device capabilitiesEli Cohen2022-01-141-0/+10
| * vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps()Eli Cohen2022-01-141-1/+3
| * vdpa: Add support for returning device configuration informationEli Cohen2022-01-141-0/+3
| * vdpa/mlx5: Support configuring max data virtqueueEli Cohen2022-01-141-14/+40
| * vdpa/mlx5: Fix config_attr_mask assignmentEli Cohen2022-01-141-1/+1
| * vdpa: Allow to configure max data virtqueuesEli Cohen2022-01-141-2/+13
| * vdpa: Read device configuration only if FEATURES_OKEli Cohen2022-01-141-12/+33
| * vdpa: Sync calls set/get config/status with cf_mutexEli Cohen2022-01-141-0/+19
| * vdpa/mlx5: Distribute RX virtqueues in RQT objectEli Cohen2022-01-141-23/+7
| * vdpa: Provide interface to read driver featuresEli Cohen2022-01-147-27/+76
| * vdpa/mlx5: Fix wrong configuration of virtio_version_1_0Eli Cohen2022-01-141-2/+0
| * eni_vdpa: Simplify 'eni_vdpa_probe()'Christophe JAILLET2022-01-141-12/+0
| * net/mlx5_vdpa: Offer VIRTIO_NET_F_MTU when setting MTUEli Cohen2022-01-141-0/+1
| * vdpa: add driver_override supportStefano Garzarella2022-01-141-0/+74
| * ifcvf/vDPA: fix misuse virtio-net device config size for blk devZhu Lingshan2022-01-143-33/+41
| * vduse: moving kvfree into callerGuanjun2022-01-141-1/+2
* | Merge tag 'iommu-updates-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-121-8/+0
|\ \
| | \
| | \
| *-. \ Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel2022-01-041-8/+0
| |\ \ \ | | |_|/ | |/| |
| | | * iommu/iova: Move fast alloc size roundup into alloc_iova_fast()John Garry via iommu2021-12-171-8/+0
| | |/
* | | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-121-2/+2
|\ \ \ | |/ / |/| |
| * | vdpa/mlx5: Use auxiliary_device driver data helpersDavid E. Box2021-12-221-2/+2
* | | vdpa: Consider device id larger than 31Parav Pandit2021-12-081-1/+2
* | | vduse: check that offset is within bounds in get_config()Dan Carpenter2021-12-081-1/+2