index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
virtio
/
virtio_pci_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-08-25
virtio_pci: fix cpu affinity support
Christoph Hellwig
1
-3
/
+7
2017-05-02
virtio: add context flag to find vqs
Michael S. Tsirkin
1
-6
/
+11
2017-04-11
virtio-pci: Remove affinity hint before freeing the interrupt
Marc Zyngier
1
-3
/
+6
2017-04-11
Revert "virtio_pci: remove struct virtio_pci_vq_info"
Michael S. Tsirkin
1
-38
/
+90
2017-04-11
Revert "virtio_pci: use shared interrupts for virtqueues"
Michael S. Tsirkin
1
-110
/
+134
2017-04-11
Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"
Michael S. Tsirkin
1
-2
/
+3
2017-04-11
Revert "virtio_pci: simplify MSI-X setup"
Michael S. Tsirkin
1
-17
/
+15
2017-04-10
Revert "virtio_pci: fix out of bound access for msix_names"
Michael S. Tsirkin
1
-5
/
+4
2017-03-28
virtio_pci: fix out of bound access for msix_names
Jason Wang
1
-4
/
+5
2017-02-27
virtio: provide a method to get the IRQ affinity mask for a virtqueue
Christoph Hellwig
1
-0
/
+11
2017-02-27
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
1
-7
/
+12
2017-02-27
virtio_pci: simplify MSI-X setup
Christoph Hellwig
1
-17
/
+18
2017-02-27
virtio_pci: don't duplicate the msix_enable flag in struct pci_dev
Christoph Hellwig
1
-3
/
+2
2017-02-27
virtio_pci: use shared interrupts for virtqueues
Christoph Hellwig
1
-131
/
+104
2017-02-27
virtio_pci: remove struct virtio_pci_vq_info
Christoph Hellwig
1
-83
/
+34
2016-12-16
virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variants
Christoph Hellwig
1
-40
/
+57
2016-12-16
virtio_pci: merge vp_free_vectors into vp_del_vqs
Christoph Hellwig
1
-34
/
+27
2016-12-16
virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectors
Christoph Hellwig
1
-1
/
+0
2016-12-16
virtio_pci: use pci_alloc_irq_vectors
Christoph Hellwig
1
-25
/
+17
2016-12-16
virtio: clean up handling of request_irq failure
Michael S. Tsirkin
1
-3
/
+1
2016-03-16
Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2016-03-08
PCI: Add QEMU top-level IDs for (sub)vendor & device
Robin H. Johnson
1
-1
/
+1
2016-01-26
virtio_pci: fix use after free on release
Michael S. Tsirkin
1
-0
/
+2
2016-01-12
virtio: make find_vqs() checkpatch.pl-friendly
Stefan Hajnoczi
1
-2
/
+2
2015-07-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-7
/
+0
2015-06-24
virtio-pci: alloc only resources actually used.
Gerd Hoffmann
1
-7
/
+0
2015-06-23
Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+0
[next]