aboutsummaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)AuthorFilesLines
2023-04-04vdpa_sim_net: complete the initialization before register the deviceGravatar Stefano Garzarella 1-4/+9
2023-04-04vdpa/mlx5: Add and remove debugfs in setup/teardown driverGravatar Eli Cohen 1-2/+6
2023-03-13vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyGravatar Eugenio Pérez 1-0/+11
2023-03-10vdpa/mlx5: should not activate virtq object when suspendedGravatar Si-Wei Liu 2-1/+6
2023-03-10vp_vdpa: fix the crash in hot unplug with vp_vdpaGravatar Cindy Lu 1-1/+1
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 20-382/+2433
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-02-20Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2023-02-20vdpa/mlx5: support device features provisioningGravatar Si-Wei Liu 1-8/+45
2023-02-20vdpa/mlx5: make MTU/STATUS presence conditional on feature bitsGravatar Si-Wei Liu 1-8/+14
2023-02-20vdpa: validate device feature provisioning against supported classGravatar Si-Wei Liu 1-9/+50
2023-02-20vdpa: validate provisioned device features against specified attributeGravatar Si-Wei Liu 1-0/+18
2023-02-20vdpa: conditionally read STATUS in config spaceGravatar Si-Wei Liu 1-5/+15
2023-02-20vdpa: fix improper error message when adding vdpa devGravatar Si-Wei Liu 1-2/+4
2023-02-20vdpa/mlx5: Initialize CVQ iotlb spinlockGravatar Eli Cohen 1-0/+1
2023-02-20vdpa/mlx5: Don't clear mr struct on destroy MRGravatar Eli Cohen 1-1/+0
2023-02-20vdpa/mlx5: Directly assign memory keyGravatar Eli Cohen 1-1/+1
2023-02-20vdpa: Fix a couple of spelling mistakes in some messagesGravatar Colin Ian King 2-2/+2
2023-02-20vdpa: mlx5: support per virtqueue dma deviceGravatar Jason Wang 1-0/+11
2023-02-20vdpa: set dma mask for vDPA deviceGravatar Jason Wang 1-0/+5
2023-02-20vdpa_sim: get rid of DMA opsGravatar Jason Wang 2-150/+22
2023-02-20vdpa_sim_net: vendor satisticsGravatar Jason Wang 1-6/+213
2023-02-20vdpa_sim: support vendor statisticsGravatar Jason Wang 2-0/+17
2023-02-20vdpasim: customize allocation sizeGravatar Jason Wang 4-1/+7
2023-02-20vdpa_sim: switch to use __vdpa_alloc_device()Gravatar Jason Wang 1-5/+8
2023-02-20vdpa_sim: use weak barriersGravatar Jason Wang 1-1/+1
2023-02-20vdpa_sim: Implement resume vdpa opGravatar Sebastien Boeuf 2-0/+30
2023-02-20virtio: vdpa: new SolidNET DPU driver.Gravatar Alvaro Karsz 6-0/+1518
2023-02-20vdpa_sim_net: Offer VIRTIO_NET_F_STATUSGravatar Eugenio Pérez 1-0/+1
2023-02-20vDPA/ifcvf: implement features provisioningGravatar Zhu Lingshan 3-1/+17
2023-02-20vDPA/ifcvf: retire ifcvf_private_to_vfGravatar Zhu Lingshan 2-8/+5
2023-02-20vDPA/ifcvf: allocate the adapter in dev_add()Gravatar Zhu Lingshan 1-21/+13
2023-02-20vDPA/ifcvf: manage ifcvf_hw in the mgmt_devGravatar Zhu Lingshan 2-5/+7
2023-02-20vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hwGravatar Zhu Lingshan 1-3/+2
2023-02-20vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...Gravatar Zhu Lingshan 1-12/+9
2023-02-20vDPA/ifcvf: decouple vq irq requester from the adapterGravatar Zhu Lingshan 1-11/+8
2023-02-20vDPA/ifcvf: decouple config IRQ releaser from the adapterGravatar Zhu Lingshan 1-12/+10
2023-02-20vDPA/ifcvf: decouple vq IRQ releasers from the adapterGravatar Zhu Lingshan 1-12/+9
2023-02-20vDPA/ifcvf: alloc the mgmt_dev before the adapterGravatar Zhu Lingshan 1-17/+14
2023-02-20vDPA/ifcvf: decouple config space ops from the adapterGravatar Zhu Lingshan 1-16/+5
2023-02-20vDPA/ifcvf: decouple hw features manipulators from the adapterGravatar Zhu Lingshan 3-7/+4
2023-02-20vdpa/mlx5: Add RX counters to debugfsGravatar Eli Cohen 4-30/+219
2023-02-20vdpa/mlx5: Add debugfs subtreeGravatar Eli Cohen 4-1/+87
2023-02-20vdpa/mlx5: Move some definitions to a new header fileGravatar Eli Cohen 2-44/+56
2023-02-13vdpa_sim: not reset state in vdpasim_queue_readyGravatar Eugenio Pérez 1-0/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-1/+1
2023-02-06vduse: Remove include of rwlock.hGravatar Sebastian Andrzej Siewior 1-1/+0
2023-01-27vdpa: ifcvf: Do proper cleanup if IFCVF init failsGravatar Tanmay Bhushan 1-1/+1
2022-12-28vdpa_sim_net: should not drop the multicast/broadcast packetGravatar Cindy Lu 1-0/+3
2022-12-28vdpasim: fix memory leak when freeing IOTLBsGravatar Jason Wang 1-1/+3