Age | Commit message (Expand) | Author |
2024-03-19 | vDPA: report virtio-blk flush info to user space | Zhu Lingshan |
2024-03-19 | vDPA: report virtio-block read-only info to user space | Zhu Lingshan |
2024-03-19 | vDPA: report virtio-block write zeroes configuration to user space | Zhu Lingshan |
2024-03-19 | vDPA: report virtio-block discarding configuration to user space | Zhu Lingshan |
2024-03-19 | vDPA: report virtio-block topology info to user space | Zhu Lingshan |
2024-03-19 | vDPA: report virtio-block MQ info to user space | Zhu Lingshan |
2024-03-19 | vDPA: report virtio-block max segments in a request to user space | Zhu Lingshan |
2024-03-19 | vDPA: report virtio-block block-size to user space | Zhu Lingshan |
2024-03-19 | vDPA: report virtio-block max segment size to user space | Zhu Lingshan |
2024-03-19 | vDPA: report virtio-block capacity to user space | Zhu Lingshan |
2024-03-19 | vdpa: make vdpa_bus const | Ricardo B. Marliere |
2024-03-19 | vDPA/ifcvf: implement vdpa_config_ops.get_vq_num_min | Zhu Lingshan |
2024-03-19 | vDPA/ifcvf: get_max_vq_size to return max size | Zhu Lingshan |
2024-03-19 | vduse: implement vdpa_config_ops.get_vq_size for vduse | Zhu Lingshan |
2024-03-19 | vdpa_sim: implement vdpa_config_ops.get_vq_size for vDPA simulator | Zhu Lingshan |
2024-03-19 | eni_vdpa: implement vdpa_config_ops.get_vq_size | Zhu Lingshan |
2024-03-19 | vp_vdpa: implement vdpa_config_ops.get_vq_size | Zhu Lingshan |
2024-03-19 | vDPA/ifcvf: implement vdpa_config_ops.get_vq_size | Zhu Lingshan |
2024-03-19 | vdpa/pds: fixes for VF vdpa flr-aer handling | Shannon Nelson |
2024-03-19 | vduse: implement DMA sync callbacks | Maxime Coquelin |
2024-03-19 | vdpa/mlx5: Allow CVQ size changes | Jonah Palmer |
2024-03-19 | vdpa_sim: reset must not run | Steve Sistare |
2024-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2024-01-10 | vdpa/mlx5: Add mkey leak detection | Dragos Tatulea |
2024-01-10 | vdpa/mlx5: Introduce reference counting to mrs | Dragos Tatulea |
2024-01-10 | vdpa/mlx5: Use vq suspend/resume during .set_map | Dragos Tatulea |
2024-01-10 | vdpa/mlx5: Mark vq state for modification in hw vq | Dragos Tatulea |
2024-01-10 | vdpa/mlx5: Mark vq addrs for modification in hw vq | Dragos Tatulea |
2024-01-10 | vdpa/mlx5: Introduce per vq and device resume | Dragos Tatulea |
2024-01-10 | vdpa/mlx5: Allow modifying multiple vq fields in one modify command | Dragos Tatulea |
2024-01-08 | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds |
2023-12-27 | vdpa: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET |
2023-12-25 | vdpa: Fix an error handling path in eni_vdpa_probe() | Christophe JAILLET |
2023-12-21 | Merge branch 'vfs.file' | Christian Brauner |
2023-12-12 | file: remove __receive_fd() | Christian Brauner |
2023-12-01 | pds_vdpa: set features order | Shannon Nelson |
2023-12-01 | pds_vdpa: clear config callback when status goes to 0 | Shannon Nelson |
2023-12-01 | pds_vdpa: fix up format-truncation complaint | Shannon Nelson |
2023-12-01 | vdpa/mlx5: preserve CVQ vringh index | Steve Sistare |
2023-11-28 | eventfd: simplify eventfd_signal() | Christian Brauner |
2023-11-01 | vdpa_sim_blk: allocate the buffer zeroed | Stefano Garzarella |
2023-11-01 | vdpa_sim: implement .reset_map support | Si-Wei Liu |
2023-11-01 | vdpa/mlx5: implement .reset_map driver op | Si-Wei Liu |
2023-11-01 | vduse: make vduse_class constant | Greg Kroah-Hartman |
2023-11-01 | mlx5_vdpa: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK | Eugenio PĂ©rez |
2023-11-01 | vdpa/mlx5: Update cvq iotlb mapping on ASID change | Dragos Tatulea |
2023-11-01 | vdpa/mlx5: Make iotlb helper functions more generic | Dragos Tatulea |
2023-11-01 | vdpa/mlx5: Enable hw support for vq descriptor mapping | Dragos Tatulea |
2023-11-01 | vdpa/mlx5: Introduce mr for vq descriptor | Dragos Tatulea |
2023-11-01 | vdpa/mlx5: Improve mr update flow | Dragos Tatulea |