Age | Commit message (Expand) | Author |
2021-07-08 | vdpa: support packed virtqueue for set/get_vq_state() | Jason Wang |
2021-07-03 | vhost: fix up vhost_work coding style | Mike Christie |
2021-07-03 | vhost: fix poll coding style | Mike Christie |
2021-07-03 | vhost-scsi: reduce flushes during endpoint clearing | Mike Christie |
2021-07-03 | vhost-scsi: remove extra flushes | Mike Christie |
2021-07-03 | vhost: remove work arg from vhost_work_flush | Mike Christie |
2021-07-03 | vhost: Remove the repeated declaration | Shaokun Zhang |
2021-07-03 | vhost-iotlb: fix vhost_iotlb_del_range() documentation | Stefano Garzarella |
2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring |
2021-06-11 | vhost/vsock: support SEQPACKET for transport | Arseny Krasnov |
2021-05-14 | vhost_net: use XDP helpers | Matteo Croce |
2021-05-05 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2021-05-03 | vhost/vdpa: Remove the restriction that only supports virtio-net devices | Xie Yongji |
2021-05-03 | vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate() | Stefano Garzarella |
2021-05-03 | vringh: implement vringh_kiov_advance() | Stefano Garzarella |
2021-05-03 | vringh: explain more about cleaning riov and wiov | Stefano Garzarella |
2021-05-03 | vringh: reset kiov 'consumed' field in __vringh_iov() | Stefano Garzarella |
2021-05-03 | vringh: add 'iotlb_lock' to synchronize iotlb accesses | Stefano Garzarella |
2021-05-03 | vhost-vdpa: fix vm_flags for virtqueue doorbell mapping | Jason Wang |
2021-05-01 | Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-04-28 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2021-04-22 | vhost-vdpa: protect concurrent access to vhost device iotlb | Xie Yongji |
2021-04-16 | Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis... | Joerg Roedel |
2021-04-07 | iommu: remove DOMAIN_ATTR_GEOMETRY | Christoph Hellwig |
2021-03-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2021-03-14 | vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() fails | Stefano Garzarella |
2021-03-14 | vhost-vdpa: fix use-after-free of v->config_ctx | Stefano Garzarella |
2021-03-14 | vhost: Fix vhost_vq_reset() | Laurent Vivier |
2021-03-14 | vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocation | Gautam Dawar |
2021-03-04 | scsi: target: vhost-scsi: Use LIO wq cmd submission helper | Mike Christie |
2021-03-04 | scsi: target: core: Add gfp_t arg to target_cmd_init_cdb() | Mike Christie |
2021-03-04 | scsi: target: vhost-scsi: Convert to new submission API | Mike Christie |
2021-03-04 | scsi: sbitmap: Move allocation hint into sbitmap | Ming Lei |
2021-03-04 | scsi: sbitmap: Maintain allocation round_robin in sbitmap | Ming Lei |
2021-02-25 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2021-02-23 | vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delay | Dongli Zhang |
2021-01-19 | vhost_net: avoid tx queue stuck when sendmsg fails | Yunjian Wang |
2021-01-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-01-07 | tap/tun: add skb_zcopy_init() helper for initialization. | Jonathan Lemon |
2021-01-07 | skbuff: Add skb parameter to the ubuf zerocopy callback | Jonathan Lemon |
2021-01-05 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2021-01-05 | Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-01-04 | vhost_net: fix ubuf refcount incorrectly when sendmsg fails | Yunjian Wang |
2020-12-27 | vhost/vsock: add IOTLB API support | Stefano Garzarella |
2020-12-24 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2020-12-18 | vhost scsi: fix error return code in vhost_scsi_set_endpoint() | Zhang Changzhong |
2020-12-18 | vhost_vdpa: switch to vmemdup_user() | Tian Tao |
2020-12-15 | vhost: vringh: use krealloc_array() | Bartosz Golaszewski |
2020-12-02 | vhost_vdpa: return -EFAULT if copy_to_user() fails | Dan Carpenter |
2020-11-25 | vhost-vdpa: fix page pinning leakage in error path (rework) | Si-Wei Liu |