summaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-21vDPA/ifcvf: retire ifcvf_private_to_vfZhu Lingshan2-8/+5
2023-02-21vDPA/ifcvf: allocate the adapter in dev_add()Zhu Lingshan1-21/+13
2023-02-21vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan2-5/+7
2023-02-21vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hwZhu Lingshan1-3/+2
2023-02-21vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...Zhu Lingshan1-12/+9
2023-02-21vDPA/ifcvf: decouple vq irq requester from the adapterZhu Lingshan1-11/+8
2023-02-21vDPA/ifcvf: decouple config IRQ releaser from the adapterZhu Lingshan1-12/+10
2023-02-21vDPA/ifcvf: decouple vq IRQ releasers from the adapterZhu Lingshan1-12/+9
2023-02-21vDPA/ifcvf: alloc the mgmt_dev before the adapterZhu Lingshan1-17/+14
2023-02-21vDPA/ifcvf: decouple config space ops from the adapterZhu Lingshan1-16/+5
2023-02-21vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan3-7/+4
2023-02-21vdpa/mlx5: Add RX counters to debugfsEli Cohen4-30/+219
2023-02-21vdpa/mlx5: Add debugfs subtreeEli Cohen4-1/+87
2023-02-21vdpa/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-10mm: 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