index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
My (slowly updated) mirror of Linux from Asahi Linux
Runxi Yu
about
summary
refs
log
tree
commit
diff
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-18
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-07
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-14
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-16
1
-0
/
+30
|
\
|
*
virtio_pci: support enabling VFs
Tiwei Bie
2018-06-12
1
-0
/
+30
*
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
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-11
1
-3
/
+6
*
Revert "virtio_pci: remove struct virtio_pci_vq_info"
Michael S. Tsirkin
2017-04-11
1
-38
/
+90
*
Revert "virtio_pci: use shared interrupts for virtqueues"
Michael S. Tsirkin
2017-04-11
1
-110
/
+134
*
Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"
Michael S. Tsirkin
2017-04-11
1
-2
/
+3
*
Revert "virtio_pci: simplify MSI-X setup"
Michael S. Tsirkin
2017-04-11
1
-17
/
+15
*
Revert "virtio_pci: fix out of bound access for msix_names"
Michael S. Tsirkin
2017-04-10
1
-5
/
+4
[next]