Age | Commit message (Expand) | Author |
2023-11-16 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2023-11-05 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2023-11-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2023-11-01 | vhost-vdpa: fix use after free in vhost_vdpa_probe() | Dan Carpenter |
2023-11-01 | vhost-vdpa: clean iotlb map during reset for older userspace | Si-Wei Liu |
2023-11-01 | vhost-vdpa: introduce IOTLB_PERSIST backend feature bit | Si-Wei Liu |
2023-11-01 | vhost-vdpa: reset vendor specific mapping to initial state in .release | Si-Wei Liu |
2023-11-01 | vhost-scsi: Spelling s/preceeding/preceding/g | Geert Uytterhoeven |
2023-11-01 | vhost-vdpa: uAPI to get dedicated descriptor group id | Si-Wei Liu |
2023-11-01 | vhost-vdpa: introduce descriptor group backend feature | Si-Wei Liu |
2023-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-10-18 | vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE | Eric Auger |
2023-10-15 | vhost/vsock: support MSG_ZEROCOPY for transport | Arseniy Krasnov |
2023-10-13 | scsi: target: Allow userspace to request direct submissions | Mike Christie |
2023-10-13 | scsi: target: Have drivers report if they support direct submissions | Mike Christie |
2023-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-10-04 | vringh: don't use vringh_kiov_advance() in vringh_iov_xfer() | Stefano Garzarella |
2023-09-21 | vsock/virtio/vhost: read data from non-linear skb | Arseniy Krasnov |
2023-09-03 | vdpa: add get_backend_features vdpa operation | Eugenio Pérez |
2023-09-03 | vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend feature | Eugenio Pérez |
2023-08-10 | vhost-scsi: Rename vhost_scsi_iov_to_sgl | Mike Christie |
2023-08-10 | vhost-scsi: Fix alignment handling with windows | Mike Christie |
2023-07-03 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2023-07-03 | vhost: Make parameter name match of vhost_get_vq_desc() | Xianting Tian |
2023-07-03 | vhost: Allow worker switching while work is queueing | Mike Christie |
2023-07-03 | vhost_scsi: add support for worker ioctls | Mike Christie |
2023-07-03 | vhost: allow userspace to create workers | Mike Christie |
2023-07-03 | vhost: replace single worker pointer with xarray | Mike Christie |
2023-07-03 | vhost: add helper to parse userspace vring state/file | Mike Christie |
2023-07-03 | vhost: remove vhost_work_queue | Mike Christie |
2023-07-03 | vhost_scsi: flush IO vqs then send TMF rsp | Mike Christie |
2023-07-03 | vhost_scsi: convert to vhost_vq_work_queue | Mike Christie |
2023-07-03 | vhost_scsi: make SCSI cmd completion per vq | Mike Christie |
2023-07-03 | vhost_sock: convert to vhost_vq_work_queue | Mike Christie |
2023-07-03 | vhost: convert poll work to be vq based | Mike Christie |
2023-07-03 | vhost: take worker or vq for flushing | Mike Christie |
2023-07-03 | vhost: take worker or vq instead of dev for queueing | Mike Christie |
2023-07-03 | vhost, vhost_net: add helper to check if vq has work | Mike Christie |
2023-07-03 | vhost: add vhost_worker pointer to vhost_virtqueue | Mike Christie |
2023-07-03 | vhost: dynamically allocate vhost_worker | Mike Christie |
2023-07-03 | vhost: create worker at end of vhost_dev_set_owner | Mike Christie |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-06-09 | mm/gup: remove vmas parameter from pin_user_pages() | Lorenzo Stoakes |
2023-06-09 | vhost_vdpa: support PACKED when setting-getting vring_base | Shannon Nelson |
2023-06-09 | vhost: support PACKED when setting-getting vring_base | Shannon Nelson |
2023-06-08 | vhost: Fix worker hangs due to missed wake up calls | Mike Christie |
2023-06-08 | vhost: Fix crash during early vhost_transport_send_pkt calls | Mike Christie |
2023-06-08 | vhost_net: revert upend_idx only on retriable error | Andrey Smetanin |
2023-06-08 | vhost_vdpa: tell vqs about the negotiated | Shannon Nelson |
2023-06-07 | vhost: use kzalloc() instead of kmalloc() followed by memset() | Prathu Baronia |