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_common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio_pci_modern: use completion instead of busy loop to wait on admin cmd r...
Jiri Pirko
2024-07-17
1
-5
/
+8
*
virtio: create admin queues alongside other virtqueues
Jiri Pirko
2024-07-17
1
-3
/
+40
*
virtio_pci: pass vq info as an argument to vp_setup_vq()
Jiri Pirko
2024-07-17
1
-6
/
+10
*
virtio_pci: introduce vector allocation fallback for slow path virtqueues
Jiri Pirko
2024-07-17
1
-7
/
+46
*
virtio_pci: pass vector policy enum to vp_find_one_vq_msix()
Jiri Pirko
2024-07-17
1
-8
/
+9
*
virtio_pci: pass vector policy enum to vp_find_vqs_msix()
Jiri Pirko
2024-07-17
1
-3
/
+13
*
virtio_pci: simplify vp_request_msix_vectors() call a bit
Jiri Pirko
2024-07-17
1
-2
/
+4
*
virtio_pci: push out single vq find code to vp_find_one_vq_msix()
Jiri Pirko
2024-07-17
1
-27
/
+41
*
virtio_pci: convert vp_*find_vqs() ops to find_vqs_info()
Jiri Pirko
2024-07-17
1
-22
/
+26
*
virtio-pci: Check if is_avq is NULL
Li Zhang
2024-05-22
1
-1
/
+1
*
virtio: delete vq in vp_find_vqs_msix() when request_irq() fails
Jiri Pirko
2024-05-22
1
-1
/
+3
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-01-19
1
-1
/
+33
|
\
|
*
virtio: Add support for no-reset virtio PCI PM
David Stevens
2023-12-27
1
-1
/
+33
*
|
virtio-pci: Introduce APIs to execute legacy IO admin commands
Yishai Hadas
2023-12-19
1
-0
/
+11
*
|
virtio-pci: Introduce admin virtqueue
Feng Liu
2023-12-19
1
-0
/
+3
|
/
*
virtio_pci: Switch away from deprecated irq_set_affinity_hint
Jakub Sitnicki
2023-11-01
1
-3
/
+3
*
virtio-pci: Fix legacy device flag setting error in probe
Feng Liu
2023-08-10
1
-2
/
+0
*
virtio_pci: use irq to detect interrupt support
Michael S. Tsirkin
2022-10-13
1
-2
/
+2
*
virtio_pci: don't try to use intxif pin is zero
Angus Chen
2022-10-08
1
-0
/
+3
*
virtio: Revert "virtio: find_vqs() add arg sizes"
Michael S. Tsirkin
2022-08-16
1
-1
/
+1
*
virtio_pci: Revert "virtio_pci: support the arg sizes of find_vqs()"
Michael S. Tsirkin
2022-08-16
1
-10
/
+8
*
virtio_pci: support the arg sizes of find_vqs()
Xuan Zhuo
2022-08-11
1
-8
/
+10
*
virtio: find_vqs() add arg sizes
Xuan Zhuo
2022-08-11
1
-1
/
+1
*
virtio_pci: support VIRTIO_F_RING_RESET
Xuan Zhuo
2022-08-11
1
-3
/
+9
*
virtio: Replace unsigned with unsigned int
Solomon Tan
2022-05-31
1
-6
/
+6
*
virtio-pci: Remove wrong address verification in vp_del_vqs()
Murilo Opsfelder Araujo
2022-05-31
1
-2
/
+1
*
Revert "virtio_pci: harden MSI-X interrupts"
Jason Wang
2022-03-28
1
-21
/
+6
*
Revert "virtio-pci: harden INTX interrupts"
Jason Wang
2022-03-28
1
-21
/
+2
*
virtio-pci: harden INTX interrupts
Jason Wang
2021-11-01
1
-2
/
+21
*
virtio_pci: harden MSI-X interrupts
Jason Wang
2021-11-01
1
-6
/
+21
*
virtio-pci: introduce legacy device module
Wu Zongyong
2021-11-01
1
-4
/
+6
*
virtio_pci: Support surprise removal of virtio pci device
Parav Pandit
2021-08-10
1
-0
/
+7
*
virtio-pci: check name when counting MSI-X vectors
Daniel Verkamp
2020-02-06
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78
Thomas Gleixner
2019-05-24
1
-4
/
+1
*
virtio_pci: fix a NULL pointer reference in vp_del_vqs
Longpeng
2019-04-08
1
-3
/
+5
*
virtio_pci: use queue idx instead of array idx to set up the vq
Wei Wang
2019-01-15
1
-4
/
+4
*
virtio: Make vp_set_vq_affinity() take a mask.
Caleb Raitto
2018-08-11
1
-4
/
+3
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2018-06-15
1
-0
/
+30
|
\
|
*
virtio_pci: support enabling VFs
Tiwei Bie
2018-06-12
1
-0
/
+30
*
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-1
/
+1
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
1
-2
/
+3
|
/
*
virtio_pci: don't kfree device on register failure
weiping zhang
2018-02-01
1
-2
/
+6
*
virtio_pci: fix cpu affinity support
Christoph Hellwig
2017-08-25
1
-3
/
+7
*
virtio: add context flag to find vqs
Michael S. Tsirkin
2017-05-02
1
-6
/
+11
*
virtio-pci: Remove affinity hint before freeing the interrupt
Marc Zyngier
2017-04-10
1
-3
/
+6
*
Revert "virtio_pci: remove struct virtio_pci_vq_info"
Michael S. Tsirkin
2017-04-10
1
-38
/
+90
*
Revert "virtio_pci: use shared interrupts for virtqueues"
Michael S. Tsirkin
2017-04-10
1
-110
/
+134
*
Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"
Michael S. Tsirkin
2017-04-10
1
-2
/
+3
*
Revert "virtio_pci: simplify MSI-X setup"
Michael S. Tsirkin
2017-04-10
1
-17
/
+15
*
Revert "virtio_pci: fix out of bound access for msix_names"
Michael S. Tsirkin
2017-04-10
1
-5
/
+4
[next]