summaryrefslogtreecommitdiff
path: root/arch/um/drivers/virtio_uml.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-27um: virtio_uml: Fix broken device handling in time-travelJohannes Berg1-10/+23
2021-12-22um: virtio_uml: Allow probing from devicetreeVincent Whitchurch1-3/+47
2021-12-21um: virtio_uml: Fix time-travel external time propagationJohannes Berg1-0/+4
2021-08-26um: virtio_uml: fix memory leak on init failuresJohannes Berg1-1/+3
2021-08-26um: virtio_uml: include linux/virtio-uml.hJohannes Berg1-0/+1
2021-06-17um: virtio/pci: enable suspend/resumeJohannes Berg1-10/+30
2021-02-12um: virtio: allow devices to be configured for wakeupJohannes Berg1-3/+16
2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg1-44/+48
2021-02-12um: virtio: disable VQs during suspendJohannes Berg1-0/+36
2021-02-12um: virtio: fix handling of messages without payloadJohannes Berg1-0/+3
2021-02-12um: virtio: clean up a commentJohannes Berg1-2/+1
2021-01-27um: virtio: free vu_dev only with the contained struct deviceJohannes Berg1-1/+2
2020-12-14um: Remove IRQ_NONE typeJohannes Berg1-5/+0
2020-12-14um: virtio: Use dynamic IRQ allocationJohannes Berg1-8/+14
2020-12-14um: 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-30um: Implement time-travel=extJohannes Berg1-4/+64
2020-03-30um: virtio: Implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONSJohannes Berg1-18/+67
2019-11-26um: virtio_uml: Disallow modular buildJohannes Berg1-2/+2
2019-11-26um: virtio: Keep reading on -EAGAINJohannes Berg1-4/+4
2019-11-26um: 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