summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/virtio_uml.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13um: Remove IRQ_NONE typeJohannes Berg1-5/+0
2020-12-13um: virtio: Use dynamic IRQ allocationJohannes Berg1-8/+14
2020-12-13um: Support dynamic IRQ allocationJohannes Berg1-2/+2
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin1-1/+1
2020-06-02um: Neaten vu_err macro definitionJoe Perches1-1/+1
2020-03-29um: Implement time-travel=extJohannes Berg1-4/+64
2020-03-29um: virtio: Implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONSJohannes Berg1-18/+67
2019-11-25um: virtio_uml: Disallow modular buildJohannes Berg1-2/+2
2019-11-25um: virtio: Keep reading on -EAGAINJohannes Berg1-4/+4
2019-11-25um: virtio: Remove device on disconnectJohannes Berg1-19/+45
2019-09-15um: virtio: Implement VHOST_USER_PROTOCOL_F_REPLY_ACKJohannes Berg1-17/+80
2019-09-15um: virtio: Implement VHOST_USER_PROTOCOL_F_SLAVE_REQJohannes Berg1-20/+132
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron1-0/+1002