| Commit message (Expand) | Author | Age | Files | Lines |
* | vdpa: check that offsets are within bounds | Dan Carpenter | 2021-12-08 | 1 | -1/+1 |
* | vhost-vdpa: clean irqs before reseting vdpa device | Wu Zongyong | 2021-11-25 | 1 | -1/+1 |
* | vhost/vsock: cleanup removing `len` variable | Stefano Garzarella | 2021-11-25 | 1 | -5/+1 |
* | vhost/vsock: fix incorrect used length reported to the guest | Stefano Garzarella | 2021-11-25 | 1 | -1/+1 |
* | vdpa: Introduce and use vdpa device get, set config helpers | Parav Pandit | 2021-11-01 | 1 | -2/+1 |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2021-10-18 | 1 | -5/+5 |
|\ |
|
| * | vhost-vdpa: Fix the wrong input in config_cb | Cindy Lu | 2021-10-13 | 1 | -1/+1 |
| * | vhost_vdpa: unset vq irq before freeing irq | Wu Zongyong | 2021-10-13 | 1 | -4/+4 |
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2021-09-28 | 1 | -1/+1 |
|\| |
|
| * | vdpa: potential uninitialized return in vhost_vdpa_va_map() | Dan Carpenter | 2021-09-15 | 1 | -1/+1 |
* | | Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-09-16 | 1 | -1/+10 |
|\ \
| |/
|/| |
|
| * | vhost_net: fix OoB on sendmsg() failure. | Paolo Abeni | 2021-09-09 | 1 | -1/+10 |
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2021-09-11 | 4 | -73/+177 |
|\ \
| |/
|/| |
|
| * | vdpa: Support transferring virtual addressing during DMA mapping | Xie Yongji | 2021-09-06 | 1 | -11/+88 |
| * | vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap() | Xie Yongji | 2021-09-06 | 1 | -20/+35 |
| * | vdpa: Add an opaque pointer for vdpa_config_ops.dma_map() | Xie Yongji | 2021-09-06 | 1 | -1/+1 |
| * | vhost-iotlb: Add an opaque pointer for vhost IOTLB | Xie Yongji | 2021-09-06 | 1 | -4/+16 |
| * | vhost-vdpa: Handle the failure of vdpa_reset() | Xie Yongji | 2021-09-06 | 1 | -3/+6 |
| * | vdpa: Add reset callback in vdpa_config_ops | Xie Yongji | 2021-09-06 | 1 | -2/+7 |
| * | vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macro | Cai Huoqing | 2021-09-06 | 1 | -12/+12 |
| * | vhost/vsock: support MSG_EOR bit processing | Arseny Krasnov | 2021-09-05 | 1 | -9/+13 |
| * | virtio/vsock: rename 'EOR' to 'EOM' bit. | Arseny Krasnov | 2021-09-05 | 1 | -6/+6 |
| * | vhost scsi: Convert to SPDX identifier | Cai Huoqing | 2021-09-05 | 1 | -13/+1 |
* | | sock: remove one redundant SKB_FRAG_PAGE_ORDER macro | Yunsheng Lin | 2021-08-26 | 1 | -2/+0 |
|/ |
|
* | vringh: Use wiov->used to check for read/write desc order | Neeraj Upadhyay | 2021-08-11 | 1 | -1/+1 |
* | vhost: Fix the calculation in vhost_overflow() | Xie Yongji | 2021-08-11 | 1 | -2/+8 |
* | vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update() | Xie Yongji | 2021-08-10 | 1 | -1/+2 |
* | vdpa: support packed virtqueue for set/get_vq_state() | Jason Wang | 2021-07-08 | 1 | -2/+2 |
* | vhost: fix up vhost_work coding style | Mike Christie | 2021-07-03 | 1 | -3/+3 |
* | vhost: fix poll coding style | Mike Christie | 2021-07-03 | 1 | -6/+6 |
* | vhost-scsi: reduce flushes during endpoint clearing | Mike Christie | 2021-07-03 | 1 | -5/+6 |
* | vhost-scsi: remove extra flushes | Mike Christie | 2021-07-03 | 1 | -8/+0 |
* | vhost: remove work arg from vhost_work_flush | Mike Christie | 2021-07-03 | 4 | -8/+8 |
* | vhost: Remove the repeated declaration | Shaokun Zhang | 2021-07-03 | 1 | -1/+0 |
* | vhost-iotlb: fix vhost_iotlb_del_range() documentation | Stefano Garzarella | 2021-07-03 | 1 | -1/+1 |
* | net: sock: introduce sk_error_report | Alexander Aring | 2021-06-29 | 1 | -1/+1 |
* | vhost/vsock: support SEQPACKET for transport | Arseny Krasnov | 2021-06-11 | 1 | -4/+52 |
* | vhost_net: use XDP helpers | Matteo Croce | 2021-05-15 | 1 | -4/+2 |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2021-05-05 | 2 | -30/+55 |
|\ |
|
| * | vhost/vdpa: Remove the restriction that only supports virtio-net devices | Xie Yongji | 2021-05-03 | 1 | -5/+1 |
| * | vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate() | Stefano Garzarella | 2021-05-03 | 1 | -7/+2 |
| * | vringh: implement vringh_kiov_advance() | Stefano Garzarella | 2021-05-03 | 1 | -12/+29 |
| * | vringh: explain more about cleaning riov and wiov | Stefano Garzarella | 2021-05-03 | 1 | -3/+12 |
| * | vringh: reset kiov 'consumed' field in __vringh_iov() | Stefano Garzarella | 2021-05-03 | 1 | -2/+2 |
| * | vringh: add 'iotlb_lock' to synchronize iotlb accesses | Stefano Garzarella | 2021-05-03 | 1 | -1/+8 |
| * | vhost-vdpa: fix vm_flags for virtqueue doorbell mapping | Jason Wang | 2021-05-03 | 1 | -0/+1 |
* | | Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-05-01 | 1 | -7/+3 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis... | Joerg Roedel | 2021-04-16 | 1 | -7/+3 |
| |\ \ \ |
|
| | | * | | iommu: remove DOMAIN_ATTR_GEOMETRY | Christoph Hellwig | 2021-04-07 | 1 | -7/+3 |
| | |/ / |
|
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2021-04-29 | 1 | -42/+16 |
|\ \ \ \
| |_|_|/
|/| | | |
|