| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'stable/vduse-virtio-net' into vhost | Michael S. Tsirkin | 2024-05-22 | 1 | -4/+20 |
|\ |
|
| * | vduse: enable Virtio-net device type | Maxime Coquelin | 2024-03-19 | 1 | -0/+10 |
| * | vduse: Temporarily fail if control queue feature requested | Maxime Coquelin | 2024-03-19 | 1 | -0/+5 |
| * | vduse: validate block features only with block devices | Maxime Coquelin | 2024-03-19 | 1 | -4/+5 |
* | | vp_vdpa: don't allocate unused msix vectors | Yuxue Liu | 2024-05-22 | 1 | -6/+16 |
* | | vdpa: Convert sprintf/snprintf to sysfs_emit | Li Zhijian | 2024-05-22 | 1 | -1/+1 |
* | | vp_vdpa: Fix return value check vp_vdpa_request_irq | Yuxue Liu | 2024-05-22 | 1 | -1/+4 |
* | | vDPA: code clean for vhost_vdpa uapi | Zhu Lingshan | 2024-04-22 | 1 | -3/+3 |
|/ |
|
* | vDPA: report virtio-blk flush info to user space | Zhu Lingshan | 2024-03-19 | 1 | -0/+14 |
* | vDPA: report virtio-block read-only info to user space | Zhu Lingshan | 2024-03-19 | 1 | -0/+14 |
* | vDPA: report virtio-block write zeroes configuration to user space | Zhu Lingshan | 2024-03-19 | 1 | -0/+23 |
* | vDPA: report virtio-block discarding configuration to user space | Zhu Lingshan | 2024-03-19 | 1 | -0/+26 |
* | vDPA: report virtio-block topology info to user space | Zhu Lingshan | 2024-03-19 | 1 | -0/+32 |
* | vDPA: report virtio-block MQ info to user space | Zhu Lingshan | 2024-03-19 | 1 | -0/+16 |
* | vDPA: report virtio-block max segments in a request to user space | Zhu Lingshan | 2024-03-19 | 1 | -0/+17 |
* | vDPA: report virtio-block block-size to user space | Zhu Lingshan | 2024-03-19 | 1 | -0/+18 |
* | vDPA: report virtio-block max segment size to user space | Zhu Lingshan | 2024-03-19 | 1 | -0/+17 |
* | vDPA: report virtio-block capacity to user space | Zhu Lingshan | 2024-03-19 | 1 | -0/+35 |
* | vdpa: make vdpa_bus const | Ricardo B. Marliere | 2024-03-19 | 1 | -1/+1 |
* | vDPA/ifcvf: implement vdpa_config_ops.get_vq_num_min | Zhu Lingshan | 2024-03-19 | 2 | -0/+7 |
* | vDPA/ifcvf: get_max_vq_size to return max size | Zhu Lingshan | 2024-03-19 | 1 | -5/+1 |
* | vduse: implement vdpa_config_ops.get_vq_size for vduse | Zhu Lingshan | 2024-03-19 | 1 | -0/+12 |
* | vdpa_sim: implement vdpa_config_ops.get_vq_size for vDPA simulator | Zhu Lingshan | 2024-03-19 | 1 | -0/+12 |
* | eni_vdpa: implement vdpa_config_ops.get_vq_size | Zhu Lingshan | 2024-03-19 | 1 | -0/+8 |
* | vp_vdpa: implement vdpa_config_ops.get_vq_size | Zhu Lingshan | 2024-03-19 | 1 | -0/+8 |
* | vDPA/ifcvf: implement vdpa_config_ops.get_vq_size | Zhu Lingshan | 2024-03-19 | 3 | -1/+14 |
* | vdpa/pds: fixes for VF vdpa flr-aer handling | Shannon Nelson | 2024-03-19 | 3 | -4/+19 |
* | vduse: implement DMA sync callbacks | Maxime Coquelin | 2024-03-19 | 3 | -3/+54 |
* | vdpa/mlx5: Allow CVQ size changes | Jonah Palmer | 2024-03-19 | 1 | -4/+9 |
* | vdpa_sim: reset must not run | Steve Sistare | 2024-03-19 | 1 | -1/+2 |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2024-01-19 | 5 | -41/+257 |
|\ |
|
| * | vdpa/mlx5: Add mkey leak detection | Dragos Tatulea | 2024-01-10 | 3 | -0/+27 |
| * | vdpa/mlx5: Introduce reference counting to mrs | Dragos Tatulea | 2024-01-10 | 3 | -25/+78 |
| * | vdpa/mlx5: Use vq suspend/resume during .set_map | Dragos Tatulea | 2024-01-10 | 1 | -8/+38 |
| * | vdpa/mlx5: Mark vq state for modification in hw vq | Dragos Tatulea | 2024-01-10 | 1 | -0/+8 |
| * | vdpa/mlx5: Mark vq addrs for modification in hw vq | Dragos Tatulea | 2024-01-10 | 1 | -0/+9 |
| * | vdpa/mlx5: Introduce per vq and device resume | Dragos Tatulea | 2024-01-10 | 1 | -7/+62 |
| * | vdpa/mlx5: Allow modifying multiple vq fields in one modify command | Dragos Tatulea | 2024-01-10 | 1 | -8/+40 |
| * | vdpa: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 2023-12-27 | 1 | -2/+2 |
| * | vdpa: Fix an error handling path in eni_vdpa_probe() | Christophe JAILLET | 2023-12-25 | 1 | -2/+4 |
* | | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2024-01-08 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Merge branch 'vfs.file' | Christian Brauner | 2023-12-21 | 1 | -1/+1 |
| |\ |
|
| | * | file: remove __receive_fd() | Christian Brauner | 2023-12-12 | 1 | -1/+1 |
| * | | eventfd: simplify eventfd_signal() | Christian Brauner | 2023-11-28 | 1 | -3/+3 |
| |/ |
|
* | | pds_vdpa: set features order | Shannon Nelson | 2023-12-01 | 1 | -2/+1 |
* | | pds_vdpa: clear config callback when status goes to 0 | Shannon Nelson | 2023-12-01 | 1 | -1/+3 |
* | | pds_vdpa: fix up format-truncation complaint | Shannon Nelson | 2023-12-01 | 1 | -1/+1 |
* | | vdpa/mlx5: preserve CVQ vringh index | Steve Sistare | 2023-12-01 | 1 | -1/+6 |
* | | vdpa_sim_blk: allocate the buffer zeroed | Stefano Garzarella | 2023-11-01 | 1 | -2/+2 |
|/ |
|
* | vdpa_sim: implement .reset_map support | Si-Wei Liu | 2023-11-01 | 1 | -9/+43 |