summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-21sctp: delete the nested flexible array variableXin Long
2023-04-21sctp: delete the nested flexible array skipXin Long
2023-04-21sctp: delete the nested flexible array paramsXin Long
2023-04-21vhost_vdpa: fix unmap process in no-batch modeCindy Lu
2023-04-21MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERSXuan Zhuo
2023-04-21tools/virtio: fix build caused by virtio_ring changesShunsuke Mie
2023-04-21virtio_ring: add a struct device forward declarationShunsuke Mie
2023-04-21vdpa_sim_blk: support shared backendStefano Garzarella
2023-04-21vdpa_sim: move buffer allocation in the devicesStefano Garzarella
2023-04-21vdpa/snet: use likely/unlikely macros in hot functionsAlvaro Karsz
2023-04-21vdpa/snet: implement kick_vq_with_data callbackAlvaro Karsz
2023-04-21virtio-vdpa: add VIRTIO_F_NOTIFICATION_DATA feature supportAlvaro Karsz
2023-04-21virtio: add VIRTIO_F_NOTIFICATION_DATA feature supportViktor Prutyanov
2023-04-21vdpa/snet: support the suspend vDPA callbackAlvaro Karsz
2023-04-21vdpa/snet: support getting and setting VQ stateAlvaro Karsz
2023-04-21MAINTAINERS: add vringh.h to Virtio Core and Net DriversSimon Horman
2023-04-21vringh: address kdoc warningsSimon Horman
2023-04-21vdpa: address kdoc warningsSimon Horman
2023-04-21virtio_ring: don't update event idx on get_bufAlbert Huang
2023-04-21vdpa_sim: add support for user VAStefano Garzarella
2023-04-21vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella
2023-04-21vdpa_sim: use kthread workerStefano Garzarella
2023-04-21vdpa_sim: make devices agnostic for work managementStefano Garzarella
2023-04-21vringh: support VA with iotlbStefano Garzarella
2023-04-21vringh: define the stride used for translationStefano Garzarella
2023-04-21vringh: replace kmap_atomic() with kmap_local_page()Stefano Garzarella
2023-04-21vhost-vdpa: use bind_mm/unbind_mm device callbacksStefano Garzarella
2023-04-21vdpa: add bind_mm/unbind_mm callbacksStefano Garzarella
2023-04-21vringh: fix typos in the vringh_init_* documentationStefano Garzarella
2023-04-21vduse: Support specifying bounce buffer size via sysfsXie Yongji
2023-04-21vduse: Delay iova domain creationXie Yongji
2023-04-21vduse: Signal vq trigger eventfd directly if possibleXie Yongji
2023-04-21vdpa: Add eventfd for the vdpa callbackXie Yongji
2023-04-21vduse: Add sysfs interface for irq callback affinityXie Yongji
2023-04-21vduse: Support get_vq_affinity callbackXie Yongji
2023-04-21vduse: Support set_vq_affinity callbackXie Yongji
2023-04-21vduse: Refactor allocation for vduse virtqueuesXie Yongji
2023-04-21virtio-vdpa: Support interrupt affinity spreading mechanismXie Yongji
2023-04-21vdpa: Add set/get_vq_affinity callbacks in vdpa_config_opsXie Yongji
2023-04-21lib/group_cpus: Export group_cpus_evenly()Xie Yongji
2023-04-21vdpa/mlx5: Extend driver support for new featuresEli Cohen
2023-04-21vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by defaultEli Cohen
2023-04-21virtio_ring: Allow non power of 2 sizes for packed virtqueueFeng Liu
2023-04-21vhost-scsi: Reduce vhost_scsi_mutex useMike Christie
2023-04-21vhost-scsi: Drop vhost_scsi_mutex use in port calloutsMike Christie
2023-04-21vhost-scsi: Check for a cleared backend before queueing an eventMike Christie
2023-04-21vhost-scsi: Drop device mutex use in vhost_scsi_do_plugMike Christie
2023-04-21vhost-scsi: Delay releasing our refcount on the tpgMike Christie
2023-04-21virtio_ring: Use const to annotate read-only pointer paramsFeng Liu
2023-04-21virtio_ring: Avoid using inline for small functionsFeng Liu