index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
virtio
/
virtio_pci_common.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-27
Merge tag 'vfio-v6.13-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
1
-2
/
+17
2024-11-13
virtio-pci: Introduce APIs to execute device parts admin commands
Yishai Hadas
1
-1
/
+7
2024-11-13
virtio: Manage device and driver capabilities via the admin commands
Yishai Hadas
1
-2
/
+11
2024-11-06
virtio_pci: Fix admin vq cleanup by using correct info pointer
Feng Liu
1
-0
/
+1
2024-07-17
virtio_pci_modern: remove admin queue serialization lock
Jiri Pirko
1
-2
/
+0
2024-07-17
virtio_pci_modern: use completion instead of busy loop to wait on admin cmd result
Jiri Pirko
1
-0
/
+3
2024-07-17
virtio: create admin queues alongside other virtqueues
Jiri Pirko
1
-2
/
+2
2024-07-17
virtio_pci_modern: treat vp_dev->admin_vq.info.vq pointer as static
Jiri Pirko
1
-1
/
+1
2024-07-17
virtio_pci: introduce vector allocation fallback for slow path virtqueues
Jiri Pirko
1
-2
/
+5
2024-07-17
virtio_pci: convert vp_*find_vqs() ops to find_vqs_info()
Jiri Pirko
1
-2
/
+1
2023-12-19
virtio-pci: Introduce APIs to execute legacy IO admin commands
Yishai Hadas
1
-0
/
+2
2023-12-19
virtio-pci: Initialize the supported admin commands
Yishai Hadas
1
-0
/
+19
2023-12-19
virtio-pci: Introduce admin command sending function
Feng Liu
1
-0
/
+6
2023-12-19
virtio-pci: Introduce admin virtqueue
Feng Liu
1
-1
/
+14
2023-06-27
virtio_pci: Optimize virtio_pci_device structure size
Feng Liu
1
-3
/
+4
2022-08-16
virtio: Revert "virtio: find_vqs() add arg sizes"
Michael S. Tsirkin
1
-1
/
+1
2022-08-16
virtio_pci: Revert "virtio_pci: support the arg sizes of find_vqs()"
Michael S. Tsirkin
1
-1
/
+0
2022-08-11
virtio_pci: support the arg sizes of find_vqs()
Xuan Zhuo
1
-0
/
+1
2022-08-11
virtio: find_vqs() add arg sizes
Xuan Zhuo
1
-1
/
+1
2022-05-31
virtio: Replace unsigned with unsigned int
Solomon Tan
1
-5
/
+5
2022-03-28
Revert "virtio_pci: harden MSI-X interrupts"
Jason Wang
1
-4
/
+2
2022-03-28
Revert "virtio-pci: harden INTX interrupts"
Jason Wang
1
-1
/
+0
2021-11-01
virtio-pci: harden INTX interrupts
Jason Wang
1
-0
/
+1
2021-11-01
virtio_pci: harden MSI-X interrupts
Jason Wang
1
-2
/
+4
2021-11-01
virtio-pci: introduce legacy device module
Wu Zongyong
1
-5
/
+4
2021-02-23
virtio-pci: introduce modern device module
Jason Wang
1
-26
/
+1
2021-02-23
virtio-pci: split out modern device
Jason Wang
1
-9
/
+16
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78
Thomas Gleixner
1
-4
/
+1
2018-08-11
virtio: Make vp_set_vq_affinity() take a mask.
Caleb Raitto
1
-1
/
+1
2017-05-02
virtio: add context flag to find vqs
Michael S. Tsirkin
1
-1
/
+3
2017-04-11
Revert "virtio_pci: remove struct virtio_pci_vq_info"
Michael S. Tsirkin
1
-3
/
+22
2017-04-11
Revert "virtio_pci: use shared interrupts for virtqueues"
Michael S. Tsirkin
1
-2
/
+14
2017-04-11
Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"
Michael S. Tsirkin
1
-0
/
+2
2017-02-27
virtio: provide a method to get the IRQ affinity mask for a virtqueue
Christoph Hellwig
1
-0
/
+2
2017-02-27
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
1
-3
/
+2
2017-02-27
virtio_pci: don't duplicate the msix_enable flag in struct pci_dev
Christoph Hellwig
1
-2
/
+0
2017-02-27
virtio_pci: use shared interrupts for virtqueues
Christoph Hellwig
1
-14
/
+2
2017-02-27
virtio_pci: remove struct virtio_pci_vq_info
Christoph Hellwig
1
-22
/
+3
2016-12-16
virtio_pci: use pci_alloc_irq_vectors
Christoph Hellwig
1
-1
/
+0
2016-03-02
virtio_pci: Use the DMA API if enabled
Andy Lutomirski
1
-6
/
+0
2016-01-12
virtio: make find_vqs() checkpatch.pl-friendly
Stefan Hajnoczi
1
-1
/
+1
2015-06-24
virtio-pci: alloc only resources actually used.
Gerd Hoffmann
1
-0
/
+2
2015-01-21
virtio_pci: add an option to disable legacy driver
Michael S. Tsirkin
1
-0
/
+10
2015-01-21
virtio_pci_modern: reduce number of mappings
Michael S. Tsirkin
1
-0
/
+3
2015-01-21
virtio_pci: modern driver
Michael S. Tsirkin
1
-3
/
+22
2015-01-21
virtio_pci: move probe/remove code to common
Michael S. Tsirkin
1
-3
/
+2
2015-01-06
virtio_pci: device-specific release callback
Michael S. Tsirkin
1
-1
/
+0
2014-12-14
virtio_pci: move probe to common file
Michael S. Tsirkin
1
-3
/
+3
2014-12-11
virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY
Michael S. Tsirkin
1
-1
/
+0
2014-12-09
virtio_pci: rename virtio_pci -> virtio_pci_common
Michael S. Tsirkin
1
-0
/
+136