Age | Commit message (Expand) | Author |
2022-01-14 | vdpa: Protect vdpa reset with cf_mutex | Eli Cohen |
2022-01-14 | vdpa: Avoid taking cf_mutex lock on get status | Eli Cohen |
2022-01-14 | vdpa: Allow to configure max data virtqueues | Eli Cohen |
2022-01-14 | vdpa: Sync calls set/get config/status with cf_mutex | Eli Cohen |
2022-01-14 | vdpa: Provide interface to read driver features | Eli Cohen |
2022-01-14 | vdpa: clean up get_config_size ret value handling | Laura Abbott |
2022-01-14 | vhost/test: fix memory leak of vhost virtqueues | Xianting Tian |
2022-01-14 | vdpa: Avoid duplicate call to vp_vdpa get_status | Eugenio PĂ©rez |
2021-12-08 | vdpa: check that offsets are within bounds | Dan Carpenter |
2021-11-24 | vhost-vdpa: clean irqs before reseting vdpa device | Wu Zongyong |
2021-11-24 | vhost/vsock: cleanup removing `len` variable | Stefano Garzarella |
2021-11-24 | vhost/vsock: fix incorrect used length reported to the guest | Stefano Garzarella |
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 |