summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
Commit message (Expand)AuthorAgeFilesLines
* vDPA: code clean for vhost_vdpa uapiZhu Lingshan2024-04-221-3/+3
* vDPA: report virtio-blk flush info to user spaceZhu Lingshan2024-03-191-0/+14
* vDPA: report virtio-block read-only info to user spaceZhu Lingshan2024-03-191-0/+14
* vDPA: report virtio-block write zeroes configuration to user spaceZhu Lingshan2024-03-191-0/+23
* vDPA: report virtio-block discarding configuration to user spaceZhu Lingshan2024-03-191-0/+26
* vDPA: report virtio-block topology info to user spaceZhu Lingshan2024-03-191-0/+32
* vDPA: report virtio-block MQ info to user spaceZhu Lingshan2024-03-191-0/+16
* vDPA: report virtio-block max segments in a request to user spaceZhu Lingshan2024-03-191-0/+17
* vDPA: report virtio-block block-size to user spaceZhu Lingshan2024-03-191-0/+18
* vDPA: report virtio-block max segment size to user spaceZhu Lingshan2024-03-191-0/+17
* vDPA: report virtio-block capacity to user spaceZhu Lingshan2024-03-191-0/+35
* vdpa: make vdpa_bus constRicardo B. Marliere2024-03-191-1/+1
* vDPA/ifcvf: implement vdpa_config_ops.get_vq_num_minZhu Lingshan2024-03-192-0/+7
* vDPA/ifcvf: get_max_vq_size to return max sizeZhu Lingshan2024-03-191-5/+1
* vduse: implement vdpa_config_ops.get_vq_size for vduseZhu Lingshan2024-03-191-0/+12
* vdpa_sim: implement vdpa_config_ops.get_vq_size for vDPA simulatorZhu Lingshan2024-03-191-0/+12
* eni_vdpa: implement vdpa_config_ops.get_vq_sizeZhu Lingshan2024-03-191-0/+8
* vp_vdpa: implement vdpa_config_ops.get_vq_sizeZhu Lingshan2024-03-191-0/+8
* vDPA/ifcvf: implement vdpa_config_ops.get_vq_sizeZhu Lingshan2024-03-193-1/+14
* vdpa/pds: fixes for VF vdpa flr-aer handlingShannon Nelson2024-03-193-4/+19
* vduse: implement DMA sync callbacksMaxime Coquelin2024-03-193-3/+54
* vdpa/mlx5: Allow CVQ size changesJonah Palmer2024-03-191-4/+9
* vdpa_sim: reset must not runSteve Sistare2024-03-191-1/+2
* 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