summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-04-21vhost_vdpa: fix unmap process in no-batch modeCindy Lu1-7/+1
2023-04-21vdpa_sim_blk: support shared backendStefano Garzarella1-7/+50
2023-04-21vdpa_sim: move buffer allocation in the devicesStefano Garzarella4-21/+57
2023-04-21vdpa/snet: use likely/unlikely macros in hot functionsAlvaro Karsz1-3/+3
2023-04-21vdpa/snet: implement kick_vq_with_data callbackAlvaro Karsz1-0/+13
2023-04-21virtio-vdpa: add VIRTIO_F_NOTIFICATION_DATA feature supportAlvaro Karsz1-2/+21
2023-04-21virtio: add VIRTIO_F_NOTIFICATION_DATA feature supportViktor Prutyanov4-5/+71
2023-04-21vdpa/snet: support the suspend vDPA callbackAlvaro Karsz3-0/+22
2023-04-21vdpa/snet: support getting and setting VQ stateAlvaro Karsz5-71/+387
2023-04-21virtio_ring: don't update event idx on get_bufAlbert Huang1-6/+16
2023-04-21vdpa_sim: add support for user VAStefano Garzarella2-8/+90
2023-04-21vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella4-23/+23
2023-04-21vdpa_sim: use kthread workerStefano Garzarella2-7/+15
2023-04-21vdpa_sim: make devices agnostic for work managementStefano Garzarella4-11/+21
2023-04-21vringh: support VA with iotlbStefano Garzarella1-32/+139
2023-04-21vringh: define the stride used for translationStefano Garzarella1-2/+4
2023-04-21vringh: replace kmap_atomic() with kmap_local_page()Stefano Garzarella1-4/+4
2023-04-21vhost-vdpa: use bind_mm/unbind_mm device callbacksStefano Garzarella1-0/+34
2023-04-21vringh: fix typos in the vringh_init_* documentationStefano Garzarella1-9/+9
2023-04-21vduse: Support specifying bounce buffer size via sysfsXie Yongji1-1/+44
2023-04-21vduse: Delay iova domain creationXie Yongji1-22/+53
2023-04-21vduse: Signal vq trigger eventfd directly if possibleXie Yongji1-4/+26
2023-04-21vdpa: Add eventfd for the vdpa callbackXie Yongji2-0/+3
2023-04-21vduse: Add sysfs interface for irq callback affinityXie Yongji1-11/+113
2023-04-21vduse: Support get_vq_affinity callbackXie Yongji1-0/+9
2023-04-21vduse: Support set_vq_affinity callbackXie Yongji1-7/+54
2023-04-21vduse: Refactor allocation for vduse virtqueuesXie Yongji1-32/+66
2023-04-21virtio-vdpa: Support interrupt affinity spreading mechanismXie Yongji1-0/+68
2023-04-21vdpa: Add set/get_vq_affinity callbacks in vdpa_config_opsXie Yongji1-0/+28
2023-04-21vdpa/mlx5: Extend driver support for new featuresEli Cohen1-16/+40
2023-04-21vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by defaultEli Cohen1-0/+2
2023-04-21virtio_ring: Allow non power of 2 sizes for packed virtqueueFeng Liu1-5/+0
2023-04-21vhost-scsi: Reduce vhost_scsi_mutex useMike Christie1-7/+9
2023-04-21vhost-scsi: Drop vhost_scsi_mutex use in port calloutsMike Christie1-12/+2
2023-04-21vhost-scsi: Check for a cleared backend before queueing an eventMike Christie1-0/+8
2023-04-21vhost-scsi: Drop device mutex use in vhost_scsi_do_plugMike Christie1-3/+0
2023-04-21vhost-scsi: Delay releasing our refcount on the tpgMike Christie1-24/+37
2023-04-21virtio_ring: Use const to annotate read-only pointer paramsFeng Liu1-18/+18
2023-04-21virtio_ring: Avoid using inline for small functionsFeng Liu1-7/+7
2023-04-21vhost: use struct_size and size_add to compute flex array sizesJacob Keller1-4/+2
2023-04-21vdpa/mlx5: Avoid losing link state updatesEli Cohen1-89/+114
2023-04-16Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+17
2023-04-15Merge tag 'i2c-for-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-46/+49
2023-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-12/+8
2023-04-15Merge tag 'block-6.3-2023-04-14' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2023-04-14Merge tag 'acpi-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-0/+8
2023-04-14Merge tag 'pm-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-10/+8
2023-04-14Merge tag 'thermal-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+66
2023-04-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds12-41/+65
2023-04-14Merge branch 'acpi-x86'Rafael J. Wysocki1-0/+1