Age | Commit message (Expand) | Author |
2021-11-01 | vdpa: Introduce and use vdpa device get, set config helpers | Parav Pandit |
2021-10-17 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2021-10-13 | vhost-vdpa: Fix the wrong input in config_cb | Cindy Lu |
2021-10-13 | vhost_vdpa: unset vq irq before freeing irq | Wu Zongyong |
2021-09-28 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2021-09-16 | Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-09-14 | vdpa: potential uninitialized return in vhost_vdpa_va_map() | Dan Carpenter |
2021-09-11 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2021-09-09 | vhost_net: fix OoB on sendmsg() failure. | Paolo Abeni |
2021-09-06 | vdpa: Support transferring virtual addressing during DMA mapping | Xie Yongji |
2021-09-06 | vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap() | Xie Yongji |
2021-09-06 | vdpa: Add an opaque pointer for vdpa_config_ops.dma_map() | Xie Yongji |
2021-09-06 | vhost-iotlb: Add an opaque pointer for vhost IOTLB | Xie Yongji |
2021-09-06 | vhost-vdpa: Handle the failure of vdpa_reset() | Xie Yongji |
2021-09-06 | vdpa: Add reset callback in vdpa_config_ops | Xie Yongji |
2021-09-06 | vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macro | Cai Huoqing |
2021-09-05 | vhost/vsock: support MSG_EOR bit processing | Arseny Krasnov |
2021-09-05 | virtio/vsock: rename 'EOR' to 'EOM' bit. | Arseny Krasnov |
2021-09-05 | vhost scsi: Convert to SPDX identifier | Cai Huoqing |
2021-08-26 | sock: remove one redundant SKB_FRAG_PAGE_ORDER macro | Yunsheng Lin |
2021-08-11 | vringh: Use wiov->used to check for read/write desc order | Neeraj Upadhyay |
2021-08-11 | vhost: Fix the calculation in vhost_overflow() | Xie Yongji |
2021-08-10 | vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update() | Xie Yongji |
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 |