index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-07-17
virtio_pci: pass vq info as an argument to vp_setup_vq()
Jiri Pirko
2024-07-17
virtio: push out code to vp_avq_index()
Jiri Pirko
2024-07-17
virtio_pci_modern: treat vp_dev->admin_vq.info.vq pointer as static
Jiri Pirko
2024-07-17
virtio_pci: introduce vector allocation fallback for slow path virtqueues
Jiri Pirko
2024-07-17
virtio_pci: pass vector policy enum to vp_find_one_vq_msix()
Jiri Pirko
2024-07-17
virtio_pci: pass vector policy enum to vp_find_vqs_msix()
Jiri Pirko
2024-07-17
virtio_pci: simplify vp_request_msix_vectors() call a bit
Jiri Pirko
2024-07-17
virtio_pci: push out single vq find code to vp_find_one_vq_msix()
Jiri Pirko
2024-07-17
vdpa/octeon_ep: Fix error code in octep_process_mbox()
Dan Carpenter
2024-07-17
virtio: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
2024-07-17
virtio: remove unused virtio_find_vqs() and virtio_find_vqs_ctx() helpers
Jiri Pirko
2024-07-17
virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
Jiri Pirko
2024-07-17
virtio_balloon: convert to use virtio_find_vqs_info()
Jiri Pirko
2024-07-17
virtiofs: convert to use virtio_find_vqs_info()
Jiri Pirko
2024-07-17
scsi: virtio_scsi: convert to use virtio_find_vqs_info()
Jiri Pirko
2024-07-17
virtio_net: convert to use virtio_find_vqs_info()
Jiri Pirko
2024-07-17
virtio_crypto: convert to use virtio_find_vqs_info()
Jiri Pirko
2024-07-17
virtio_console: convert to use virtio_find_vqs_info()
Jiri Pirko
2024-07-17
virtio_blk: convert to use virtio_find_vqs_info()
Jiri Pirko
2024-07-17
virtio: rename find_vqs_info() op to find_vqs()
Jiri Pirko
2024-07-17
virtio: remove the original find_vqs() op
Jiri Pirko
2024-07-17
virtio: call virtio_find_vqs_info() from virtio_find_single_vq() directly
Jiri Pirko
2024-07-17
virtio: convert find_vqs() op implementations to find_vqs_info()
Jiri Pirko
2024-07-17
virtio_pci: convert vp_*find_vqs() ops to find_vqs_info()
Jiri Pirko
2024-07-17
virtio: introduce virtio_queue_info struct and find_vqs_info() config op
Jiri Pirko
2024-07-17
virtio: make virtio_find_single_vq() call virtio_find_vqs()
Jiri Pirko
2024-07-17
virtio: make virtio_find_vqs() call virtio_find_vqs_ctx()
Jiri Pirko
2024-07-17
caif_virtio: use virtio_find_single_vq() for single virtqueue finding
Jiri Pirko
2024-07-09
vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()
Dragos Tatulea
2024-07-09
vdpa/mlx5: Don't reset VQs more than necessary
Dragos Tatulea
2024-07-09
vdpa/mlx5: Re-create HW VQs under certain conditions
Dragos Tatulea
2024-07-09
vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time
Dragos Tatulea
2024-07-09
vdpa/mlx5: Use suspend/resume during VQP change
Dragos Tatulea
2024-07-09
vdpa/mlx5: Forward error in suspend/resume device
Dragos Tatulea
2024-07-09
vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()
Dragos Tatulea
2024-07-09
vdpa/mlx5: Add error code for suspend/resume VQ
Dragos Tatulea
2024-07-09
vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()
Dragos Tatulea
2024-07-09
vdpa/mlx5: Allow creation of blank VQs
Dragos Tatulea
2024-07-09
vdpa/mlx5: Set mkey modified flags on all VQs
Dragos Tatulea
2024-07-09
vdpa/mlx5: Start off rqt_size with max VQPs
Dragos Tatulea
2024-07-09
vdpa/mlx5: Set an initial size on the VQ
Dragos Tatulea
2024-07-09
vdpa/mlx5: Add support for modifying the VQ features field
Dragos Tatulea
2024-07-09
vdpa/mlx5: Add support for modifying the virtio_version VQ field
Dragos Tatulea
2024-07-09
vdpa/mlx5: Rename init_mvqs
Dragos Tatulea
2024-07-09
vdpa/mlx5: Clear and reinitialize software VQ data on reset
Dragos Tatulea
2024-07-09
vdpa/mlx5: Initialize and reset device with one queue pair
Dragos Tatulea
2024-07-09
vdpa/mlx5: Remove duplicate suspend code
Dragos Tatulea
2024-07-09
vdpa/mlx5: Iterate over active VQs during suspend/resume
Dragos Tatulea
2024-07-09
vdpa/mlx5: Drop redundant check in teardown_virtqueues()
Dragos Tatulea
[next]