summaryrefslogtreecommitdiffstats
path: root/drivers/vhost (follow)
Commit message (Expand)AuthorAgeFilesLines
* vringh: fix typos in the vringh_init_* documentationStefano Garzarella2023-04-211-9/+9
* vdpa: Add eventfd for the vdpa callbackXie Yongji2023-04-211-0/+2
* 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
* vhost: use struct_size and size_add to compute flex array sizesJacob Keller2023-04-211-4/+2
* vhost-scsi: Fix crash during LUN unmappingMike Christie2023-04-041-32/+4
* vhost-scsi: Fix vhost_scsi struct use after freeMike Christie2023-04-041-0/+3
* 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-211-1/+4
| * vhost-net: support VIRTIO_F_RING_RESETKangjie Xu2023-02-211-1/+2
| * vhost-scsi: convert sysfs snprintf and sprintf to sysfs_emitBo Liu2023-02-211-3/+3
| * vhost: remove unused parameteLiming Wu2023-02-214-4/+4
| * vhost-test: remove meaningless debug infoLiming Wu2023-02-211-3/+0
| * vhost-vdpa: uAPI to resume the deviceSebastien Boeuf2023-02-211-0/+18
| * vhost-vdpa: Introduce RESUME backend feature bitSebastien Boeuf2023-02-211-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-241-1/+1
|\ \ \
| * | | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-101-1/+1
| | |/ | |/|
* | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-221-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-041-1/+1
|\ \
| * | vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa2022-09-301-1/+1
| |/
* / vhost/net: use struct ubuf_info_msgzcPavel Begunkov2022-09-291-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