summaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)AuthorFilesLines
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-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-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-21Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2023-02-21vdpa/mlx5: support device features provisioningSi-Wei Liu1-8/+45
2023-02-21vdpa/mlx5: make MTU/STATUS presence conditional on feature bitsSi-Wei Liu1-8/+14
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-21vdpa: Fix a couple of spelling mistakes in some messagesColin Ian King2-2/+2
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-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-21vdpa_sim: Implement resume vdpa opSebastien Boeuf2-0/+30
2023-02-21virtio: vdpa: new SolidNET DPU driver.Alvaro Karsz6-0/+1518
2023-02-21vdpa_sim_net: Offer VIRTIO_NET_F_STATUSEugenio Pérez1-0/+1
2023-02-21vDPA/ifcvf: implement features provisioningZhu Lingshan3-1/+17