summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa (follow)
Commit message (Expand)AuthorAgeFilesLines
* vdpa_sim_blk: support shared backendStefano Garzarella2023-04-211-7/+50
* vdpa_sim: move buffer allocation in the devicesStefano Garzarella2023-04-214-21/+57
* vdpa/snet: use likely/unlikely macros in hot functionsAlvaro Karsz2023-04-211-3/+3
* vdpa/snet: implement kick_vq_with_data callbackAlvaro Karsz2023-04-211-0/+13
* vdpa/snet: support the suspend vDPA callbackAlvaro Karsz2023-04-213-0/+22
* vdpa/snet: support getting and setting VQ stateAlvaro Karsz2023-04-215-71/+387
* vdpa_sim: add support for user VAStefano Garzarella2023-04-212-8/+90
* vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella2023-04-214-23/+23
* vdpa_sim: use kthread workerStefano Garzarella2023-04-212-7/+15
* vdpa_sim: make devices agnostic for work managementStefano Garzarella2023-04-214-11/+21
* vduse: Support specifying bounce buffer size via sysfsXie Yongji2023-04-211-1/+44
* vduse: Delay iova domain creationXie Yongji2023-04-211-22/+53
* vduse: Signal vq trigger eventfd directly if possibleXie Yongji2023-04-211-4/+26
* vduse: Add sysfs interface for irq callback affinityXie Yongji2023-04-211-11/+113
* vduse: Support get_vq_affinity callbackXie Yongji2023-04-211-0/+9
* vduse: Support set_vq_affinity callbackXie Yongji2023-04-211-7/+54
* vduse: Refactor allocation for vduse virtqueuesXie Yongji2023-04-211-32/+66
* vdpa/mlx5: Extend driver support for new featuresEli Cohen2023-04-211-16/+40
* vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by defaultEli Cohen2023-04-211-0/+2
* vdpa/mlx5: Avoid losing link state updatesEli Cohen2023-04-211-89/+114
* vdpa_sim_net: complete the initialization before register the deviceStefano Garzarella2023-04-041-4/+9
* vdpa/mlx5: Add and remove debugfs in setup/teardown driverEli Cohen2023-04-041-2/+6
* vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio Pérez2023-03-131-0/+11
* vdpa/mlx5: should not activate virtq object when suspendedSi-Wei Liu2023-03-102-1/+6
* vp_vdpa: fix the crash in hot unplug with vp_vdpaCindy Lu2023-03-101-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-02-2520-382/+2433
|\
| * vdpa/mlx5: support device features provisioningSi-Wei Liu2023-02-211-8/+45
| * vdpa/mlx5: make MTU/STATUS presence conditional on feature bitsSi-Wei Liu2023-02-211-8/+14
| * vdpa: validate device feature provisioning against supported classSi-Wei Liu2023-02-211-9/+50
| * vdpa: validate provisioned device features against specified attributeSi-Wei Liu2023-02-211-0/+18
| * vdpa: conditionally read STATUS in config spaceSi-Wei Liu2023-02-211-5/+15
| * vdpa: fix improper error message when adding vdpa devSi-Wei Liu2023-02-211-2/+4
| * vdpa/mlx5: Initialize CVQ iotlb spinlockEli Cohen2023-02-211-0/+1
| * vdpa/mlx5: Don't clear mr struct on destroy MREli Cohen2023-02-211-1/+0
| * vdpa/mlx5: Directly assign memory keyEli Cohen2023-02-211-1/+1
| * vdpa: Fix a couple of spelling mistakes in some messagesColin Ian King2023-02-212-2/+2
| * vdpa: mlx5: support per virtqueue dma deviceJason Wang2023-02-211-0/+11
| * vdpa: set dma mask for vDPA deviceJason Wang2023-02-211-0/+5
| * vdpa_sim: get rid of DMA opsJason Wang2023-02-212-150/+22
| * vdpa_sim_net: vendor satisticsJason Wang2023-02-211-6/+213
| * vdpa_sim: support vendor statisticsJason Wang2023-02-212-0/+17
| * vdpasim: customize allocation sizeJason Wang2023-02-214-1/+7
| * vdpa_sim: switch to use __vdpa_alloc_device()Jason Wang2023-02-211-5/+8
| * vdpa_sim: use weak barriersJason Wang2023-02-211-1/+1
| * vdpa_sim: Implement resume vdpa opSebastien Boeuf2023-02-212-0/+30
| * virtio: vdpa: new SolidNET DPU driver.Alvaro Karsz2023-02-216-0/+1518
| * vdpa_sim_net: Offer VIRTIO_NET_F_STATUSEugenio Pérez2023-02-211-0/+1
| * vDPA/ifcvf: implement features provisioningZhu Lingshan2023-02-213-1/+17
| * vDPA/ifcvf: retire ifcvf_private_to_vfZhu Lingshan2023-02-212-8/+5
| * vDPA/ifcvf: allocate the adapter in dev_add()Zhu Lingshan2023-02-211-21/+13