aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Gravatar Lorenzo Stoakes 1-1/+1
2023-06-09vhost_vdpa: support PACKED when setting-getting vring_baseGravatar Shannon Nelson 1-4/+17
2023-06-09vhost: support PACKED when setting-getting vring_baseGravatar Shannon Nelson 2-7/+19
2023-06-08vhost: Fix worker hangs due to missed wake up callsGravatar Mike Christie 1-0/+2
2023-06-08vhost: Fix crash during early vhost_transport_send_pkt callsGravatar Mike Christie 2-34/+18
2023-06-08vhost_net: revert upend_idx only on retriable errorGravatar Andrey Smetanin 1-3/+8
2023-06-08vhost_vdpa: tell vqs about the negotiatedGravatar Shannon Nelson 1-0/+13
2023-06-07vhost: use kzalloc() instead of kmalloc() followed by memset()Gravatar Prathu Baronia 1-3/+2
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionGravatar Mike Christie 1-17/+5
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+1
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 4-98/+245
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+1
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-31/+0
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-67/+73
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-04-21Merge branch 'v6.3-rc7'Gravatar Peter Zijlstra 1-32/+7
2023-04-21vhost_vdpa: fix unmap process in no-batch modeGravatar Cindy Lu 1-7/+1
2023-04-21vringh: support VA with iotlbGravatar Stefano Garzarella 1-32/+139
2023-04-21vringh: define the stride used for translationGravatar Stefano Garzarella 1-2/+4
2023-04-21vringh: replace kmap_atomic() with kmap_local_page()Gravatar Stefano Garzarella 1-4/+4
2023-04-21vhost-vdpa: use bind_mm/unbind_mm device callbacksGravatar Stefano Garzarella 1-0/+34
2023-04-21vringh: fix typos in the vringh_init_* documentationGravatar Stefano Garzarella 1-9/+9
2023-04-21vdpa: Add eventfd for the vdpa callbackGravatar Xie Yongji 1-0/+2
2023-04-21vhost-scsi: Reduce vhost_scsi_mutex useGravatar Mike Christie 1-7/+9
2023-04-21vhost-scsi: Drop vhost_scsi_mutex use in port calloutsGravatar Mike Christie 1-12/+2
2023-04-21vhost-scsi: Check for a cleared backend before queueing an eventGravatar Mike Christie 1-0/+8
2023-04-21vhost-scsi: Drop device mutex use in vhost_scsi_do_plugGravatar Mike Christie 1-3/+0
2023-04-21vhost-scsi: Delay releasing our refcount on the tpgGravatar Mike Christie 1-24/+37
2023-04-21vhost: use struct_size and size_add to compute flex array sizesGravatar Jacob Keller 1-4/+2
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-32/+7
2023-04-04vhost-scsi: Fix crash during LUN unmappingGravatar Mike Christie 1-32/+4
2023-04-04vhost-scsi: Fix vhost_scsi struct use after freeGravatar Mike Christie 1-0/+3
2023-04-03Merge 6.3-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-1/+2
2023-03-30docs: move x86 documentation into Documentation/arch/Gravatar Jonathan Corbet 1-1/+1
2023-03-30iov_iter: add iter_iovec() helperGravatar Jens Axboe 1-1/+1
2023-03-29vsock: support sockmapGravatar Bobby Eshleman 1-0/+1
2023-03-23vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type *Gravatar Greg Kroah-Hartman 1-1/+1
2023-03-23vhost: use vhost_tasks for worker threadsGravatar Mike Christie 2-49/+15
2023-03-23vhost: move worker thread fields to new structGravatar Mike Christie 2-37/+72
2023-03-23vhost_task: Allow vhost layer to use copy_processGravatar Mike Christie 1-0/+5
2023-03-22vhost: Fix livepatch timeouts in vhost_worker()Gravatar Josh Poimboeuf 1-2/+1
2023-03-16scsi: vhost-scsi: Remove default fabric ops calloutsGravatar Dmitry Bogdanov 1-31/+0
2023-03-13vhost-vdpa: free iommu domain after last use during cleanupGravatar Gautam Dawar 1-1/+2
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 7-13/+46
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-125/+89
2023-02-20vhost-vdpa: print warning when vhost_vdpa_alloc_domain failsGravatar Alvaro Karsz 1-1/+4