summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-04-2732-481/+1761
|\
| * vhost_vdpa: fix unmap process in no-batch modeCindy Lu2023-04-211-7/+1
| * MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERSXuan Zhuo2023-04-211-0/+1
| * tools/virtio: fix build caused by virtio_ring changesShunsuke Mie2023-04-214-13/+10
| * virtio_ring: add a struct device forward declarationShunsuke Mie2023-04-211-0/+1
| * vdpa_sim_blk: support shared backendStefano Garzarella2023-04-211-7/+50
| * vdpa_sim: move buffer allocation in the devicesStefano Garzarella2023-04-214-21/+57
| * vdpa/snet: use likely/unlikely macros in hot functionsAlvaro Karsz2023-04-211-3/+3
| * vdpa/snet: implement kick_vq_with_data callbackAlvaro Karsz2023-04-211-0/+13
| * virtio-vdpa: add VIRTIO_F_NOTIFICATION_DATA feature supportAlvaro Karsz2023-04-212-2/+30
| * virtio: add VIRTIO_F_NOTIFICATION_DATA feature supportViktor Prutyanov2023-04-216-5/+79
| * vdpa/snet: support the suspend vDPA callbackAlvaro Karsz2023-04-213-0/+22
| * vdpa/snet: support getting and setting VQ stateAlvaro Karsz2023-04-215-71/+387
| * MAINTAINERS: add vringh.h to Virtio Core and Net DriversSimon Horman2023-04-211-0/+1
| * vringh: address kdoc warningsSimon Horman2023-04-211-2/+15
| * vdpa: address kdoc warningsSimon Horman2023-04-211-3/+11
| * virtio_ring: don't update event idx on get_bufAlbert Huang2023-04-211-6/+16
| * vdpa_sim: add support for user VAStefano Garzarella2023-04-212-8/+90
| * vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella2023-04-214-23/+23
| * vdpa_sim: use kthread workerStefano Garzarella2023-04-212-7/+15
| * vdpa_sim: make devices agnostic for work managementStefano Garzarella2023-04-214-11/+21
| * vringh: support VA with iotlbStefano Garzarella2023-04-212-32/+148
| * vringh: define the stride used for translationStefano Garzarella2023-04-211-2/+4
| * vringh: replace kmap_atomic() with kmap_local_page()Stefano Garzarella2023-04-211-4/+4
| * vhost-vdpa: use bind_mm/unbind_mm device callbacksStefano Garzarella2023-04-211-0/+34
| * vdpa: add bind_mm/unbind_mm callbacksStefano Garzarella2023-04-211-0/+10
| * vringh: fix typos in the vringh_init_* documentationStefano Garzarella2023-04-211-9/+9
| * vduse: Support specifying bounce buffer size via sysfsXie Yongji2023-04-211-1/+44
| * vduse: Delay iova domain creationXie Yongji2023-04-211-22/+53
| * vduse: Signal vq trigger eventfd directly if possibleXie Yongji2023-04-211-4/+26
| * vdpa: Add eventfd for the vdpa callbackXie Yongji2023-04-213-0/+9
| * vduse: Add sysfs interface for irq callback affinityXie Yongji2023-04-211-11/+113
| * vduse: Support get_vq_affinity callbackXie Yongji2023-04-211-0/+9
| * vduse: Support set_vq_affinity callbackXie Yongji2023-04-211-7/+54
| * vduse: Refactor allocation for vduse virtqueuesXie Yongji2023-04-211-32/+66
| * virtio-vdpa: Support interrupt affinity spreading mechanismXie Yongji2023-04-211-0/+68
| * vdpa: Add set/get_vq_affinity callbacks in vdpa_config_opsXie Yongji2023-04-212-0/+41
| * lib/group_cpus: Export group_cpus_evenly()Xie Yongji2023-04-211-0/+1
| * vdpa/mlx5: Extend driver support for new featuresEli Cohen2023-04-211-16/+40
| * vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by defaultEli Cohen2023-04-211-0/+2
| * virtio_ring: Allow non power of 2 sizes for packed virtqueueFeng Liu2023-04-211-5/+0
| * vhost-scsi: Reduce vhost_scsi_mutex useMike Christie2023-04-211-7/+9
| * vhost-scsi: Drop vhost_scsi_mutex use in port calloutsMike Christie2023-04-211-12/+2
| * vhost-scsi: Check for a cleared backend before queueing an eventMike Christie2023-04-211-0/+8
| * vhost-scsi: Drop device mutex use in vhost_scsi_do_plugMike Christie2023-04-211-3/+0
| * vhost-scsi: Delay releasing our refcount on the tpgMike Christie2023-04-211-24/+37
| * virtio_ring: Use const to annotate read-only pointer paramsFeng Liu2023-04-212-25/+25
| * virtio_ring: Avoid using inline for small functionsFeng Liu2023-04-211-7/+7
| * tools/virtio: virtio_test -h,--help should return directlyRong Tao2023-04-211-5/+5
| * tools/virtio: virtio_test: Fix indentationRong Tao2023-04-211-1/+1