summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
Commit message (Expand)AuthorAgeFilesLines
* 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-201-8/+45
| * vdpa/mlx5: make MTU/STATUS presence conditional on feature bitsSi-Wei Liu2023-02-201-8/+14
| * vdpa: validate device feature provisioning against supported classSi-Wei Liu2023-02-201-9/+50
| * vdpa: validate provisioned device features against specified attributeSi-Wei Liu2023-02-201-0/+18
| * vdpa: conditionally read STATUS in config spaceSi-Wei Liu2023-02-201-5/+15
| * vdpa: fix improper error message when adding vdpa devSi-Wei Liu2023-02-201-2/+4
| * vdpa/mlx5: Initialize CVQ iotlb spinlockEli Cohen2023-02-201-0/+1
| * vdpa/mlx5: Don't clear mr struct on destroy MREli Cohen2023-02-201-1/+0
| * vdpa/mlx5: Directly assign memory keyEli Cohen2023-02-201-1/+1
| * vdpa: Fix a couple of spelling mistakes in some messagesColin Ian King2023-02-202-2/+2
| * vdpa: mlx5: support per virtqueue dma deviceJason Wang2023-02-201-0/+11
| * vdpa: set dma mask for vDPA deviceJason Wang2023-02-201-0/+5
| * vdpa_sim: get rid of DMA opsJason Wang2023-02-202-150/+22
| * vdpa_sim_net: vendor satisticsJason Wang2023-02-201-6/+213
| * vdpa_sim: support vendor statisticsJason Wang2023-02-202-0/+17
| * vdpasim: customize allocation sizeJason Wang2023-02-204-1/+7
| * vdpa_sim: switch to use __vdpa_alloc_device()Jason Wang2023-02-201-5/+8
| * vdpa_sim: use weak barriersJason Wang2023-02-201-1/+1
| * vdpa_sim: Implement resume vdpa opSebastien Boeuf2023-02-202-0/+30
| * virtio: vdpa: new SolidNET DPU driver.Alvaro Karsz2023-02-206-0/+1518
| * vdpa_sim_net: Offer VIRTIO_NET_F_STATUSEugenio Pérez2023-02-201-0/+1
| * vDPA/ifcvf: implement features provisioningZhu Lingshan2023-02-203-1/+17
| * vDPA/ifcvf: retire ifcvf_private_to_vfZhu Lingshan2023-02-202-8/+5
| * vDPA/ifcvf: allocate the adapter in dev_add()Zhu Lingshan2023-02-201-21/+13
| * vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan2023-02-202-5/+7
| * vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hwZhu Lingshan2023-02-201-3/+2
| * vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...Zhu Lingshan2023-02-201-12/+9
| * vDPA/ifcvf: decouple vq irq requester from the adapterZhu Lingshan2023-02-201-11/+8
| * vDPA/ifcvf: decouple config IRQ releaser from the adapterZhu Lingshan2023-02-201-12/+10
| * vDPA/ifcvf: decouple vq IRQ releasers from the adapterZhu Lingshan2023-02-201-12/+9
| * vDPA/ifcvf: alloc the mgmt_dev before the adapterZhu Lingshan2023-02-201-17/+14
| * vDPA/ifcvf: decouple config space ops from the adapterZhu Lingshan2023-02-201-16/+5
| * vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan2023-02-203-7/+4
| * vdpa/mlx5: Add RX counters to debugfsEli Cohen2023-02-204-30/+219
| * vdpa/mlx5: Add debugfs subtreeEli Cohen2023-02-204-1/+87
| * vdpa/mlx5: Move some definitions to a new header fileEli Cohen2023-02-202-44/+56
| * vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez2023-02-131-0/+2
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* | | Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-02-201-1/+0
|\ \ \ | |_|/ |/| |
| * | vduse: Remove include of rwlock.hSebastian Andrzej Siewior2023-02-061-1/+0
| |/
* / vdpa: ifcvf: Do proper cleanup if IFCVF init failsTanmay Bhushan2023-01-271-1/+1
|/
* vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu2022-12-281-0/+3
* vdpasim: fix memory leak when freeing IOTLBsJason Wang2022-12-281-1/+3
* vdpa: conditionally fill max max queue pair for statsJason Wang2022-12-281-5/+4
* vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_removeRong Wang2022-12-281-1/+1