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_modern.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio_pci_modern: remove admin queue serialization lock
Jiri Pirko
2024-07-17
1
-5
/
+0
*
virtio_pci_modern: use completion instead of busy loop to wait on admin cmd r...
Jiri Pirko
2024-07-17
1
-11
/
+63
*
virtio_pci_modern: pass cmd as an identification token
Jiri Pirko
2024-07-17
1
-3
/
+3
*
virtio_pci_modern: create admin queue of queried size
Jiri Pirko
2024-07-17
1
-2
/
+1
*
virtio: create admin queues alongside other virtqueues
Jiri Pirko
2024-07-17
1
-61
/
+2
*
virtio: push out code to vp_avq_index()
Jiri Pirko
2024-07-17
1
-10
/
+21
*
virtio_pci_modern: treat vp_dev->admin_vq.info.vq pointer as static
Jiri Pirko
2024-07-17
1
-10
/
+1
*
virtio: rename find_vqs_info() op to find_vqs()
Jiri Pirko
2024-07-17
1
-2
/
+2
*
virtio_pci: convert vp_*find_vqs() ops to find_vqs_info()
Jiri Pirko
2024-07-17
1
-5
/
+4
*
virtio-pci: Initialize the supported admin commands
Yishai Hadas
2023-12-19
1
-2
/
+47
*
virtio-pci: Introduce admin command sending function
Feng Liu
2023-12-19
1
-2
/
+141
*
virtio-pci: Introduce admin virtqueue
Feng Liu
2023-12-19
1
-2
/
+73
*
virtio_pci: add check for common cfg size
Xuan Zhuo
2023-11-01
1
-0
/
+36
*
virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
Viktor Prutyanov
2023-04-21
1
-1
/
+16
*
virtio_ring: Allow non power of 2 sizes for packed virtqueue
Feng Liu
2023-04-21
1
-5
/
+0
*
virtio_pci: modify ENOENT to EINVAL
Angus Chen
2022-12-28
1
-1
/
+1
*
virtio_pci: use helper function is_power_of_2()
Shaoqin Huang
2022-12-28
1
-1
/
+1
*
virtio: Revert "virtio: find_vqs() add arg sizes"
Michael S. Tsirkin
2022-08-16
1
-5
/
+2
*
virtio_pci: Revert "virtio_pci: support the arg sizes of find_vqs()"
Michael S. Tsirkin
2022-08-16
1
-7
/
+3
*
virtio_pci: support the arg sizes of find_vqs()
Xuan Zhuo
2022-08-11
1
-3
/
+7
*
virtio: find_vqs() add arg sizes
Xuan Zhuo
2022-08-11
1
-2
/
+5
*
virtio_pci: support VIRTIO_F_RING_RESET
Xuan Zhuo
2022-08-11
1
-0
/
+88
*
virtio_pci: extract the logic of active vq for modern pci
Xuan Zhuo
2022-08-11
1
-18
/
+28
*
virtio: record the maximum queue num supported by the device.
Xuan Zhuo
2022-08-11
1
-0
/
+2
*
virtio-pci: implement synchronize_cbs()
Jason Wang
2022-05-31
1
-0
/
+2
*
virtio: Replace unsigned with unsigned int
Solomon Tan
2022-05-31
1
-6
/
+6
*
virtio: pci: check bar values read from virtio config space
Keir Fraser
2022-03-28
1
-3
/
+9
*
Revert "virtio_pci: harden MSI-X interrupts"
Jason Wang
2022-03-28
1
-4
/
+2
*
virtio_pci: harden MSI-X interrupts
Jason Wang
2021-11-01
1
-2
/
+4
*
virtio_pci_modern: __force cast the notify mapping
Michael S. Tsirkin
2021-05-04
1
-1
/
+1
*
virtio-pci library: report resource address
Jason Wang
2021-05-03
1
-1
/
+1
*
virtio-pci library: switch to use vp_modern_map_vq_notify()
Jason Wang
2021-05-03
1
-25
/
+2
*
virtio-pci: introduce modern device module
Jason Wang
2021-02-23
1
-617
/
+0
*
virito-pci-modern: rename map_capability() to vp_modern_map_capability()
Jason Wang
2021-02-23
1
-16
/
+30
*
virtio-pci-modern: introduce helper to get notification offset
Jason Wang
2021-02-23
1
-5
/
+16
*
virtio-pci-modern: introduce helper for getting queue nums
Jason Wang
2021-02-23
1
-1
/
+12
*
virtio-pci-modern: introduce helper for setting/geting queue size
Jason Wang
2021-02-23
1
-2
/
+32
*
virtio-pci-modern: introduce helper to set/get queue_enable
Jason Wang
2021-02-23
1
-6
/
+31
*
virtio-pci-modern: introduce vp_modern_queue_address()
Jason Wang
2021-02-23
1
-6
/
+27
*
virtio-pci-modern: introduce vp_modern_set_queue_vector()
Jason Wang
2021-02-23
1
-12
/
+23
*
virtio-pci-modern: introduce vp_modern_generation()
Jason Wang
2021-02-23
1
-3
/
+14
*
virtio-pci-modern: introduce helpers for setting and getting features
Jason Wang
2021-02-23
1
-10
/
+33
*
virtio-pci-modern: introduce helpers for setting and getting status
Jason Wang
2021-02-23
1
-8
/
+29
*
virtio-pci-modern: introduce helper to set config vector
Jason Wang
2021-02-23
1
-2
/
+14
*
virtio-pci-modern: introduce vp_modern_remove()
Jason Wang
2021-02-23
1
-2
/
+12
*
virtio-pci-modern: factor out modern device initialization logic
Jason Wang
2021-02-23
1
-14
/
+36
*
virtio-pci: split out modern device
Jason Wang
2021-02-23
1
-70
/
+89
*
virtio-pci: do not access iomem via struct virtio_pci_device directly
Jason Wang
2021-02-23
1
-30
/
+46
*
virtio: Implement get_shm_region for PCI transport
Sebastien Boeuf
2020-09-10
1
-0
/
+95
*
virtio: pci: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
2020-08-14
1
-3
/
+3
[next]