aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds11-308/+1177
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-21vdpa_sim_blk: support shared backendStefano Garzarella1-6/+49
2023-04-21vdpa_sim: move buffer allocation in the devicesStefano Garzarella4-21/+57
2023-04-21vdpa/snet: use likely/unlikely macros in hot functionsAlvaro Karsz1-3/+3
2023-04-21vdpa/snet: implement kick_vq_with_data callbackAlvaro Karsz1-0/+13
2023-04-21vdpa/snet: support the suspend vDPA callbackAlvaro Karsz3-0/+22
2023-04-21vdpa/snet: support getting and setting VQ stateAlvaro Karsz5-71/+387
2023-04-21vdpa_sim: add support for user VAStefano Garzarella2-7/+89
2023-04-21vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella4-23/+23
2023-04-21vdpa_sim: use kthread workerStefano Garzarella2-7/+15
2023-04-21vdpa_sim: make devices agnostic for work managementStefano Garzarella4-11/+21
2023-04-21vduse: Support specifying bounce buffer size via sysfsXie Yongji1-1/+44
2023-04-21vduse: Delay iova domain creationXie Yongji1-22/+53
2023-04-21vduse: Signal vq trigger eventfd directly if possibleXie Yongji1-4/+26
2023-04-21vduse: Add sysfs interface for irq callback affinityXie Yongji1-11/+113
2023-04-21vduse: Support get_vq_affinity callbackXie Yongji1-0/+9
2023-04-21vduse: Support set_vq_affinity callbackXie Yongji1-7/+54
2023-04-21vduse: Refactor allocation for vduse virtqueuesXie Yongji1-32/+66
2023-04-21vdpa/mlx5: Extend driver support for new featuresEli Cohen1-16/+40
2023-04-21vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by defaultEli Cohen1-0/+2
2023-04-21vdpa/mlx5: Avoid losing link state updatesEli Cohen1-89/+114
2023-04-04vdpa_sim_net: complete the initialization before register the deviceStefano Garzarella1-4/+9
2023-04-04vdpa/mlx5: Add and remove debugfs in setup/teardown driverEli Cohen1-2/+6
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman4-2/+18
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-13vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio Pérez1-0/+11
2023-03-10vdpa/mlx5: should not activate virtq object when suspendedSi-Wei Liu2-1/+6
2023-03-10vp_vdpa: fix the crash in hot unplug with vp_vdpaCindy Lu1-1/+1
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds20-382/+2433
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-20Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2023-02-20vdpa/mlx5: support device features provisioningSi-Wei Liu1-8/+45
2023-02-20vdpa/mlx5: make MTU/STATUS presence conditional on feature bitsSi-Wei Liu1-8/+14
2023-02-20vdpa: validate device feature provisioning against supported classSi-Wei Liu1-9/+50
2023-02-20vdpa: validate provisioned device features against specified attributeSi-Wei Liu1-0/+18
2023-02-20vdpa: conditionally read STATUS in config spaceSi-Wei Liu1-5/+15
2023-02-20vdpa: fix improper error message when adding vdpa devSi-Wei Liu1-2/+4
2023-02-20vdpa/mlx5: Initialize CVQ iotlb spinlockEli Cohen1-0/+1
2023-02-20vdpa/mlx5: Don't clear mr struct on destroy MREli Cohen1-1/+0
2023-02-20vdpa/mlx5: Directly assign memory keyEli Cohen1-1/+1
2023-02-20vdpa: Fix a couple of spelling mistakes in some messagesColin Ian King2-2/+2
2023-02-20vdpa: mlx5: support per virtqueue dma deviceJason Wang1-0/+11
2023-02-20vdpa: set dma mask for vDPA deviceJason Wang1-0/+5
2023-02-20vdpa_sim: get rid of DMA opsJason Wang2-150/+22
2023-02-20vdpa_sim_net: vendor satisticsJason Wang1-6/+213
2023-02-20vdpa_sim: support vendor statisticsJason Wang2-0/+17
2023-02-20vdpasim: customize allocation sizeJason Wang4-1/+7
2023-02-20vdpa_sim: switch to use __vdpa_alloc_device()Jason Wang1-5/+8
2023-02-20vdpa_sim: use weak barriersJason Wang1-1/+1
2023-02-20vdpa_sim: Implement resume vdpa opSebastien Boeuf2-0/+30
2023-02-20virtio: vdpa: new SolidNET DPU driver.Alvaro Karsz6-0/+1518
2023-02-20vdpa_sim_net: Offer VIRTIO_NET_F_STATUSEugenio Pérez1-0/+1
2023-02-20vDPA/ifcvf: implement features provisioningZhu Lingshan3-1/+17
2023-02-20vDPA/ifcvf: retire ifcvf_private_to_vfZhu Lingshan2-8/+5
2023-02-20vDPA/ifcvf: allocate the adapter in dev_add()Zhu Lingshan1-21/+13
2023-02-20vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan2-5/+7
2023-02-20vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hwZhu Lingshan1-3/+2
2023-02-20vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...Zhu Lingshan1-12/+9
2023-02-20vDPA/ifcvf: decouple vq irq requester from the adapterZhu Lingshan1-11/+8
2023-02-20vDPA/ifcvf: decouple config IRQ releaser from the adapterZhu Lingshan1-12/+10
2023-02-20vDPA/ifcvf: decouple vq IRQ releasers from the adapterZhu Lingshan1-12/+9
2023-02-20vDPA/ifcvf: alloc the mgmt_dev before the adapterZhu Lingshan1-17/+14
2023-02-20vDPA/ifcvf: decouple config space ops from the adapterZhu Lingshan1-16/+5
2023-02-20vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan3-7/+4
2023-02-20vdpa/mlx5: Add RX counters to debugfsEli Cohen4-30/+219
2023-02-20vdpa/mlx5: Add debugfs subtreeEli Cohen4-1/+87
2023-02-20vdpa/mlx5: Move some definitions to a new header fileEli Cohen2-44/+56
2023-02-13vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez1-0/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-06vduse: Remove include of rwlock.hSebastian Andrzej Siewior1-1/+0
2023-01-27vdpa: ifcvf: Do proper cleanup if IFCVF init failsTanmay Bhushan1-1/+1
2022-12-28vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu1-0/+3
2022-12-28vdpasim: fix memory leak when freeing IOTLBsJason Wang1-1/+3
2022-12-28vdpa: conditionally fill max max queue pair for statsJason Wang1-5/+4
2022-12-28vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_removeRong Wang1-1/+1
2022-12-28vduse: Validate vq_num in vduse_validate_config()Harshit Mogalapalli1-0/+3
2022-12-28vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella1-2/+1
2022-12-28vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie2-2/+6
2022-12-28RDMA/mlx5: remove variable iColin Ian King1-2/+0
2022-12-28vdpa/mlx5: Avoid overwriting CVQ iotlbEli Cohen3-59/+39
2022-12-28vdpa/mlx5: Avoid using reslock in event_handlerEli Cohen1-12/+4
2022-12-28vdpa/mlx5: Fix wrong mac address deletionEli Cohen1-1/+1
2022-12-28vdpa/mlx5: Return error on vlan ctrl commands if not supportedEli Cohen1-0/+3
2022-12-28vdpa/mlx5: Fix rule forwarding VLAN to TIREli Cohen1-3/+5
2022-12-28vdpa: merge functionally duplicated dev_features attributesSi-Wei Liu1-1/+1
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-1/+1
2022-10-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds6-23/+94
2022-10-07vDPA: conditionally read MTU and MAC in dev cfg spaceZhu Lingshan1-8/+29
2022-10-07vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fillZhu Lingshan1-1/+2
2022-10-07vDPA: check virtio device features to detect MQZhu Lingshan1-1/+1
2022-10-07vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presenceZhu Lingshan1-3/+3
2022-10-07vDPA: only report driver features if FEATURES_OK is setZhu Lingshan1-6/+14
2022-10-07vDPA: allow userspace to query features of a vDPA deviceZhu Lingshan1-5/+11
2022-10-07vp_vdpa: support feature provisioningJason Wang1-2/+20
2022-10-07vdpa_sim_net: support feature provisioningJason Wang4-5/+17
2022-10-07vdpa: device feature provisioningJason Wang1-0/+5
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2022-09-27vdpa/mlx5: Fix MQ to support non power of two num queuesEli Cohen1-7/+10
2022-09-27vduse: prevent uninitialized memory accessesMaxime Coquelin1-2/+7
2022-09-27vdpa/ifcvf: fix the calculation of queuepairAngus Chen1-2/+2
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-08-11vdpa/mlx5: Fix possible uninitialized return valueEli Cohen1-1/+1
2022-08-11vdpa_sim_blk: add support for discard and write-zeroesStefano Garzarella1-1/+73
2022-08-11vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSHStefano Garzarella1-0/+5
2022-08-11vdpa_sim_blk: make vdpasim_blk_check_range usable by other requestsStefano Garzarella1-15/+23
2022-08-11vdpa_sim_blk: check if sector is 0 for commands other than read or writeStefano Garzarella1-0/+10
2022-08-11vdpa_sim: Implement suspend vdpa opEugenio Pérez4-0/+21
2022-08-11vDPA: fix 'cast to restricted le16' warnings in vdpa.cZhu Lingshan1-3/+3
2022-08-11vDPA: !FEATURES_OK should not block querying device config spaceZhu Lingshan1-8/+0
2022-08-11vDPA/ifcvf: support userspace to query features and MQ of a management deviceZhu Lingshan1-66/+76
2022-08-11vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...Zhu Lingshan2-2/+13
2022-08-11vdpa/mlx5: Support different address spaces for control and dataEli Cohen2-11/+88
2022-08-11vdpa/mlx5: Implement susupend virtqueue callbackEli Cohen1-3/+80
2022-08-11vduse: Support querying information of IOVA regionsXie Yongji1-0/+39
2022-08-11vduse: Support registering userspace memory for IOVA regionsXie Yongji1-0/+141
2022-08-11vduse: Support using userspace pages as bounce bufferXie Yongji2-8/+96
2022-08-11vduse: Use memcpy_{to,from}_page() in do_bounce()Xie Yongji1-5/+4
2022-08-11vduse: Remove unnecessary spin lock protectionXie Yongji1-5/+2
2022-08-11vDPA/ifcvf: remove duplicated assignment to pointer cfgColin Ian King1-1/+0
2022-08-11vdpa: ifcvf: Fix spelling mistake in commentsZhang Jiaming1-1/+1
2022-08-11vdpa/mlx5: Use eth_broadcast_addr() to assign broadcast addressXu Qiang1-1/+1
2022-08-11vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_initStefano Garzarella1-2/+2
2022-08-11vdpa_sim_blk: set number of address spaces and virtqueue groupsStefano Garzarella1-0/+6
2022-08-11vdpa_sim_blk: call vringh_complete_iotlb() also in the error pathStefano Garzarella1-5/+9
2022-08-11vdpa_sim_blk: limit the number of request handled per batchStefano Garzarella1-0/+10
2022-08-11vdpa_sim_blk: use dev_dbg() to print errorsStefano Garzarella1-10/+10
2022-06-24vduse: Tie vduse mgmtdev and its deviceParav Pandit1-23/+37
2022-06-24vdpa/mlx5: Initialize CVQ vringh only onceEli Cohen1-11/+20
2022-06-24vdpa/mlx5: Update Control VQ callback informationEli Cohen1-0/+2
2022-06-08vduse: Fix NULL pointer dereference on sysfs accessXie Yongji1-4/+3
2022-06-08vdpa/mlx5: clean up indenting in handle_ctrl_vlan()Dan Carpenter1-3/+3
2022-06-08vdpa/mlx5: fix error code for deleting vlanDan Carpenter1-0/+1
2022-06-08vdpa/mlx5: Fix syntax errors in commentsXiang wangx1-1/+1
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-25/+4
2022-06-01vdpa: ifcvf: set pci driver data in probeJason Wang1-1/+2
2022-06-01vdpa/mlx5: Add RX MAC VLAN filter supportEli Cohen1-58/+216
2022-06-01vdpa/mlx5: Remove flow counter from steeringEli Cohen1-18/+6
2022-05-31vdpasim: Off by one in vdpasim_set_group_asid()Dan Carpenter1-1/+1
2022-05-31vdpasim: allow to enable a vq repeatedlyEugenio Pérez1-1/+4
2022-05-31vDPA/ifcvf: fix uninitialized config_vector warningZhu Lingshan1-6/+6
2022-05-31vdpa/vp_vdpa : add vdpa tool support in vp_vdpaCindy Lu1-32/+129
2022-05-31vdpasim: control virtqueue supportGautam Dawar3-20/+161
2022-05-31vdpa_sim: filter destination mac addressGautam Dawar1-18/+31
2022-05-31vdpa_sim: factor out buffer completion logicGautam Dawar1-15/+18
2022-05-31vdpa_sim: advertise VIRTIO_NET_F_MTUGautam Dawar1-1/+2
2022-05-31vdpa: multiple address spaces supportGautam Dawar7-11/+17
2022-05-31vdpa: introduce virtqueue groupsGautam Dawar8-6/+29
2022-05-31vdpa/mlx5: Use readers/writers semaphore instead of mutexEli Cohen1-22/+19
2022-05-31vdpa/mlx5: Add support for reading descriptor statisticsEli Cohen2-0/+151
2022-05-31net/vdpa: Use readers/writers semaphore instead of cf_mutexEli Cohen1-13/+12
2022-05-31net/vdpa: Use readers/writers semaphore instead of vdpa_dev_mutexEli Cohen1-32/+32
2022-05-31vdpa: Add support for querying vendor statisticsEli Cohen1-0/+162
2022-05-31vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doitEli Cohen1-4/+9
2022-05-18vdpa/mlx5: Use consistent RQT sizeEli Cohen1-40/+21
2022-04-22vdpa: Use helper for safer setting of driver_overrideKrzysztof Kozlowski1-25/+4
2022-04-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-21/+41
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-127/+428
2022-03-30vdpa: mlx5: synchronize driver status with CVQJason Wang1-14/+37
2022-03-30vdpa: mlx5: prevent cvq work from hogging CPUJason Wang1-12/+9
2022-03-28vdpa/mlx5: Avoid processing works if workqueue was destroyedEli Cohen1-2/+5
2022-03-28vdpa: change the type of nvqs to u32Longpeng1-3/+3
2022-03-28vdpa/mlx5: re-create forwarding rules after mac modifiedMichael Qiu1-1/+44
2022-03-28net/mlx5: Add support for configuring max device MTUEli Cohen1-1/+31
2022-03-28vDPA/ifcvf: cacheline alignment for ifcvf_hwZhu Lingshan2-9/+5
2022-03-28vDPA/ifcvf: implement shared IRQ featureZhu Lingshan3-57/+300
2022-03-28vDPA/ifcvf: implement device MSIX vector allocatorZhu Lingshan1-5/+26
2022-03-28vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvfZhu Lingshan3-71/+36
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+11
2022-03-06vdpa: fix use-after-free on vp_vdpa_removeZhang Min1-1/+1
2022-03-04vduse: Fix returning wrong type in vduse_domain_alloc_iova()Xie Yongji1-1/+1
2022-03-04vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET commandSi-Wei Liu1-0/+16
2022-03-04vdpa/mlx5: should verify CTRL_VQ feature exists for MQSi-Wei Liu1-2/+16
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu1-1/+1
2022-02-14iommu/iova: Separate out rcache initJohn Garry1-0/+11
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds10-145/+350
2022-01-14vdpa/mlx5: Fix tracking of current number of VQsEli Cohen1-4/+8
2022-01-14vdpa/mlx5: Fix is_index_valid() to refer to featuresEli Cohen1-3/+7
2022-01-14vdpa: Avoid taking cf_mutex lock on get statusEli Cohen1-11/+0
2022-01-14vdpa/vdpa_sim_net: Report max device capabilitiesEli Cohen1-0/+1
2022-01-14vdpa: Use BIT_ULL for bit operationsEli Cohen1-6/+6
2022-01-14vdpa/vdpa_sim: Configure max supported virtqueuesEli Cohen1-0/+1
2022-01-14vdpa/mlx5: Report max device capabilitiesEli Cohen1-12/+23
2022-01-14vdpa: Support reporting max device capabilitiesEli Cohen1-0/+10
2022-01-14vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps()Eli Cohen1-1/+3
2022-01-14vdpa: Add support for returning device configuration informationEli Cohen1-0/+3
2022-01-14vdpa/mlx5: Support configuring max data virtqueueEli Cohen1-14/+40
2022-01-14vdpa/mlx5: Fix config_attr_mask assignmentEli Cohen1-1/+1
2022-01-14vdpa: Allow to configure max data virtqueuesEli Cohen1-2/+13
2022-01-14vdpa: Read device configuration only if FEATURES_OKEli Cohen1-12/+33
2022-01-14vdpa: Sync calls set/get config/status with cf_mutexEli Cohen1-0/+19
2022-01-14vdpa/mlx5: Distribute RX virtqueues in RQT objectEli Cohen1-23/+7
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen7-27/+76
2022-01-14vdpa/mlx5: Fix wrong configuration of virtio_version_1_0Eli Cohen1-2/+0
2022-01-14eni_vdpa: Simplify 'eni_vdpa_probe()'Christophe JAILLET1-12/+0
2022-01-14net/mlx5_vdpa: Offer VIRTIO_NET_F_MTU when setting MTUEli Cohen1-0/+1
2022-01-14vdpa: add driver_override supportStefano Garzarella1-0/+74
2022-01-14ifcvf/vDPA: fix misuse virtio-net device config size for blk devZhu Lingshan3-33/+41
2022-01-14vduse: moving kvfree into callerGuanjun1-1/+2
2022-01-12Merge tag 'iommu-updates-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+0