- 680ab9d vdpa: Protect vdpa reset with cf_mutex by Eli Cohen · 3 years ago
- f6d955d vdpa: Avoid taking cf_mutex lock on get status by Eli Cohen · 3 years ago
- aba21af vdpa: Allow to configure max data virtqueues by Eli Cohen · 3 years ago
- 73bc0db vdpa: Sync calls set/get config/status with cf_mutex by Eli Cohen · 3 years ago
- a64917b vdpa: Provide interface to read driver features by Eli Cohen · 3 years ago
- 870aaff vdpa: clean up get_config_size ret value handling by Laura Abbott · 3 years ago
- 0800639 vhost/test: fix memory leak of vhost virtqueues by Xianting Tian · 3 years ago
- 23118b0 vdpa: Avoid duplicate call to vp_vdpa get_status by Eugenio Pérez · 3 years, 2 months ago
- 3ed21c1 vdpa: check that offsets are within bounds by Dan Carpenter · 3 years, 1 month ago
- ea8f17e vhost-vdpa: clean irqs before reseting vdpa device by Wu Zongyong · 3 years, 1 month ago
- 11708ff vhost/vsock: cleanup removing `len` variable by Stefano Garzarella · 3 years, 1 month ago
- 49d8c5f vhost/vsock: fix incorrect used length reported to the guest by Stefano Garzarella · 3 years, 1 month ago
- 6dbb1f1 vdpa: Introduce and use vdpa device get, set config helpers by Parav Pandit · 3 years, 2 months ago
- 3bb50f8 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 2 months ago
- bcef935 vhost-vdpa: Fix the wrong input in config_cb by Cindy Lu · 3 years, 3 months ago
- 97f854b vhost_vdpa: unset vq irq before freeing irq by Wu Zongyong · 3 years, 3 months ago
- d33bec7 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 3 months ago
- fc0c054 Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 3 months ago
- be9c6ba vdpa: potential uninitialized return in vhost_vdpa_va_map() by Dan Carpenter · 3 years, 4 months ago
- 78e7095 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 4 months ago
- 3c4cea8 vhost_net: fix OoB on sendmsg() failure. by Paolo Abeni · 3 years, 4 months ago
- d8945ec vdpa: Support transferring virtual addressing during DMA mapping by Xie Yongji · 3 years, 4 months ago
- 22af48c vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap() by Xie Yongji · 3 years, 4 months ago
- c10fb94 vdpa: Add an opaque pointer for vdpa_config_ops.dma_map() by Xie Yongji · 3 years, 4 months ago
- 59dfe4f vhost-iotlb: Add an opaque pointer for vhost IOTLB by Xie Yongji · 3 years, 4 months ago
- 7f05630 vhost-vdpa: Handle the failure of vdpa_reset() by Xie Yongji · 3 years, 4 months ago
- 0686082 vdpa: Add reset callback in vdpa_config_ops by Xie Yongji · 3 years, 4 months ago
- 729ce5a vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macro by Cai Huoqing · 3 years, 5 months ago
- 1af7e55 vhost/vsock: support MSG_EOR bit processing by Arseny Krasnov · 3 years, 4 months ago
- 9af8f10 virtio/vsock: rename 'EOR' to 'EOM' bit. by Arseny Krasnov · 3 years, 4 months ago
- 23b228c vhost scsi: Convert to SPDX identifier by Cai Huoqing · 3 years, 4 months ago
- 723783d sock: remove one redundant SKB_FRAG_PAGE_ORDER macro by Yunsheng Lin · 3 years, 4 months ago
- e74cfa9 vringh: Use wiov->used to check for read/write desc order by Neeraj Upadhyay · 3 years, 6 months ago
- f7ad318 vhost: Fix the calculation in vhost_overflow() by Xie Yongji · 3 years, 5 months ago
- 0e39829 vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update() by Xie Yongji · 3 years, 5 months ago
- 530a567 vdpa: support packed virtqueue for set/get_vq_state() by Jason Wang · 3 years, 7 months ago
- d8f35f4 vhost: fix up vhost_work coding style by Mike Christie · 3 years, 7 months ago
- efb18e1 vhost: fix poll coding style by Mike Christie · 3 years, 7 months ago
- d60146c vhost-scsi: reduce flushes during endpoint clearing by Mike Christie · 3 years, 7 months ago
- 31fbea3 vhost-scsi: remove extra flushes by Mike Christie · 3 years, 7 months ago
- 1465cb6 vhost: remove work arg from vhost_work_flush by Mike Christie · 3 years, 7 months ago
- 7a43ce37c vhost: Remove the repeated declaration by Shaokun Zhang · 3 years, 7 months ago
- 8693059 vhost-iotlb: fix vhost_iotlb_del_range() documentation by Stefano Garzarella · 3 years, 8 months ago
- e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
- ced7b71 vhost/vsock: support SEQPACKET for transport by Arseny Krasnov · 3 years, 7 months ago
- 224bf7d vhost_net: use XDP helpers by Matteo Croce · 3 years, 8 months ago
- 16bb86b Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 8 months ago
- 9d6d97b vhost/vdpa: Remove the restriction that only supports virtio-net devices by Xie Yongji · 3 years, 10 months ago
- d6d8bb9 vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate() by Stefano Garzarella · 3 years, 10 months ago
- b8c06ad vringh: implement vringh_kiov_advance() by Stefano Garzarella · 3 years, 10 months ago
- 69c13c5 vringh: explain more about cleaning riov and wiov by Stefano Garzarella · 3 years, 10 months ago
- bbc2c37 vringh: reset kiov 'consumed' field in __vringh_iov() by Stefano Garzarella · 3 years, 10 months ago
- f53d991 vringh: add 'iotlb_lock' to synchronize iotlb accesses by Stefano Garzarella · 3 years, 10 months ago
- 3a3e0fa vhost-vdpa: fix vm_flags for virtqueue doorbell mapping by Jason Wang · 3 years, 9 months ago
- 4f97010 Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 3 years, 8 months ago
- d72cd4a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 8 months ago
- a9d0645 vhost-vdpa: protect concurrent access to vhost device iotlb by Xie Yongji · 3 years, 9 months ago
- 49d11527 Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unisoc', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 3 years, 9 months ago
- bc9a05e iommu: remove DOMAIN_ATTR_GEOMETRY by Christoph Hellwig · 3 years, 9 months ago
- bf152b0 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 9 months ago
- 0bde59c vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() fails by Stefano Garzarella · 3 years, 10 months ago
- f6bbf00 vhost-vdpa: fix use-after-free of v->config_ctx by Stefano Garzarella · 3 years, 10 months ago
- beb691e vhost: Fix vhost_vq_reset() by Laurent Vivier · 3 years, 10 months ago
- 4c05028 vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocation by Gautam Dawar · 3 years, 10 months ago
- 6ec29cb scsi: target: vhost-scsi: Use LIO wq cmd submission helper by Mike Christie · 3 years, 10 months ago
- 0869419 scsi: target: core: Add gfp_t arg to target_cmd_init_cdb() by Mike Christie · 3 years, 10 months ago
- eb92980 scsi: target: vhost-scsi: Convert to new submission API by Mike Christie · 3 years, 10 months ago
- c548e62 scsi: sbitmap: Move allocation hint into sbitmap by Ming Lei · 4 years ago
- efe1f3a scsi: sbitmap: Maintain allocation round_robin in sbitmap by Ming Lei · 4 years ago
- ffc1759 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 10 months ago
- 489084d vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delay by Dongli Zhang · 4 years ago
- dc9c9e7 vhost_net: avoid tx queue stuck when sendmsg fails by Yunjian Wang · 4 years ago
- 833d22f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
- 9ee5e5a tap/tun: add skb_zcopy_init() helper for initialization. by Jonathan Lemon · 4 years ago
- 3617783 skbuff: Add skb parameter to the ubuf zerocopy callback by Jonathan Lemon · 4 years ago
- 9f1abbe Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years ago
- aa35e45 Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years ago
- 01e31be vhost_net: fix ubuf refcount incorrectly when sendmsg fails by Yunjian Wang · 4 years ago
- e13a691 vhost/vsock: add IOTLB API support by Stefano Garzarella · 4 years ago
- 6414548 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years ago
- 2e1139d vhost scsi: fix error return code in vhost_scsi_set_endpoint() by Zhang Changzhong · 4 years, 1 month ago
- 0ab4b89 vhost_vdpa: switch to vmemdup_user() by Tian Tao · 4 years, 2 months ago
- 3a99974 vhost: vringh: use krealloc_array() by Bartosz Golaszewski · 4 years ago
- 2c60274 vhost_vdpa: return -EFAULT if copy_to_user() fails by Dan Carpenter · 4 years, 1 month ago
- ad89653f vhost-vdpa: fix page pinning leakage in error path (rework) by Si-Wei Liu · 4 years, 2 months ago
- 8009b0f vringh: fix vringh_iov_push_*() documentation by Stefano Garzarella · 4 years, 1 month ago
- b4fffc1 vhost scsi: fix lun reset completion handling by Mike Christie · 4 years, 1 month ago
- efd838f vhost scsi: Add support for LUN resets. by Mike Christie · 4 years, 2 months ago
- 18f1bec vhost scsi: add lun parser helper by Mike Christie · 4 years, 2 months ago
- 47a3565 vhost scsi: fix cmd completion race by Mike Christie · 4 years, 2 months ago
- 25b98b6 vhost scsi: alloc cmds per vq instead of session by Mike Christie · 4 years, 2 months ago
- 6bcf342 vhost: add helper to check if a vq has been setup by Mike Christie · 4 years, 2 months ago
- e01afe3 vdpa: handle irq bypass register failure case by Zhu Lingshan · 4 years, 2 months ago
- 5e1a314 Revert "vhost-vdpa: fix page pinning leakage in error path" by Michael S. Tsirkin · 4 years, 2 months ago
- 7922460 vhost_vdpa: Return -EFAULT if copy_from_user() fails by Dan Carpenter · 4 years, 2 months ago
- 1b48dc0 vhost: vdpa: report iova range by Jason Wang · 4 years, 2 months ago
- 86e182f vhost_vdpa: remove unnecessary spin_lock in vhost_vring_call by Zhu Lingshan · 4 years, 4 months ago
- 5745bcf vringh: fix __vringh_iov() when riov and wiov are different by Stefano Garzarella · 4 years, 3 months ago
- b9747fd vhost_vdpa: Fix duplicate included kernel.h by Tian Tao · 4 years, 3 months ago
- 5e5e873 vhost: reduce stack usage in log_used by Li Wang · 4 years, 3 months ago