summaryrefslogtreecommitdiff
path: root/arch/um/drivers/virtio_uml.c
AgeCommit message (Expand)Author
2023-02-13um: virtio_uml: move device breaking into workqueueBenjamin Berg
2023-02-13um: virtio_uml: mark device as unregistered when breaking itBenjamin Berg
2023-02-01um: remove unneeded semicolonYang Li
2022-09-19um: read multiple msg from virtio slave request fdBenjamin Beichler
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin
2022-08-11virtio: find_vqs() add arg sizesXuan Zhuo
2022-08-11virtio: record the maximum queue num supported by the device.Xuan Zhuo
2022-05-27um: virtio_uml: Fix broken device handling in time-travelJohannes Berg
2021-12-22um: virtio_uml: Allow probing from devicetreeVincent Whitchurch
2021-12-21um: virtio_uml: Fix time-travel external time propagationJohannes Berg
2021-08-26um: virtio_uml: fix memory leak on init failuresJohannes Berg
2021-08-26um: virtio_uml: include linux/virtio-uml.hJohannes Berg
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