aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
AgeCommit message (Expand)AuthorFilesLines
2024-04-22vDPA: code clean for vhost_vdpa uapiZhu Lingshan1-3/+3
2024-03-19vDPA: report virtio-blk flush info to user spaceZhu Lingshan1-0/+14
2024-03-19vDPA: report virtio-block read-only info to user spaceZhu Lingshan1-0/+14
2024-03-19vDPA: report virtio-block write zeroes configuration to user spaceZhu Lingshan1-0/+23
2024-03-19vDPA: report virtio-block discarding configuration to user spaceZhu Lingshan1-0/+26
2024-03-19vDPA: report virtio-block topology info to user spaceZhu Lingshan1-0/+32
2024-03-19vDPA: report virtio-block MQ info to user spaceZhu Lingshan1-0/+16
2024-03-19vDPA: report virtio-block max segments in a request to user spaceZhu Lingshan1-0/+17
2024-03-19vDPA: report virtio-block block-size to user spaceZhu Lingshan1-0/+18
2024-03-19vDPA: report virtio-block max segment size to user spaceZhu Lingshan1-0/+17
2024-03-19vDPA: report virtio-block capacity to user spaceZhu Lingshan1-0/+35
2024-03-19vdpa: make vdpa_bus constRicardo B. Marliere1-1/+1
2024-03-19vDPA/ifcvf: implement vdpa_config_ops.get_vq_num_minZhu Lingshan2-0/+7
2024-03-19vDPA/ifcvf: get_max_vq_size to return max sizeZhu Lingshan1-5/+1
2024-03-19vduse: implement vdpa_config_ops.get_vq_size for vduseZhu Lingshan1-0/+12
2024-03-19vdpa_sim: implement vdpa_config_ops.get_vq_size for vDPA simulatorZhu Lingshan1-0/+12
2024-03-19eni_vdpa: implement vdpa_config_ops.get_vq_sizeZhu Lingshan1-0/+8
2024-03-19vp_vdpa: implement vdpa_config_ops.get_vq_sizeZhu Lingshan1-0/+8
2024-03-19vDPA/ifcvf: implement vdpa_config_ops.get_vq_sizeZhu Lingshan3-1/+14
2024-03-19vdpa/pds: fixes for VF vdpa flr-aer handlingShannon Nelson3-4/+19
2024-03-19vduse: implement DMA sync callbacksMaxime Coquelin3-3/+54
2024-03-19vdpa/mlx5: Allow CVQ size changesJonah Palmer1-4/+9
2024-03-19vdpa_sim: reset must not runSteve Sistare1-1/+2
2024-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-41/+257
2024-01-10vdpa/mlx5: Add mkey leak detectionDragos Tatulea3-0/+27
2024-01-10vdpa/mlx5: Introduce reference counting to mrsDragos Tatulea3-25/+78
2024-01-10vdpa/mlx5: Use vq suspend/resume during .set_mapDragos Tatulea1-8/+38
2024-01-10vdpa/mlx5: Mark vq state for modification in hw vqDragos Tatulea1-0/+8
2024-01-10vdpa/mlx5: Mark vq addrs for modification in hw vqDragos Tatulea1-0/+9
2024-01-10vdpa/mlx5: Introduce per vq and device resumeDragos Tatulea1-7/+62
2024-01-10vdpa/mlx5: Allow modifying multiple vq fields in one modify commandDragos Tatulea1-8/+40
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-4/+4
2023-12-27vdpa: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2023-12-25vdpa: Fix an error handling path in eni_vdpa_probe()Christophe JAILLET1-2/+4
2023-12-21Merge branch 'vfs.file'Christian Brauner1-1/+1
2023-12-12file: remove __receive_fd()Christian Brauner1-1/+1
2023-12-01pds_vdpa: set features orderShannon Nelson1-2/+1
2023-12-01pds_vdpa: clear config callback when status goes to 0Shannon Nelson1-1/+3
2023-12-01pds_vdpa: fix up format-truncation complaintShannon Nelson1-1/+1
2023-12-01vdpa/mlx5: preserve CVQ vringh indexSteve Sistare1-1/+6
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-3/+3
2023-11-01vdpa_sim_blk: allocate the buffer zeroedStefano Garzarella1-2/+2
2023-11-01vdpa_sim: implement .reset_map supportSi-Wei Liu1-9/+43
2023-11-01vdpa/mlx5: implement .reset_map driver opSi-Wei Liu3-3/+42
2023-11-01vduse: make vduse_class constantGreg Kroah-Hartman1-19/+21
2023-11-01mlx5_vdpa: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OKEugenio Pérez1-0/+7
2023-11-01vdpa/mlx5: Update cvq iotlb mapping on ASID changeDragos Tatulea3-1/+36
2023-11-01vdpa/mlx5: Make iotlb helper functions more genericDragos Tatulea1-8/+11
2023-11-01vdpa/mlx5: Enable hw support for vq descriptor mappingDragos Tatulea1-1/+23
2023-11-01vdpa/mlx5: Introduce mr for vq descriptorDragos Tatulea3-14/+25
2023-11-01vdpa/mlx5: Improve mr update flowDragos Tatulea3-72/+82
2023-11-01vdpa/mlx5: Move mr mutex out of mr structDragos Tatulea3-11/+12
2023-11-01vdpa/mlx5: Allow creation/deletion of any given mr structDragos Tatulea3-35/+36
2023-11-01vdpa/mlx5: Rename mr destroy functionsDragos Tatulea3-11/+11
2023-11-01vdpa/mlx5: Collapse "dvq" mr add/delete functionsDragos Tatulea1-11/+5
2023-11-01vdpa/mlx5: Take cvq iotlb lock during refreshDragos Tatulea1-1/+9
2023-11-01vdpa/mlx5: Decouple cvq iotlb handling from hw mapping codeDragos Tatulea3-39/+28
2023-11-01vdpa/mlx5: Create helper function for dma mappingsDragos Tatulea3-2/+8
2023-10-18vdpa/mlx5: Fix firmware error on creation of 1k VQsDragos Tatulea2-9/+63
2023-10-18vdpa/mlx5: Fix double release of debugfs entryDragos Tatulea3-8/+6
2023-10-18vdpa_sim_blk: Fix the potential leak of mgmt_devShawn.Shao1-2/+3
2023-09-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-3/+8
2023-09-03vdpa_sim: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OKEugenio Pérez1-0/+8
2023-09-03vdpa/mlx5: Remove unused function declarationsYue Haibing1-3/+0
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-116/+225
2023-08-10pds_vdpa: fix up debugfs feature bit printingShannon Nelson1-7/+6
2023-08-10pds_vdpa: alloc irq vectors on DRIVER_OKAllen Hubbe1-29/+81
2023-08-10pds_vdpa: clean and reset vqs entriesShannon Nelson1-7/+17
2023-08-10pds_vdpa: always allow offering VIRTIO_NET_F_MACShannon Nelson3-13/+23
2023-08-10pds_vdpa: reset to vdpa specified macAllen Hubbe2-8/+9
2023-08-10vdpa/mlx5: Fix crash on shutdown for when no ndev existsDragos Tatulea1-12/+0
2023-08-10vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessaryEugenio Pérez3-3/+4
2023-08-10vdpa/mlx5: Fix mr->initialized semanticsDragos Tatulea2-27/+71
2023-08-10vdpa/mlx5: Correct default number of queues when MQ is onDragos Tatulea1-1/+9
2023-08-10vduse: Use proper spinlock for IRQ injectionMaxime Coquelin1-4/+4
2023-08-10vdpa: Enable strict validation for netlinks opsDragos Tatulea1-6/+0
2023-08-10vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length checkLin Ma1-0/+1
2023-08-10vdpa: Add queue index attr to vdpa_nl_policy for nlattr length checkLin Ma1-0/+1
2023-08-10vdpa: Add features attr to vdpa_nl_policy for nlattr length checkLin Ma1-0/+1
2023-08-10pds_vdpa: protect Makefile from unconfigured debugfsShannon Nelson1-2/+1
2023-08-07net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla1-1/+1
2023-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds21-201/+1880
2023-07-03vduse: fix NULL pointer dereferenceMaxime Coquelin1-1/+5
2023-07-03vDPA/ifcvf: implement new accessors for vq_stateZhu Lingshan3-33/+17
2023-07-03vDPA/ifcvf: detect and report max allowed vq sizeZhu Lingshan3-2/+35
2023-07-03vDPA/ifcvf: dynamic allocate vq data storesZhu Lingshan3-1/+6
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-27vdpa/mlx5: Support interrupt bypassingEli Cohen2-9/+171
2023-06-27pds_vdpa: pds_vdps.rst and KconfigShannon Nelson1-0/+10
2023-06-27pds_vdpa: subscribe to the pds_core eventsShannon Nelson2-1/+59
2023-06-27pds_vdpa: add support for vdpa and vdpamgmt interfacesShannon Nelson6-2/+892
2023-06-27pds_vdpa: add vdpa config client commandsShannon Nelson4-1/+236
2023-06-27pds_vdpa: virtio bar setup for vdpaShannon Nelson2-0/+28
2023-06-27pds_vdpa: get vdpa management infoShannon Nelson6-1/+150
2023-06-27pds_vdpa: Add new vDPA driver for AMD/Pensando DSCShannon Nelson6-0/+144
2023-06-27vdpa/snet: implement the resume vDPA callbackAlvaro Karsz3-0/+22
2023-06-27vdpa: solidrun: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-06-27vDPA/ifcvf: a vendor driver should not set _CONFIG_S_FAILEDZhu Lingshan1-3/+1
2023-06-27vDPA/ifcvf: synchronize irqs in the reset routineZhu Lingshan3-52/+40
2023-06-27vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_statusZhu Lingshan3-43/+0
2023-06-27vDPA/ifcvf: get_driver_features from virtio registersZhu Lingshan3-23/+29
2023-06-27vDPA/ifcvf: virt queue ops take immediate actionsZhu Lingshan3-39/+45
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-1/+1
2023-06-08vdpa/mlx5: Fix hang when cvq commands are triggered during device unregisterDragos Tatulea1-1/+1
2023-06-08vduse: avoid empty string for dev nameSheng Zhao1-0/+3
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds11-309/+1178
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-7/+50
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-8/+90
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