aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_pci_modern.c
AgeCommit message (Expand)Author
2023-12-19virtio-pci: Initialize the supported admin commandsYishai Hadas
2023-12-19virtio-pci: Introduce admin command sending functionFeng Liu
2023-12-19virtio-pci: Introduce admin virtqueueFeng Liu
2023-11-01virtio_pci: add check for common cfg sizeXuan Zhuo
2023-04-21virtio: add VIRTIO_F_NOTIFICATION_DATA feature supportViktor Prutyanov
2023-04-21virtio_ring: Allow non power of 2 sizes for packed virtqueueFeng Liu
2022-12-28virtio_pci: modify ENOENT to EINVALAngus Chen
2022-12-28virtio_pci: use helper function is_power_of_2()Shaoqin Huang
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin
2022-08-16virtio_pci: Revert "virtio_pci: support the arg sizes of find_vqs()"Michael S. Tsirkin
2022-08-11virtio_pci: support the arg sizes of find_vqs()Xuan Zhuo
2022-08-11virtio: find_vqs() add arg sizesXuan Zhuo
2022-08-11virtio_pci: support VIRTIO_F_RING_RESETXuan Zhuo
2022-08-11virtio_pci: extract the logic of active vq for modern pciXuan Zhuo
2022-08-11virtio: record the maximum queue num supported by the device.Xuan Zhuo
2022-05-31virtio-pci: implement synchronize_cbs()Jason Wang
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan
2022-03-28virtio: pci: check bar values read from virtio config spaceKeir Fraser
2022-03-28Revert "virtio_pci: harden MSI-X interrupts"Jason Wang
2021-11-01virtio_pci: harden MSI-X interruptsJason Wang
2021-05-04virtio_pci_modern: __force cast the notify mappingMichael S. Tsirkin
2021-05-03virtio-pci library: report resource addressJason Wang
2021-05-03virtio-pci library: switch to use vp_modern_map_vq_notify()Jason Wang
2021-02-23virtio-pci: introduce modern device moduleJason Wang
2021-02-23virito-pci-modern: rename map_capability() to vp_modern_map_capability()Jason Wang
2021-02-23virtio-pci-modern: introduce helper to get notification offsetJason Wang
2021-02-23virtio-pci-modern: introduce helper for getting queue numsJason Wang
2021-02-23virtio-pci-modern: introduce helper for setting/geting queue sizeJason Wang
2021-02-23virtio-pci-modern: introduce helper to set/get queue_enableJason Wang
2021-02-23virtio-pci-modern: introduce vp_modern_queue_address()Jason Wang
2021-02-23virtio-pci-modern: introduce vp_modern_set_queue_vector()Jason Wang
2021-02-23virtio-pci-modern: introduce vp_modern_generation()Jason Wang
2021-02-23virtio-pci-modern: introduce helpers for setting and getting featuresJason Wang
2021-02-23virtio-pci-modern: introduce helpers for setting and getting statusJason Wang
2021-02-23virtio-pci-modern: introduce helper to set config vectorJason Wang
2021-02-23virtio-pci-modern: introduce vp_modern_remove()Jason Wang
2021-02-23virtio-pci-modern: factor out modern device initialization logicJason Wang
2021-02-23virtio-pci: split out modern deviceJason Wang
2021-02-23virtio-pci: do not access iomem via struct virtio_pci_device directlyJason Wang
2020-09-10virtio: Implement get_shm_region for PCI transportSebastien Boeuf
2020-08-14virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-05virtio_pci_modern: Fix the comment of virtio_pci_find_capability()Liao Pingfang
2020-06-02virtio: add VIRTIO_RING_NO_LEGACYMatej Genci
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner
2018-06-12virtio_pci: support enabling VFsTiwei Bie
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin
2017-04-11Revert "virtio_pci: remove struct virtio_pci_vq_info"Michael S. Tsirkin
2017-04-11Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"Michael S. Tsirkin
2017-02-27virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig