summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2022-05-31vhost-vdpa: uAPI to get virtqueue group idGautam Dawar1-0/+8
2022-05-31vhost-vdpa: introduce uAPI to get the number of address spacesGautam Dawar1-0/+3
2022-05-31vhost-vdpa: introduce uAPI to get the number of virtqueue groupsGautam Dawar1-0/+4
2022-05-31vhost-vdpa: introduce asid based IOTLBGautam Dawar1-25/+72
2022-05-31vhost: support ASID in IOTLB APIGautam Dawar3-8/+24
2022-05-31vhost_iotlb: split out IOTLB initializationGautam Dawar1-5/+18
2022-05-31vdpa: multiple address spaces supportGautam Dawar1-5/+9
2022-05-31vhost-vdpa: switch to use vhost-vdpa specific IOTLBGautam Dawar1-8/+10
2022-05-31vhost-vdpa: passing iotlb to IOMMU mapping helpersGautam Dawar1-30/+37
2022-05-18Fix double fget() in vhost_net_set_backend()Al Viro1-8/+7
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-7/+47
2022-03-28vhost: handle error while adding split ranges to iotlbAnirudh Rayabharam1-1/+5
2022-03-28vdpa: support exposing the count of vqs to userspaceLongpeng1-0/+13
2022-03-28vdpa: change the type of nvqs to u32Longpeng1-4/+6
2022-03-28vdpa: support exposing the config size to userspaceLongpeng1-0/+17
2022-03-28vhost_vdpa: don't setup irq offloading when irq_num < 0Zhu Lingshan1-1/+4
2022-03-28vhost: cache avail index in vhost_enable_notify()Stefano Garzarella1-1/+2
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+5
2022-03-17Merge tag 'net-5.17-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds1-1/+2
2022-03-12vsock: each transport cycles only on its own socketsJiyong Park1-1/+2
2022-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+19
2022-03-10vhost: allow batching hint without sizeJason Wang1-1/+3
2022-03-06vhost: remove avail_event arg from vhost_update_avail_event()Stefano Garzarella1-2/+2
2022-03-06vhost: fix hung thread due to erroneous iotlb entriesAnirudh Rayabharam2-0/+16
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu1-1/+1
2022-03-03tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang1-0/+1
2022-02-23vhost/vsock: don't check owner in vhost_vsock_stop() while releasingStefano Garzarella1-7/+14
2022-01-15vdpa: Protect vdpa reset with cf_mutexEli Cohen1-1/+1
2022-01-15vdpa: Avoid taking cf_mutex lock on get statusEli Cohen1-2/+3
2022-01-15vdpa: Allow to configure max data virtqueuesEli Cohen1-1/+1
2022-01-15vdpa: Sync calls set/get config/status with cf_mutexEli Cohen1-4/+3
2022-01-15vdpa: Provide interface to read driver featuresEli Cohen1-1/+1
2022-01-15vdpa: clean up get_config_size ret value handlingLaura Abbott1-1/+1
2022-01-15vhost/test: fix memory leak of vhost virtqueuesXianting Tian1-0/+1
2022-01-15vdpa: Avoid duplicate call to vp_vdpa get_statusEugenio PĂ©rez1-1/+1
2021-12-08vdpa: check that offsets are within boundsDan Carpenter1-1/+1
2021-11-25vhost-vdpa: clean irqs before reseting vdpa deviceWu Zongyong1-1/+1
2021-11-25vhost/vsock: cleanup removing `len` variableStefano Garzarella1-5/+1
2021-11-25vhost/vsock: fix incorrect used length reported to the guestStefano Garzarella1-1/+1
2021-11-01vdpa: Introduce and use vdpa device get, set config helpersParav Pandit1-2/+1
2021-10-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-5/+5
2021-10-13vhost-vdpa: Fix the wrong input in config_cbCindy Lu1-1/+1
2021-10-13vhost_vdpa: unset vq irq before freeing irqWu Zongyong1-4/+4
2021-09-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+10
2021-09-15vdpa: potential uninitialized return in vhost_vdpa_va_map()Dan Carpenter1-1/+1
2021-09-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-73/+177
2021-09-09vhost_net: fix OoB on sendmsg() failure.Paolo Abeni1-1/+10
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji1-11/+88
2021-09-06vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()Xie Yongji1-20/+35