summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* vhost-vdpa: free iommu domain after last use during cleanupGautam Dawar2023-03-131-1/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-02-257-13/+46
|\
| * vhost-vdpa: print warning when vhost_vdpa_alloc_domain failsAlvaro Karsz2023-02-201-1/+4
| * vhost-net: support VIRTIO_F_RING_RESETKangjie Xu2023-02-201-1/+2
| * vhost-scsi: convert sysfs snprintf and sprintf to sysfs_emitBo Liu2023-02-201-3/+3
| * vhost: remove unused parameteLiming Wu2023-02-204-4/+4
| * vhost-test: remove meaningless debug infoLiming Wu2023-02-201-3/+0
| * vhost-vdpa: uAPI to resume the deviceSebastien Boeuf2023-02-201-0/+18
| * vhost-vdpa: Introduce RESUME backend feature bitSebastien Boeuf2023-02-201-1/+15
* | Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-241-1/+1
|\ \
| | \
| | \
| *-. \ Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel2023-02-181-1/+1
| |\ \ \ | | |_|/ | |/| |
| | | * iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-251-1/+1
| | |/
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\ \ \
| * | | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| | |/ | |/|
* | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-125/+89
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-024-5/+23
| |\ \ \ | | | |/ | | |/|
| * | | virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman2023-01-161-125/+89
| | |/ | |/|
* | | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-3/+2
|\ \ \ | |_|/ |/| |
| * | vringh: use bvec_set_page to initialize a bvecChristoph Hellwig2023-02-031-3/+2
| |/
* | vhost-scsi: unbreak any layout for responseJason Wang2023-01-271-4/+17
* | vhost/net: Clear the pending messages when the backend is removedEric Auger2023-01-273-1/+6
|/
* vhost_vdpa: fix the crash in unmap a large memoryCindy Lu2022-12-281-20/+26
* vhost-vdpa: fix an iotlb memory leakStefano Garzarella2022-12-281-4/+8
* vhost: fix range used in translate_desc()Stefano Garzarella2022-12-281-2/+2
* vringh: fix range used in iotlb_translate()Stefano Garzarella2022-12-281-3/+2
* vhost/vsock: Fix error handling in vhost_vsock_init()Yuan Can2022-12-281-1/+8
* use less confusing names for iov_iter direction initializersAl Viro2022-11-255-15/+15
* [vhost] fix 'direction' argument of iov_iter_{init,bvec}()Al Viro2022-11-252-5/+5
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-10-101-2/+2
|\
| * vhost: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-10-071-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-1/+1
|\ \
| * | vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa2022-09-291-1/+1
| |/
* / vhost/net: use struct ubuf_info_msgzcPavel Begunkov2022-09-281-7/+8
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-123-48/+153
|\
| * vhost-vdpa: uAPI to suspend the deviceEugenio Pérez2022-08-111-0/+19
| * vhost-vdpa: introduce SUSPEND backend feature bitEugenio Pérez2022-08-111-1/+15
| * vhost-vdpa: Call ida_simple_remove() when failedBo Liu2022-08-111-0/+1
| * vhost scsi: Allow user to control num virtqueuesMike Christie2022-08-111-24/+61
| * vhost-scsi: Fix max number of virtqueuesMike Christie2022-08-111-1/+1
| * vdpa: Use device_iommu_capable()Robin Murphy2022-08-111-1/+1
| * vringh: iterate on iotlb_translate to handle large translationsStefano Garzarella2022-08-111-22/+56
* | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-081-3/+1
|/
* vhost-vdpa: call vhost_vdpa_cleanup during the releaseStefano Garzarella2022-06-271-1/+1
* vdpa: make get_vq_group and set_group_asid optionalJason Wang2022-06-091-0/+2
* vringh: Fix loop descriptors check in the indirect casesXie Yongji2022-06-081-2/+8
* vhost: rename vhost_work_dev_flushMike Christie2022-05-316-11/+11
* vhost-test: drop flush after vhost_dev_cleanupMike Christie2022-05-311-3/+0
* vhost-scsi: drop flush after vhost_dev_cleanupMike Christie2022-05-311-2/+0
* vhost_vsock: simplify vhost_vsock_flush()Andrey Ryabinin2022-05-311-5/+0
* vhost_test: remove vhost_test_flush_vq()Andrey Ryabinin2022-05-311-8/+3