summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/virtio_uml.c
Commit message (Expand)AuthorAgeFilesLines
* um: virtio: allow devices to be configured for wakeupJohannes Berg2021-02-121-3/+16
* um: time-travel: rework interrupt handling in ext modeJohannes Berg2021-02-121-44/+48
* um: virtio: disable VQs during suspendJohannes Berg2021-02-121-0/+36
* um: virtio: fix handling of messages without payloadJohannes Berg2021-02-121-0/+3
* um: virtio: clean up a commentJohannes Berg2021-02-121-2/+1
* um: virtio: free vu_dev only with the contained struct deviceJohannes Berg2021-01-261-1/+2
* um: Remove IRQ_NONE typeJohannes Berg2020-12-131-5/+0
* um: virtio: Use dynamic IRQ allocationJohannes Berg2020-12-131-8/+14
* um: Support dynamic IRQ allocationJohannes Berg2020-12-131-2/+2
* virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-031-1/+1
* um: Neaten vu_err macro definitionJoe Perches2020-06-021-1/+1
* um: Implement time-travel=extJohannes Berg2020-03-291-4/+64
* um: virtio: Implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONSJohannes Berg2020-03-291-18/+67
* um: virtio_uml: Disallow modular buildJohannes Berg2019-11-251-2/+2
* um: virtio: Keep reading on -EAGAINJohannes Berg2019-11-251-4/+4
* um: virtio: Remove device on disconnectJohannes Berg2019-11-251-19/+45
* um: virtio: Implement VHOST_USER_PROTOCOL_F_REPLY_ACKJohannes Berg2019-09-151-17/+80
* um: virtio: Implement VHOST_USER_PROTOCOL_F_SLAVE_REQJohannes Berg2019-09-151-20/+132
* um: drivers: Add virtio vhost-user driverErel Geron2019-09-151-0/+1002