aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)Author
2020-08-26vhost-iotlb: fix vhost_iotlb_itree_next() documentationStefano Garzarella
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-05vdpa: Modify get_vq_state() to return error codeEli Cohen
2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen
2020-08-05vdpa: remove hard coded virtq numMax Gurtovoy
2020-08-05vhost-vdpa: support IOTLB batching hintsJason Wang
2020-08-05vhost-vdpa: support get/set backend featuresJason Wang
2020-08-05vhost: generialize backend features setting/gettingJason Wang
2020-08-05vhost-vdpa: refine ioctl pre-processingJason Wang
2020-08-05vDPA: dont change vq irq after DRIVER_OKZhu Lingshan
2020-08-05vhost_vdpa: implement IRQ offloading in vhost_vdpaZhu Lingshan
2020-08-05vhost: introduce vhost_vring_callZhu Lingshan
2020-08-05vhost: Use flex_array_size() helper in copy_from_user()Gustavo A. R. Silva
2020-08-05vhost: vdpa: remove per device feature whitelistJason Wang
2020-08-05vhost/vdpa: switch to new helpersMichael S. Tsirkin
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin
2020-07-29vhost/scsi: fix up req type endian-nessMichael S. Tsirkin
2020-07-21vhost: Remove redundant use of read_barrier_depends() barrierWill Deacon
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-22tools/virtio: Add --resetEugenio PĂ©rez
2020-06-22vhost_vdpa: Fix potential underflow in vhost_vdpa_mmap()Dan Carpenter
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09vhost/test: fix up after API changeMichael S. Tsirkin
2020-06-08vhost: convert get_user_pages() --> pin_user_pages()John Hubbard
2020-06-06vhost: replace -1 with VHOST_FILE_UNBIND in ioctlsZhu Lingshan
2020-06-06vhost_vdpa: Support config interrupt in vdpaZhu Lingshan
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-06-04vhost: (cosmetic) remove a superfluous variable initialisationGuennadi Liakhovetski
2020-06-04vhost_vdpa: disable doorbell mapping for !MMUMichael S. Tsirkin
2020-06-04vhost_vdpa: support doorbell mapping via mmapJason Wang
2020-06-04vhost: use mmgrab() instead of mmget() for non worker deviceJason Wang
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang
2020-06-02vhost: revert "vhost: disable for OABI"Michael S. Tsirkin
2020-06-02virtio: force spec specified alignment on typesMichael S. Tsirkin
2020-05-26scsi: vhost: Notify TCM about the maximum sg entries supported per commandSudhakar Panneerselvam
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-05-15vhost: missing __user tagsMichael S. Tsirkin
2020-05-14vhost_net: Also populate XDP frame sizeJesper Dangaard Brouer
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-02vhost: vsock: kick send_pkt worker once device is startedJia He