index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
virtio
/
virtio_pci_modern.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio_pci: add check for common cfg size
Xuan Zhuo
2023-11-01
1
-0
/
+36
*
virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
Viktor Prutyanov
2023-04-21
1
-1
/
+16
*
virtio_ring: Allow non power of 2 sizes for packed virtqueue
Feng Liu
2023-04-21
1
-5
/
+0
*
virtio_pci: modify ENOENT to EINVAL
Angus Chen
2022-12-28
1
-1
/
+1
*
virtio_pci: use helper function is_power_of_2()
Shaoqin Huang
2022-12-28
1
-1
/
+1
*
virtio: Revert "virtio: find_vqs() add arg sizes"
Michael S. Tsirkin
2022-08-16
1
-5
/
+2
*
virtio_pci: Revert "virtio_pci: support the arg sizes of find_vqs()"
Michael S. Tsirkin
2022-08-16
1
-7
/
+3
*
virtio_pci: support the arg sizes of find_vqs()
Xuan Zhuo
2022-08-11
1
-3
/
+7
*
virtio: find_vqs() add arg sizes
Xuan Zhuo
2022-08-11
1
-2
/
+5
*
virtio_pci: support VIRTIO_F_RING_RESET
Xuan Zhuo
2022-08-11
1
-0
/
+88
*
virtio_pci: extract the logic of active vq for modern pci
Xuan Zhuo
2022-08-11
1
-18
/
+28
*
virtio: record the maximum queue num supported by the device.
Xuan Zhuo
2022-08-11
1
-0
/
+2
*
virtio-pci: implement synchronize_cbs()
Jason Wang
2022-05-31
1
-0
/
+2
*
virtio: Replace unsigned with unsigned int
Solomon Tan
2022-05-31
1
-6
/
+6
*
virtio: pci: check bar values read from virtio config space
Keir Fraser
2022-03-28
1
-3
/
+9
*
Revert "virtio_pci: harden MSI-X interrupts"
Jason Wang
2022-03-28
1
-4
/
+2
*
virtio_pci: harden MSI-X interrupts
Jason Wang
2021-11-01
1
-2
/
+4
*
virtio_pci_modern: __force cast the notify mapping
Michael S. Tsirkin
2021-05-04
1
-1
/
+1
*
virtio-pci library: report resource address
Jason Wang
2021-05-03
1
-1
/
+1
*
virtio-pci library: switch to use vp_modern_map_vq_notify()
Jason Wang
2021-05-03
1
-25
/
+2
*
virtio-pci: introduce modern device module
Jason Wang
2021-02-23
1
-617
/
+0
*
virito-pci-modern: rename map_capability() to vp_modern_map_capability()
Jason Wang
2021-02-23
1
-16
/
+30
*
virtio-pci-modern: introduce helper to get notification offset
Jason Wang
2021-02-23
1
-5
/
+16
*
virtio-pci-modern: introduce helper for getting queue nums
Jason Wang
2021-02-23
1
-1
/
+12
*
virtio-pci-modern: introduce helper for setting/geting queue size
Jason Wang
2021-02-23
1
-2
/
+32
*
virtio-pci-modern: introduce helper to set/get queue_enable
Jason Wang
2021-02-23
1
-6
/
+31
*
virtio-pci-modern: introduce vp_modern_queue_address()
Jason Wang
2021-02-23
1
-6
/
+27
*
virtio-pci-modern: introduce vp_modern_set_queue_vector()
Jason Wang
2021-02-23
1
-12
/
+23
*
virtio-pci-modern: introduce vp_modern_generation()
Jason Wang
2021-02-23
1
-3
/
+14
*
virtio-pci-modern: introduce helpers for setting and getting features
Jason Wang
2021-02-23
1
-10
/
+33
*
virtio-pci-modern: introduce helpers for setting and getting status
Jason Wang
2021-02-23
1
-8
/
+29
*
virtio-pci-modern: introduce helper to set config vector
Jason Wang
2021-02-23
1
-2
/
+14
*
virtio-pci-modern: introduce vp_modern_remove()
Jason Wang
2021-02-23
1
-2
/
+12
*
virtio-pci-modern: factor out modern device initialization logic
Jason Wang
2021-02-23
1
-14
/
+36
*
virtio-pci: split out modern device
Jason Wang
2021-02-23
1
-70
/
+89
*
virtio-pci: do not access iomem via struct virtio_pci_device directly
Jason Wang
2021-02-23
1
-30
/
+46
*
virtio: Implement get_shm_region for PCI transport
Sebastien Boeuf
2020-09-10
1
-0
/
+95
*
virtio: pci: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
2020-08-15
1
-3
/
+3
*
virtio_pci_modern: Fix the comment of virtio_pci_find_capability()
Liao Pingfang
2020-08-05
1
-0
/
+1
*
virtio: add VIRTIO_RING_NO_LEGACY
Matej Genci
2020-06-02
1
-0
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78
Thomas Gleixner
2019-05-24
1
-4
/
+1
*
virtio_pci: support enabling VFs
Tiwei Bie
2018-06-12
1
-0
/
+14
*
virtio: add context flag to find vqs
Michael S. Tsirkin
2017-05-02
1
-4
/
+8
*
Revert "virtio_pci: remove struct virtio_pci_vq_info"
Michael S. Tsirkin
2017-04-10
1
-1
/
+5
*
Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"
Michael S. Tsirkin
2017-04-10
1
-1
/
+1
*
virtio: provide a method to get the IRQ affinity mask for a virtqueue
Christoph Hellwig
2017-02-27
1
-0
/
+2
*
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
2017-02-27
1
-4
/
+3
*
virtio_pci: don't duplicate the msix_enable flag in struct pci_dev
Christoph Hellwig
2017-02-27
1
-1
/
+1
*
virtio_pci: remove struct virtio_pci_vq_info
Christoph Hellwig
2017-02-27
1
-5
/
+1
*
virtio_pci_modern: fix complaint by sparse
Gonglei
2016-12-15
1
-4
/
+4
[next]