index
:
pub/scm/linux/kernel/git/cel/linux.git
master
cel's fork of linux.git
Chuck Lever
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
virtio
/
virtio_pci_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
virtio-pci: return IRQ_HANDLED after non-zero ISR
Andrew Stellman
1
-1
/
+3
2026-08-19
virtio_pci: fix wrong queue index for admin vq in intx path
Li RongQing
1
-1
/
+1
2026-06-04
virtio_pci: fix vq info pointer lookup via wrong index
Ammar Faizi
1
-4
/
+6
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-9
/
+8
2025-01-27
virtio_pci: Add support for PCIe Function Level Reset
Israel Rukshin
1
-0
/
+41
2024-11-06
virtio_pci: Fix admin vq cleanup by using correct info pointer
Feng Liu
1
-6
/
+18
2024-07-17
virtio_pci_modern: use completion instead of busy loop to wait on admin cmd r...
Jiri Pirko
1
-5
/
+8
2024-07-17
virtio: create admin queues alongside other virtqueues
Jiri Pirko
1
-3
/
+40
2024-07-17
virtio_pci: pass vq info as an argument to vp_setup_vq()
Jiri Pirko
1
-6
/
+10
2024-07-17
virtio_pci: introduce vector allocation fallback for slow path virtqueues
Jiri Pirko
1
-7
/
+46
2024-07-17
virtio_pci: pass vector policy enum to vp_find_one_vq_msix()
Jiri Pirko
1
-8
/
+9
2024-07-17
virtio_pci: pass vector policy enum to vp_find_vqs_msix()
Jiri Pirko
1
-3
/
+13
2024-07-17
virtio_pci: simplify vp_request_msix_vectors() call a bit
Jiri Pirko
1
-2
/
+4
2024-07-17
virtio_pci: push out single vq find code to vp_find_one_vq_msix()
Jiri Pirko
1
-27
/
+41
2024-07-17
virtio_pci: convert vp_*find_vqs() ops to find_vqs_info()
Jiri Pirko
1
-22
/
+26
2024-05-22
virtio-pci: Check if is_avq is NULL
Li Zhang
1
-1
/
+1
2024-05-22
virtio: delete vq in vp_find_vqs_msix() when request_irq() fails
Jiri Pirko
1
-1
/
+3
2024-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+33
2023-12-27
virtio: Add support for no-reset virtio PCI PM
David Stevens
1
-1
/
+33
2023-12-19
virtio-pci: Introduce APIs to execute legacy IO admin commands
Yishai Hadas
1
-0
/
+11
2023-12-19
virtio-pci: Introduce admin virtqueue
Feng Liu
1
-0
/
+3
2023-11-01
virtio_pci: Switch away from deprecated irq_set_affinity_hint
Jakub Sitnicki
1
-3
/
+3
2023-08-10
virtio-pci: Fix legacy device flag setting error in probe
Feng Liu
1
-2
/
+0
2022-10-13
virtio_pci: use irq to detect interrupt support
Michael S. Tsirkin
1
-2
/
+2
2022-10-07
virtio_pci: don't try to use intxif pin is zero
Angus Chen
1
-0
/
+3
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
-10
/
+8
2022-08-11
virtio_pci: support the arg sizes of find_vqs()
Xuan Zhuo
1
-8
/
+10
2022-08-11
virtio: find_vqs() add arg sizes
Xuan Zhuo
1
-1
/
+1
2022-08-11
virtio_pci: support VIRTIO_F_RING_RESET
Xuan Zhuo
1
-3
/
+9
2022-05-31
virtio: Replace unsigned with unsigned int
Solomon Tan
1
-6
/
+6
2022-05-31
virtio-pci: Remove wrong address verification in vp_del_vqs()
Murilo Opsfelder Araujo
1
-2
/
+1
2022-03-28
Revert "virtio_pci: harden MSI-X interrupts"
Jason Wang
1
-21
/
+6
2022-03-28
Revert "virtio-pci: harden INTX interrupts"
Jason Wang
1
-21
/
+2
2021-11-01
virtio-pci: harden INTX interrupts
Jason Wang
1
-2
/
+21
2021-11-01
virtio_pci: harden MSI-X interrupts
Jason Wang
1
-6
/
+21
2021-11-01
virtio-pci: introduce legacy device module
Wu Zongyong
1
-4
/
+6
2021-08-10
virtio_pci: Support surprise removal of virtio pci device
Parav Pandit
1
-0
/
+7
2020-02-06
virtio-pci: check name when counting MSI-X vectors
Daniel Verkamp
1
-1
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78
Thomas Gleixner
1
-4
/
+1
2019-04-08
virtio_pci: fix a NULL pointer reference in vp_del_vqs
Longpeng
1
-3
/
+5
2019-01-14
virtio_pci: use queue idx instead of array idx to set up the vq
Wei Wang
1
-4
/
+4
2018-08-11
virtio: Make vp_set_vq_affinity() take a mask.
Caleb Raitto
1
-4
/
+3
2018-06-16
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+30
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+3
2018-06-12
virtio_pci: support enabling VFs
Tiwei Bie
1
-0
/
+30
2018-02-01
virtio_pci: don't kfree device on register failure
weiping zhang
1
-2
/
+6
[next]