summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)Author
2021-09-22vhost_net: fix OoB on sendmsg() failure.Paolo Abeni
2021-08-11vringh: Use wiov->used to check for read/write desc orderNeeraj Upadhyay
2021-08-11vhost: Fix the calculation in vhost_overflow()Xie Yongji
2021-08-10vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()Xie Yongji
2021-07-08vdpa: support packed virtqueue for set/get_vq_state()Jason Wang
2021-07-03vhost: fix up vhost_work coding styleMike Christie
2021-07-03vhost: fix poll coding styleMike Christie
2021-07-03vhost-scsi: reduce flushes during endpoint clearingMike Christie
2021-07-03vhost-scsi: remove extra flushesMike Christie
2021-07-03vhost: remove work arg from vhost_work_flushMike Christie
2021-07-03vhost: Remove the repeated declarationShaokun Zhang
2021-07-03vhost-iotlb: fix vhost_iotlb_del_range() documentationStefano Garzarella
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-11vhost/vsock: support SEQPACKET for transportArseny Krasnov
2021-05-14vhost_net: use XDP helpersMatteo Croce
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-05-03vhost/vdpa: Remove the restriction that only supports virtio-net devicesXie Yongji
2021-05-03vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()Stefano Garzarella
2021-05-03vringh: implement vringh_kiov_advance()Stefano Garzarella
2021-05-03vringh: explain more about cleaning riov and wiovStefano Garzarella
2021-05-03vringh: reset kiov 'consumed' field in __vringh_iov()Stefano Garzarella
2021-05-03vringh: add 'iotlb_lock' to synchronize iotlb accessesStefano Garzarella
2021-05-03vhost-vdpa: fix vm_flags for virtqueue doorbell mappingJason Wang
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-04-22vhost-vdpa: protect concurrent access to vhost device iotlbXie Yongji
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel
2021-04-07iommu: remove DOMAIN_ATTR_GEOMETRYChristoph Hellwig
2021-03-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-03-14vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() failsStefano Garzarella
2021-03-14vhost-vdpa: fix use-after-free of v->config_ctxStefano Garzarella
2021-03-14vhost: Fix vhost_vq_reset()Laurent Vivier
2021-03-14vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocationGautam Dawar
2021-03-04scsi: target: vhost-scsi: Use LIO wq cmd submission helperMike Christie
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie
2021-03-04scsi: target: vhost-scsi: Convert to new submission APIMike Christie
2021-03-04scsi: sbitmap: Move allocation hint into sbitmapMing Lei
2021-03-04scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei
2021-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-02-23vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delayDongli Zhang
2021-01-19vhost_net: avoid tx queue stuck when sendmsg failsYunjian Wang
2021-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-07tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon
2021-01-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-01-04vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang
2020-12-27vhost/vsock: add IOTLB API supportStefano Garzarella
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-12-18vhost scsi: fix error return code in vhost_scsi_set_endpoint()Zhang Changzhong