index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vdpa/mlx5: make MTU/STATUS presence conditional on feature bits
Si-Wei Liu
2023-02-21
1
-8
/
+14
*
vdpa: validate device feature provisioning against supported class
Si-Wei Liu
2023-02-21
1
-9
/
+50
*
vdpa: validate provisioned device features against specified attribute
Si-Wei Liu
2023-02-21
1
-0
/
+18
*
vdpa: conditionally read STATUS in config space
Si-Wei Liu
2023-02-21
1
-5
/
+15
*
vdpa: fix improper error message when adding vdpa dev
Si-Wei Liu
2023-02-21
1
-2
/
+4
*
vdpa/mlx5: Initialize CVQ iotlb spinlock
Eli Cohen
2023-02-21
1
-0
/
+1
*
vdpa/mlx5: Don't clear mr struct on destroy MR
Eli Cohen
2023-02-21
1
-1
/
+0
*
vdpa/mlx5: Directly assign memory key
Eli Cohen
2023-02-21
1
-1
/
+1
*
vhost-vdpa: print warning when vhost_vdpa_alloc_domain fails
Alvaro Karsz
2023-02-21
1
-1
/
+4
*
scsi: virtio_scsi: fix handling of kmalloc failure
Zheng Wang
2023-02-21
1
-2
/
+12
*
vdpa: Fix a couple of spelling mistakes in some messages
Colin Ian King
2023-02-21
2
-2
/
+2
*
vhost-net: support VIRTIO_F_RING_RESET
Kangjie Xu
2023-02-21
1
-1
/
+2
*
vhost-scsi: convert sysfs snprintf and sprintf to sysfs_emit
Bo Liu
2023-02-21
1
-3
/
+3
*
vdpa: mlx5: support per virtqueue dma device
Jason Wang
2023-02-21
1
-0
/
+11
*
vdpa: set dma mask for vDPA device
Jason Wang
2023-02-21
1
-0
/
+5
*
virtio-vdpa: support per vq dma device
Jason Wang
2023-02-21
1
-3
/
+10
*
virtio_ring: per virtqueue dma device
Jason Wang
2023-02-21
1
-40
/
+93
*
vhost: remove unused paramete
Liming Wu
2023-02-21
4
-4
/
+4
*
vhost-test: remove meaningless debug info
Liming Wu
2023-02-21
1
-3
/
+0
*
vdpa_sim: get rid of DMA ops
Jason Wang
2023-02-21
2
-150
/
+22
*
vdpa_sim_net: vendor satistics
Jason Wang
2023-02-21
1
-6
/
+213
*
vdpa_sim: support vendor statistics
Jason Wang
2023-02-21
2
-0
/
+17
*
vdpasim: customize allocation size
Jason Wang
2023-02-21
4
-1
/
+7
*
vdpa_sim: switch to use __vdpa_alloc_device()
Jason Wang
2023-02-21
1
-5
/
+8
*
vdpa_sim: use weak barriers
Jason Wang
2023-02-21
1
-1
/
+1
*
virtio-blk: support completion batching for the IRQ path
Suwan Kim
2023-02-21
1
-37
/
+45
*
virtio-blk: set req->state to MQ_RQ_COMPLETE after polling I/O is finished
Suwan Kim
2023-02-21
1
-2
/
+3
*
vdpa_sim: Implement resume vdpa op
Sebastien Boeuf
2023-02-21
2
-0
/
+30
*
vhost-vdpa: uAPI to resume the device
Sebastien Boeuf
2023-02-21
1
-0
/
+18
*
vhost-vdpa: Introduce RESUME backend feature bit
Sebastien Boeuf
2023-02-21
1
-1
/
+15
*
virtio: vdpa: new SolidNET DPU driver.
Alvaro Karsz
2023-02-21
6
-0
/
+1518
*
PCI: Avoid FLR for SolidRun SNET DPU rev 1
Alvaro Karsz
2023-02-21
1
-0
/
+8
*
vdpa_sim_net: Offer VIRTIO_NET_F_STATUS
Eugenio PĂ©rez
2023-02-21
1
-0
/
+1
*
vDPA/ifcvf: implement features provisioning
Zhu Lingshan
2023-02-21
3
-1
/
+17
*
vDPA/ifcvf: retire ifcvf_private_to_vf
Zhu Lingshan
2023-02-21
2
-8
/
+5
*
vDPA/ifcvf: allocate the adapter in dev_add()
Zhu Lingshan
2023-02-21
1
-21
/
+13
*
vDPA/ifcvf: manage ifcvf_hw in the mgmt_dev
Zhu Lingshan
2023-02-21
2
-5
/
+7
*
vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hw
Zhu Lingshan
2023-02-21
1
-3
/
+2
*
vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...
Zhu Lingshan
2023-02-21
1
-12
/
+9
*
vDPA/ifcvf: decouple vq irq requester from the adapter
Zhu Lingshan
2023-02-21
1
-11
/
+8
*
vDPA/ifcvf: decouple config IRQ releaser from the adapter
Zhu Lingshan
2023-02-21
1
-12
/
+10
*
vDPA/ifcvf: decouple vq IRQ releasers from the adapter
Zhu Lingshan
2023-02-21
1
-12
/
+9
*
vDPA/ifcvf: alloc the mgmt_dev before the adapter
Zhu Lingshan
2023-02-21
1
-17
/
+14
*
vDPA/ifcvf: decouple config space ops from the adapter
Zhu Lingshan
2023-02-21
1
-16
/
+5
*
vDPA/ifcvf: decouple hw features manipulators from the adapter
Zhu Lingshan
2023-02-21
3
-7
/
+4
*
vdpa/mlx5: Add RX counters to debugfs
Eli Cohen
2023-02-21
4
-30
/
+219
*
vdpa/mlx5: Add debugfs subtree
Eli Cohen
2023-02-21
4
-1
/
+87
*
vdpa/mlx5: Move some definitions to a new header file
Eli Cohen
2023-02-21
2
-44
/
+56
*
virtio_blk: zone append in header type tweak
Michael S. Tsirkin
2023-02-15
1
-1
/
+1
*
virtio_blk: temporary variable type tweak
Michael S. Tsirkin
2023-02-15
1
-1
/
+1
[next]