summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)Author
2023-07-03vhost_scsi: make SCSI cmd completion per vqMike Christie
2023-07-03vhost_sock: convert to vhost_vq_work_queueMike Christie
2023-07-03vhost: convert poll work to be vq basedMike Christie
2023-07-03vhost: take worker or vq for flushingMike Christie
2023-07-03vhost: take worker or vq instead of dev for queueingMike Christie
2023-07-03vhost, vhost_net: add helper to check if vq has workMike Christie
2023-07-03vhost: add vhost_worker pointer to vhost_virtqueueMike Christie
2023-07-03vhost: dynamically allocate vhost_workerMike Christie
2023-07-03vhost: create worker at end of vhost_dev_set_ownerMike Christie
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-06-09vhost_vdpa: support PACKED when setting-getting vring_baseShannon Nelson
2023-06-09vhost: support PACKED when setting-getting vring_baseShannon Nelson
2023-06-08vhost: Fix worker hangs due to missed wake up callsMike Christie
2023-06-08vhost: Fix crash during early vhost_transport_send_pkt callsMike Christie
2023-06-08vhost_net: revert upend_idx only on retriable errorAndrey Smetanin
2023-06-08vhost_vdpa: tell vqs about the negotiatedShannon Nelson
2023-06-07vhost: use kzalloc() instead of kmalloc() followed by memset()Prathu Baronia
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-21Merge branch 'v6.3-rc7'Peter Zijlstra
2023-04-21vhost_vdpa: fix unmap process in no-batch modeCindy Lu
2023-04-21vringh: support VA with iotlbStefano Garzarella
2023-04-21vringh: define the stride used for translationStefano Garzarella
2023-04-21vringh: replace kmap_atomic() with kmap_local_page()Stefano Garzarella
2023-04-21vhost-vdpa: use bind_mm/unbind_mm device callbacksStefano Garzarella
2023-04-21vringh: fix typos in the vringh_init_* documentationStefano Garzarella
2023-04-21vdpa: Add eventfd for the vdpa callbackXie Yongji
2023-04-21vhost-scsi: Reduce vhost_scsi_mutex useMike Christie
2023-04-21vhost-scsi: Drop vhost_scsi_mutex use in port calloutsMike Christie
2023-04-21vhost-scsi: Check for a cleared backend before queueing an eventMike Christie
2023-04-21vhost-scsi: Drop device mutex use in vhost_scsi_do_plugMike Christie
2023-04-21vhost-scsi: Delay releasing our refcount on the tpgMike Christie
2023-04-21vhost: use struct_size and size_add to compute flex array sizesJacob Keller
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-04vhost-scsi: Fix crash during LUN unmappingMike Christie
2023-04-04vhost-scsi: Fix vhost_scsi struct use after freeMike Christie
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet
2023-03-30iov_iter: add iter_iovec() helperJens Axboe
2023-03-29vsock: support sockmapBobby Eshleman
2023-03-23vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type *Greg Kroah-Hartman
2023-03-23vhost: use vhost_tasks for worker threadsMike Christie