summaryrefslogtreecommitdiff
path: root/arch/um/drivers/virtio_uml.c
AgeCommit message (Expand)Author
2021-06-17um: virtio/pci: enable suspend/resumeJohannes Berg
2021-02-12um: virtio: allow devices to be configured for wakeupJohannes Berg
2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg
2021-02-12um: virtio: disable VQs during suspendJohannes Berg
2021-02-12um: virtio: fix handling of messages without payloadJohannes Berg
2021-02-12um: virtio: clean up a commentJohannes Berg
2021-01-26um: virtio: free vu_dev only with the contained struct deviceJohannes Berg
2020-12-13um: Remove IRQ_NONE typeJohannes Berg
2020-12-13um: virtio: Use dynamic IRQ allocationJohannes Berg
2020-12-13um: Support dynamic IRQ allocationJohannes Berg
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin
2020-06-02um: Neaten vu_err macro definitionJoe Perches
2020-03-29um: Implement time-travel=extJohannes Berg
2020-03-29um: virtio: Implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONSJohannes Berg
2019-11-25um: virtio_uml: Disallow modular buildJohannes Berg
2019-11-25um: virtio: Keep reading on -EAGAINJohannes Berg
2019-11-25um: virtio: Remove device on disconnectJohannes Berg
2019-09-15um: virtio: Implement VHOST_USER_PROTOCOL_F_REPLY_ACKJohannes Berg
2019-09-15um: virtio: Implement VHOST_USER_PROTOCOL_F_SLAVE_REQJohannes Berg
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron