summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)AuthorLines
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-30/+55
2021-05-03vhost/vdpa: Remove the restriction that only supports virtio-net devicesXie Yongji-5/+1
2021-05-03vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()Stefano Garzarella-7/+2
2021-05-03vringh: implement vringh_kiov_advance()Stefano Garzarella-12/+29
2021-05-03vringh: explain more about cleaning riov and wiovStefano Garzarella-3/+12
2021-05-03vringh: reset kiov 'consumed' field in __vringh_iov()Stefano Garzarella-2/+2
2021-05-03vringh: add 'iotlb_lock' to synchronize iotlb accessesStefano Garzarella-1/+8
2021-05-03vhost-vdpa: fix vm_flags for virtqueue doorbell mappingJason Wang-0/+1
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+3
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-42/+16
2021-04-22vhost-vdpa: protect concurrent access to vhost device iotlbXie Yongji-1/+5
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel-7/+3
2021-04-07iommu: remove DOMAIN_ATTR_GEOMETRYChristoph Hellwig-7/+3
2021-03-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-10/+12
2021-03-14vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() failsStefano Garzarella-2/+6
2021-03-14vhost-vdpa: fix use-after-free of v->config_ctxStefano Garzarella-1/+3
2021-03-14vhost: Fix vhost_vq_reset()Laurent Vivier-1/+1
2021-03-14vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocationGautam Dawar-6/+2
2021-03-04scsi: target: vhost-scsi: Use LIO wq cmd submission helperMike Christie-30/+6
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie-1/+1
2021-03-04scsi: target: vhost-scsi: Convert to new submission APIMike Christie-11/+9
2021-03-04scsi: sbitmap: Move allocation hint into sbitmapMing Lei-2/+2
2021-03-04scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei-2/+2
2021-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-6/+3
2021-02-23vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delayDongli Zhang-6/+3
2021-01-19vhost_net: avoid tx queue stuck when sendmsg failsYunjian Wang-12/+14
2021-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+65
2021-01-07tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon-0/+1
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon-1/+2
2021-01-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-3/+65
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+3
2021-01-04vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang-3/+3
2020-12-27vhost/vsock: add IOTLB API supportStefano Garzarella-3/+65
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-8/+5
2020-12-18vhost scsi: fix error return code in vhost_scsi_set_endpoint()Zhang Changzhong-1/+2
2020-12-18vhost_vdpa: switch to vmemdup_user()Tian Tao-7/+3
2020-12-15vhost: vringh: use krealloc_array()Bartosz Golaszewski-1/+2
2020-12-02vhost_vdpa: return -EFAULT if copy_to_user() failsDan Carpenter-1/+3
2020-11-25vhost-vdpa: fix page pinning leakage in error path (rework)Si-Wei Liu-18/+62
2020-11-25vringh: fix vringh_iov_push_*() documentationStefano Garzarella-3/+3
2020-11-25vhost scsi: fix lun reset completion handlingMike Christie-1/+3
2020-11-15vhost scsi: Add support for LUN resets.Mike Christie-13/+134
2020-11-15vhost scsi: add lun parser helperMike Christie-2/+7
2020-11-15vhost scsi: fix cmd completion raceMike Christie-27/+15
2020-11-15vhost scsi: alloc cmds per vq instead of sessionMike Christie-79/+128
2020-11-15vhost: add helper to check if a vq has been setupMike Christie-0/+7
2020-10-30vdpa: handle irq bypass register failure caseZhu Lingshan-0/+3
2020-10-30Revert "vhost-vdpa: fix page pinning leakage in error path"Michael S. Tsirkin-71/+48
2020-10-30vhost_vdpa: Return -EFAULT if copy_from_user() failsDan Carpenter-5/+5
2020-10-23vhost: vdpa: report iova rangeJason Wang-0/+41