index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-zevio.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-17
virtio: remove unused virtio_find_vqs() and virtio_find_vqs_ctx() helpers
Jiri Pirko
1
-32
/
+0
2024-07-17
virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
Jiri Pirko
11
-75
/
+59
2024-07-17
virtio_balloon: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-21
/
+13
2024-07-17
virtiofs: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-13
/
+9
2024-07-17
scsi: virtio_scsi: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-19
/
+13
2024-07-17
virtio_net: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-21
/
+13
2024-07-17
virtio_crypto: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-19
/
+12
2024-07-17
virtio_console: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-26
/
+18
2024-07-17
virtio_blk: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-12
/
+8
2024-07-17
virtio: rename find_vqs_info() op to find_vqs()
Jiri Pirko
9
-15
/
+15
2024-07-17
virtio: remove the original find_vqs() op
Jiri Pirko
1
-17
/
+0
2024-07-17
virtio: call virtio_find_vqs_info() from virtio_find_single_vq() directly
Jiri Pirko
1
-3
/
+4
2024-07-17
virtio: convert find_vqs() op implementations to find_vqs_info()
Jiri Pirko
6
-42
/
+42
2024-07-17
virtio_pci: convert vp_*find_vqs() ops to find_vqs_info()
Jiri Pirko
4
-30
/
+32
2024-07-17
virtio: introduce virtio_queue_info struct and find_vqs_info() config op
Jiri Pirko
1
-3
/
+52
2024-07-17
virtio: make virtio_find_single_vq() call virtio_find_vqs()
Jiri Pirko
1
-14
/
+14
2024-07-17
virtio: make virtio_find_vqs() call virtio_find_vqs_ctx()
Jiri Pirko
1
-7
/
+8
2024-07-17
caif_virtio: use virtio_find_single_vq() for single virtqueue finding
Jiri Pirko
1
-4
/
+4
2024-07-09
vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()
Dragos Tatulea
1
-0
/
+3
2024-07-09
vdpa/mlx5: Don't reset VQs more than necessary
Dragos Tatulea
1
-3
/
+27
2024-07-09
vdpa/mlx5: Re-create HW VQs under certain conditions
Dragos Tatulea
2
-0
/
+16
2024-07-09
vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time
Dragos Tatulea
1
-5
/
+32
2024-07-09
vdpa/mlx5: Use suspend/resume during VQP change
Dragos Tatulea
1
-3
/
+11
2024-07-09
vdpa/mlx5: Forward error in suspend/resume device
Dragos Tatulea
1
-4
/
+8
2024-07-09
vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()
Dragos Tatulea
1
-12
/
+6
2024-07-09
vdpa/mlx5: Add error code for suspend/resume VQ
Dragos Tatulea
1
-23
/
+54
2024-07-09
vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()
Dragos Tatulea
1
-2
/
+22
2024-07-09
vdpa/mlx5: Allow creation of blank VQs
Dragos Tatulea
1
-30
/
+55
2024-07-09
vdpa/mlx5: Set mkey modified flags on all VQs
Dragos Tatulea
1
-1
/
+1
2024-07-09
vdpa/mlx5: Start off rqt_size with max VQPs
Dragos Tatulea
1
-5
/
+5
2024-07-09
vdpa/mlx5: Set an initial size on the VQ
Dragos Tatulea
1
-3
/
+3
2024-07-09
vdpa/mlx5: Add support for modifying the VQ features field
Dragos Tatulea
2
-1
/
+12
2024-07-09
vdpa/mlx5: Add support for modifying the virtio_version VQ field
Dragos Tatulea
2
-0
/
+17
2024-07-09
vdpa/mlx5: Rename init_mvqs
Dragos Tatulea
1
-5
/
+5
2024-07-09
vdpa/mlx5: Clear and reinitialize software VQ data on reset
Dragos Tatulea
1
-13
/
+3
2024-07-09
vdpa/mlx5: Initialize and reset device with one queue pair
Dragos Tatulea
1
-11
/
+12
2024-07-09
vdpa/mlx5: Remove duplicate suspend code
Dragos Tatulea
1
-6
/
+1
2024-07-09
vdpa/mlx5: Iterate over active VQs during suspend/resume
Dragos Tatulea
1
-2
/
+2
2024-07-09
vdpa/mlx5: Drop redundant check in teardown_virtqueues()
Dragos Tatulea
1
-8
/
+2
2024-07-09
vdpa/mlx5: Drop redundant code
Dragos Tatulea
1
-6
/
+0
2024-07-09
vdpa/mlx5: Make setup/teardown_vq_resources() symmetrical
Dragos Tatulea
1
-5
/
+5
2024-07-09
vdpa/mlx5: Clarify meaning thorough function rename
Dragos Tatulea
1
-14
/
+14
2024-07-09
virtio-fs: improved request latencies when Virtio queue is full
Peter-Jan Gootzen
1
-15
/
+19
2024-07-09
virtio-fs: let -ENOMEM bubble up or burst gently
Peter-Jan Gootzen
1
-3
/
+3
2024-07-09
vDPA: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-07-09
virtio: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-07-09
vringh: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-07-09
MAINTAINERS: Change lingshan's email to kernel.org
Zhu Lingshan
1
-1
/
+1
2024-07-09
vhost: move smp_rmb() into vhost_get_avail_idx()
Michael S. Tsirkin
1
-63
/
+42
2024-07-09
virtio_balloon: separate vm events into a function
zhenwei pi
1
-14
/
+29
[next]