summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-10-071-12/+15
|\
| * vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()Haoran Zhang2024-10-071-12/+15
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-09-261-3/+13
|\|
| * vhost_vdpa: assign irq bypass producer token correctlyJason Wang2024-09-101-3/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-081-7/+1
|\|
| * Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-08-061-7/+1
| |\
| | * vhost-vdpa: switch to use vmf_insert_pfn() in the fault handlerJason Wang2024-07-261-7/+1
* | | vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi2024-08-021-1/+3
|/ /
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-07-193-65/+45
|\|
| * vringh: add MODULE_DESCRIPTION()Jeff Johnson2024-07-091-0/+1
| * vhost: move smp_rmb() into vhost_get_avail_idx()Michael S. Tsirkin2024-07-091-63/+42
| * vhost/vsock: always initialize seqpacket_allowMichael S. Tsirkin2024-07-041-2/+2
* | vhost-vdpa: Use iommu_paging_domain_alloc()Lu Baolu2024-07-041-8/+6
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-234-65/+140
|\
| * vhost-vdpa: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-05-221-3/+3
| * vhost_task: Handle SIGKILL by flushing work and exitingMike Christie2024-05-222-4/+52
| * vhost: Release worker mutex during flushesMike Christie2024-05-221-14/+30
| * vhost: Use virtqueue mutex for swapping workerMike Christie2024-05-221-6/+12
| * vhost_scsi: Handle vhost_vq_work_queue failures for TMFsMike Christie2024-05-221-1/+2
| * vhost: Remove vhost_vq_flushMike Christie2024-05-222-13/+0
| * vhost-scsi: Use system wq to flush dev for TMFsMike Christie2024-05-221-20/+19
| * vhost-scsi: Handle vhost_vq_work_queue failures for cmdsMike Christie2024-05-221-1/+12
| * vhost-scsi: Handle vhost_vq_work_queue failures for eventsMike Christie2024-05-221-5/+12
* | net: extend ubuf_info callback to ops structurePavel Begunkov2024-04-221-2/+6
|/
* vhost: correct misleading printing informationXianting Tian2024-04-081-1/+1
* vhost: Add smp_rmb() in vhost_enable_notify()Gavin Shan2024-04-081-1/+11
* vhost: Add smp_rmb() in vhost_vq_avail_empty()Gavin Shan2024-04-081-1/+11
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-03-192-0/+17
|\
| * vDPA: introduce get_vq_size to vdpa_config_opsZhu Lingshan2024-03-191-0/+8
| * vdpa: skip suspend/resume ops if not DRIVER_OKSteve Sistare2024-03-191-0/+6
| * vhost: Added pad cleanup if vnet_hdr is not present.Andrew Melnychenko2024-03-191-0/+3
* | vhost/net: remove vhost_net_page_frag_refill()Yunsheng Lin2024-03-051-64/+27
* | page_frag: unify gfp bits for order 3 page allocationYunsheng Lin2024-03-051-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-01-181-3/+23
|\
| * vdpa: Block vq property changes in DRIVER_OKDragos Tatulea2024-01-101-0/+6
| * vdpa: Track device suspended stateDragos Tatulea2024-01-101-2/+15
| * vhost-vdpa: account iommu allocationsPasha Tatashin2023-12-271-1/+2
* | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-0/+1
|\ \
| * | virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov2023-12-151-0/+1
| |/
* | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-083-8/+8
|\ \ | |/ |/|
| * eventfd: simplify eventfd_signal()Christian Brauner2023-11-283-8/+8
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-11-161-1/+0
|\ \ | |/ |/|
| * vhost-vdpa: fix use after free in vhost_vdpa_probe()Dan Carpenter2023-11-011-1/+0
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-11-052-5/+76
|\|
| * vhost-vdpa: clean iotlb map during reset for older userspaceSi-Wei Liu2023-11-011-4/+16
| * vhost-vdpa: introduce IOTLB_PERSIST backend feature bitSi-Wei Liu2023-11-011-0/+15
| * vhost-vdpa: reset vendor specific mapping to initial state in .releaseSi-Wei Liu2023-11-011-0/+17
| * vhost-scsi: Spelling s/preceeding/preceding/gGeert Uytterhoeven2023-11-011-1/+1
| * vhost-vdpa: uAPI to get dedicated descriptor group idSi-Wei Liu2023-11-011-0/+10