- 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
- ae6961d vhost: fix typo in error message by Yunsheng Lin · 4 years, 4 months ago
- eb07d8f vhost-iotlb: fix vhost_iotlb_itree_next() documentation by Stefano Garzarella · 4 years, 4 months ago
- 57b0779 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 5 months ago
- 23750e3 vdpa: Modify get_vq_state() to return error code by Eli Cohen · 4 years, 5 months ago
- aac50c0 net/vdpa: Use struct for set/get vq state by Eli Cohen · 4 years, 5 months ago
- a9974489 vdpa: remove hard coded virtq num by Max Gurtovoy · 4 years, 5 months ago
- 25abc06 vhost-vdpa: support IOTLB batching hints by Jason Wang · 4 years, 5 months ago
- 653055b vhost-vdpa: support get/set backend features by Jason Wang · 4 years, 5 months ago
- 460f7ce vhost: generialize backend features setting/getting by Jason Wang · 4 years, 5 months ago
- b0bd82b vhost-vdpa: refine ioctl pre-processing by Jason Wang · 4 years, 5 months ago
- 4c05433 vDPA: dont change vq irq after DRIVER_OK by Zhu Lingshan · 4 years, 5 months ago
- 2cf1ba9 vhost_vdpa: implement IRQ offloading in vhost_vdpa by Zhu Lingshan · 4 years, 5 months ago
- 265a0ad vhost: introduce vhost_vring_call by Zhu Lingshan · 4 years, 5 months ago
- bf11d71 vhost: Use flex_array_size() helper in copy_from_user() by Gustavo A. R. Silva · 4 years, 5 months ago
- 6234f805 vhost: vdpa: remove per device feature whitelist by Jason Wang · 4 years, 5 months ago
- 0d23400 vhost/vdpa: switch to new helpers by Michael S. Tsirkin · 4 years, 5 months ago
- 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- 145ff1e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 5 months ago
- 321bd21 virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM by Michael S. Tsirkin · 4 years, 6 months ago
- 295c1b9 vhost/scsi: fix up req type endian-ness by Michael S. Tsirkin · 4 years, 6 months ago
- 71c0b9a vhost: Remove redundant use of read_barrier_depends() barrier by Will Deacon · 5 years ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- 264ee5a tools/virtio: Add --reset by Eugenio Pérez · 4 years, 9 months ago
- c09cc2c vhost_vdpa: Fix potential underflow in vhost_vdpa_mmap() by Dan Carpenter · 4 years, 7 months ago
- 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- 623f6dc Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 37c54f9 kernel: set USER_DS in kthread_use_mm by Christoph Hellwig · 4 years, 7 months ago
- f5678e7 kernel: better document the use_mm/unuse_mm API contract by Christoph Hellwig · 4 years, 7 months ago
- 9bf5b9eb kernel: move use_mm/unuse_mm to kthread.c by Christoph Hellwig · 4 years, 7 months ago
- 0910270 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- 044e4b0 vhost/test: fix up after API change by Michael S. Tsirkin · 4 years, 7 months ago
- 690623e vhost: convert get_user_pages() --> pin_user_pages() by John Hubbard · 4 years, 7 months ago
- e0136c1 vhost: replace -1 with VHOST_FILE_UNBIND in ioctls by Zhu Lingshan · 4 years, 7 months ago
- 776f395 vhost_vdpa: Support config interrupt in vdpa by Zhu Lingshan · 4 years, 7 months ago
- 818dbde Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 7 months ago
- 002ef18 vhost: (cosmetic) remove a superfluous variable initialisation by Guennadi Liakhovetski · 4 years, 7 months ago
- 4b4e486 vhost_vdpa: disable doorbell mapping for !MMU by Michael S. Tsirkin · 4 years, 7 months ago
- ddd89d0 vhost_vdpa: support doorbell mapping via mmap by Jason Wang · 4 years, 7 months ago
- 5ce995f vhost: use mmgrab() instead of mmget() for non worker device by Jason Wang · 4 years, 7 months ago
- 01fcb1c vhost: allow device that does not depend on vhost worker by Jason Wang · 4 years, 7 months ago
- 213e772 vhost: revert "vhost: disable for OABI" by Michael S. Tsirkin · 4 years, 8 months ago
- a865e42 virtio: force spec specified alignment on types by Michael S. Tsirkin · 4 years, 9 months ago
- 5ae6a6a scsi: vhost: Notify TCM about the maximum sg entries supported per command by Sudhakar Panneerselvam · 4 years, 7 months ago
- 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- d2f8825 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 7 months ago
- 1b0be99 vhost: missing __user tags by Michael S. Tsirkin · 4 years, 8 months ago
- 05afee2 vhost_net: Also populate XDP frame size by Jesper Dangaard Brouer · 4 years, 8 months ago
- a811c1fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 8 months ago
- 0b84103 vhost: vsock: kick send_pkt worker once device is started by Jia He · 4 years, 8 months ago
- a78d163 vsock/virtio: fix multiple packet delivery to monitoring devices by Stefano Garzarella · 4 years, 8 months ago
- 107bc07 vhost/vsock: fix packet delivery order to monitoring devices by Stefano Garzarella · 4 years, 8 months ago
- d085eb8 vhost: disable for OABI by Michael S. Tsirkin · 4 years, 9 months ago
- 58ad137 vdpa: make vhost, virtio depend on menu by Michael S. Tsirkin · 4 years, 9 months ago
- 3302363 virtio/test: fix up after IOTLB changes by Michael S. Tsirkin · 4 years, 9 months ago
- 247643f vhost: Create accessors for virtqueues private_data by Eugenio Pérez · 4 years, 9 months ago
- e373f3d vhost: remove set but not used variable 'status' by Jason Yan · 4 years, 9 months ago
- aa21c2e vhost: vdpa: remove unnecessary null check by Gustavo A. R. Silva · 4 years, 9 months ago
- 4c8cf31 vhost: introduce vDPA-based backend by Tiwei Bie · 4 years, 9 months ago
- 9ad9c49 vringh: IOTLB support by Jason Wang · 4 years, 9 months ago
- 0bbe306 vhost: factor out IOTLB by Jason Wang · 4 years, 9 months ago
- 792a4f2 vhost: allow per device message handler by Jason Wang · 4 years, 9 months ago
- 20c384f vhost: refine vhost and vringh kconfig by Jason Wang · 4 years, 9 months ago
- 42d84c8 vhost: Check docket sk_family instead of call getname by Eugenio Pérez · 4 years, 10 months ago
- 95e6ba5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
- 8a3cc29 vhost/vsock: accept only packets with the right dst_cid by Stefano Garzarella · 5 years ago
- 8f6a7f9 vhost, kcov: collect coverage from vhost_worker by Andrey Konovalov · 5 years ago
- 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- ed8640a vhost/vsock: refuse CID assigned to the guest->host transport by Stefano Garzarella · 5 years ago
- 6a2c0962 vsock: prevent transport modules unloading by Stefano Garzarella · 5 years ago
- c0cfa2d vsock: add multi-transports support by Stefano Garzarella · 5 years ago
- b9f2b0f vsock: handle buffer_size sockopts in the core by Stefano Garzarella · 5 years ago
- 4c7246d vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock() by Stefano Garzarella · 5 years ago
- b3683de vringh: fix copy direction of vringh_iov_push_kern() by Jason Wang · 5 years ago
- 407e9ef compat_ioctl: move drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
- 245cdd9 vhost/test: stop device before reset by Michael S. Tsirkin · 5 years ago
- aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 0d4a3f2 Revert "vhost: block speculation of translated descriptors" by Michael S. Tsirkin · 5 years ago
- 060423b vhost: make sure log_num < in_num by yongduan · 5 years ago
- a89db44 vhost: block speculation of translated descriptors by Michael S. Tsirkin · 5 years ago
- 3d2c7d3 Revert "vhost: access vq metadata through kernel virtual address" by Michael S. Tsirkin · 5 years ago
- 896fc24 vhost: Remove unnecessary variable by Yunsheng Lin · 5 years ago
- 264b563 vhost/test: fix build for vhost test by Tiwei Bie · 5 years ago
- 93d2c4d vhost/test: fix build for vhost test by Tiwei Bie · 5 years ago
- 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 6dbd3e6 vhost/vsock: split packets to send using multiple buffers by Stefano Garzarella · 5 years ago
- 473c739 vsock/virtio: limit the memory used per-socket by Stefano Garzarella · 5 years ago
- 73f628e vhost: disable metadata prefetch optimization by Michael S. Tsirkin · 5 years ago
- 3a1d538 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 5 years ago
- 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 5 years ago
- e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
- 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 7a33847 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482 by Thomas Gleixner · 6 years ago
- 098eadc vhost_net: disable zerocopy by default by Jason Wang · 6 years ago
- 8afecfb Merge tag 'v5.2-rc4' into mauro by Jonathan Corbet · 6 years ago
- cb1aaeb docs: fix broken documentation links by Mauro Carvalho Chehab · 6 years ago
- 0b4a709 vhost: fix clang build warning by Michael S. Tsirkin · 6 years ago
- 7f46603 vhost: access vq metadata through kernel virtual address by Jason Wang · 6 years ago