aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_pci_modern_dev.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-11virtio_pci: introduce helper to get/set queue resetGravatar Xuan Zhuo 1-0/+39
2022-06-24virtio: Remove unnecessary variable assignmentsGravatar Bo Liu 1-2/+0
2022-06-09virtio: Fix all occurences of the "the the" typoGravatar Bo Liu 1-1/+1
2022-05-31virtio: harden vring IRQGravatar Jason Wang 1-0/+5
2022-05-31virtio: pci: Fix an error handling path in vp_modern_probe()Gravatar Christophe JAILLET 1-0/+1
2022-03-28virtio: pci: check bar values read from virtio config spaceGravatar Keir Fraser 1-1/+8
2022-01-14virtio: fix a typo in function "vp_modern_remove" comments.Gravatar Dapeng Mi 1-1/+1
2021-07-08virtio-pci library: introduce vp_modern_get_driver_features()Gravatar Jason Wang 1-0/+21
2021-05-04virtio_pci_modern: correct sparse tags for notifyGravatar Michael S. Tsirkin 1-5/+4
2021-05-03virtio-pci library: report resource addressGravatar Jason Wang 1-7/+17
2021-05-03virito_pci libray: hide vp_modern_map_capability()Gravatar Jason Wang 1-6/+4
2021-05-03virtio_pci_modern: hide vp_modern_get_queue_notify_off()Gravatar Jason Wang 1-3/+2
2021-05-03virtio_pci_modern: introduce helper to map vq notify areaGravatar Jason Wang 1-0/+35
2021-02-23virtio-pci: introduce modern device moduleGravatar Jason Wang 1-0/+599