summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-01-185-41/+257
|\
| * vdpa/mlx5: Add mkey leak detectionDragos Tatulea2024-01-103-0/+27
| * vdpa/mlx5: Introduce reference counting to mrsDragos Tatulea2024-01-103-25/+78
| * vdpa/mlx5: Use vq suspend/resume during .set_mapDragos Tatulea2024-01-101-8/+38
| * vdpa/mlx5: Mark vq state for modification in hw vqDragos Tatulea2024-01-101-0/+8
| * vdpa/mlx5: Mark vq addrs for modification in hw vqDragos Tatulea2024-01-101-0/+9
| * vdpa/mlx5: Introduce per vq and device resumeDragos Tatulea2024-01-101-7/+62
| * vdpa/mlx5: Allow modifying multiple vq fields in one modify commandDragos Tatulea2024-01-101-8/+40
| * vdpa: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-271-2/+2
| * vdpa: Fix an error handling path in eni_vdpa_probe()Christophe JAILLET2023-12-251-2/+4
* | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-081-4/+4
|\ \ | |/ |/|
| * Merge branch 'vfs.file'Christian Brauner2023-12-211-1/+1
| |\
| | * file: remove __receive_fd()Christian Brauner2023-12-121-1/+1
| * | eventfd: simplify eventfd_signal()Christian Brauner2023-11-281-3/+3
| |/
* | pds_vdpa: set features orderShannon Nelson2023-12-011-2/+1
* | pds_vdpa: clear config callback when status goes to 0Shannon Nelson2023-12-011-1/+3
* | pds_vdpa: fix up format-truncation complaintShannon Nelson2023-12-011-1/+1
* | vdpa/mlx5: preserve CVQ vringh indexSteve Sistare2023-12-011-1/+6
* | vdpa_sim_blk: allocate the buffer zeroedStefano Garzarella2023-11-011-2/+2
|/
* vdpa_sim: implement .reset_map supportSi-Wei Liu2023-11-011-9/+43
* vdpa/mlx5: implement .reset_map driver opSi-Wei Liu2023-11-013-3/+42
* vduse: make vduse_class constantGreg Kroah-Hartman2023-11-011-19/+21
* mlx5_vdpa: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OKEugenio Pérez2023-11-011-0/+7
* vdpa/mlx5: Update cvq iotlb mapping on ASID changeDragos Tatulea2023-11-013-1/+36
* vdpa/mlx5: Make iotlb helper functions more genericDragos Tatulea2023-11-011-8/+11
* vdpa/mlx5: Enable hw support for vq descriptor mappingDragos Tatulea2023-11-011-1/+23
* vdpa/mlx5: Introduce mr for vq descriptorDragos Tatulea2023-11-013-14/+25
* vdpa/mlx5: Improve mr update flowDragos Tatulea2023-11-013-72/+82
* vdpa/mlx5: Move mr mutex out of mr structDragos Tatulea2023-11-013-11/+12
* vdpa/mlx5: Allow creation/deletion of any given mr structDragos Tatulea2023-11-013-35/+36
* vdpa/mlx5: Rename mr destroy functionsDragos Tatulea2023-11-013-11/+11
* vdpa/mlx5: Collapse "dvq" mr add/delete functionsDragos Tatulea2023-11-011-11/+5
* vdpa/mlx5: Take cvq iotlb lock during refreshDragos Tatulea2023-11-011-1/+9
* vdpa/mlx5: Decouple cvq iotlb handling from hw mapping codeDragos Tatulea2023-11-013-39/+28
* vdpa/mlx5: Create helper function for dma mappingsDragos Tatulea2023-11-013-2/+8
* vdpa/mlx5: Fix firmware error on creation of 1k VQsDragos Tatulea2023-10-182-9/+63
* vdpa/mlx5: Fix double release of debugfs entryDragos Tatulea2023-10-183-8/+6
* vdpa_sim_blk: Fix the potential leak of mgmt_devShawn.Shao2023-10-181-2/+3
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-09-042-3/+8
|\
| * vdpa_sim: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OKEugenio Pérez2023-09-031-0/+8
| * vdpa/mlx5: Remove unused function declarationsYue Haibing2023-09-031-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-189-116/+225
|\|
| * pds_vdpa: fix up debugfs feature bit printingShannon Nelson2023-08-101-7/+6
| * pds_vdpa: alloc irq vectors on DRIVER_OKAllen Hubbe2023-08-101-29/+81
| * pds_vdpa: clean and reset vqs entriesShannon Nelson2023-08-101-7/+17
| * pds_vdpa: always allow offering VIRTIO_NET_F_MACShannon Nelson2023-08-103-13/+23
| * pds_vdpa: reset to vdpa specified macAllen Hubbe2023-08-102-8/+9
| * vdpa/mlx5: Fix crash on shutdown for when no ndev existsDragos Tatulea2023-08-101-12/+0
| * vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessaryEugenio Pérez2023-08-103-3/+4
| * vdpa/mlx5: Fix mr->initialized semanticsDragos Tatulea2023-08-102-27/+71