summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/virtio_uml.c
Commit message (Expand)AuthorAgeFilesLines
* um: virtio_uml: move device breaking into workqueueBenjamin Berg2023-02-131-1/+15
* um: virtio_uml: mark device as unregistered when breaking itBenjamin Berg2023-02-131-0/+2
* um: remove unneeded semicolonYang Li2023-02-011-1/+1
* um: read multiple msg from virtio slave request fdBenjamin Beichler2022-09-191-34/+37
* virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin2022-08-161-1/+1
* virtio: find_vqs() add arg sizesXuan Zhuo2022-08-111-1/+1
* virtio: record the maximum queue num supported by the device.Xuan Zhuo2022-08-111-0/+1
* um: virtio_uml: Fix broken device handling in time-travelJohannes Berg2022-05-271-10/+23
* um: virtio_uml: Allow probing from devicetreeVincent Whitchurch2021-12-221-3/+47
* um: virtio_uml: Fix time-travel external time propagationJohannes Berg2021-12-211-0/+4
* um: virtio_uml: fix memory leak on init failuresJohannes Berg2021-08-261-1/+3
* um: virtio_uml: include linux/virtio-uml.hJohannes Berg2021-08-261-0/+1
* um: virtio/pci: enable suspend/resumeJohannes Berg2021-06-171-10/+30
* 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