index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-27
vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps()
Eli Cohen
1
-1
/
+3
2022-01-27
vdpa/mlx5: Fix wrong configuration of virtio_version_1_0
Eli Cohen
1
-2
/
+0
2022-01-27
ifcvf/vDPA: fix misuse virtio-net device config size for blk dev
Zhu Lingshan
3
-33
/
+41
2021-12-22
vdpa: Consider device id larger than 31
Parav Pandit
1
-1
/
+2
2021-12-22
vduse: check that offset is within bounds in get_config()
Dan Carpenter
1
-1
/
+2
2021-12-22
vduse: fix memory corruption in vduse_dev_ioctl()
Dan Carpenter
1
-1
/
+2
2021-12-01
vdpa_sim: avoid putting an uninitialized iova_domain
Longpeng
1
-2
/
+5
2021-11-18
vdpa/mlx5: Fix clearing of VIRTIO_NET_F_MAC feature bit
Parav Pandit
1
-1
/
+0
2021-10-22
vduse: Fix race condition between resetting and irq injecting
Xie Yongji
1
-12
/
+25
2021-10-22
vduse: Disallow injecting interrupt before DRIVER_OK is set
Xie Yongji
1
-0
/
+8
2021-09-15
vdpa/mlx5: Avoid executing set_vq_ready() if device is reset
Eli Cohen
1
-0
/
+3
2021-09-15
vdpa/mlx5: Clear ready indication for control VQ
Eli Cohen
1
-0
/
+2
2021-09-15
vduse: Cleanup the old kernel states after reset failure
Xie Yongji
1
-4
/
+2
2021-09-15
vduse: missing error code in vduse_init()
Dan Carpenter
1
-1
/
+3
2021-09-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
16
-203
/
+3107
2021-09-06
Documentation: Add documentation for VDUSE
Xie Yongji
1
-5
/
+0
2021-09-06
vduse: Introduce VDUSE - vDPA Device in Userspace
Xie Yongji
4
-0
/
+1662
2021-09-06
vduse: Implement an MMU-based software IOTLB
Xie Yongji
2
-0
/
+618
2021-09-06
vdpa: Support transferring virtual addressing during DMA mapping
Xie Yongji
5
-5
/
+12
2021-09-06
vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
Xie Yongji
1
-3
/
+3
2021-09-06
vdpa: Add reset callback in vdpa_config_ops
Xie Yongji
4
-32
/
+76
2021-09-05
vdpa_sim: Use iova_shift() for the size passed to alloc_iova()
Xie Yongji
1
-1
/
+2
2021-09-05
vdpa/mlx5: Add multiqueue support
Eli Cohen
3
-31
/
+169
2021-09-05
vdpa/mlx5: Add support for control VQ and MAC setting
Eli Cohen
5
-32
/
+329
2021-09-05
vdpa/mlx5: Ensure valid indices are provided
Eli Cohen
2
-0
/
+55
2021-09-05
vdpa/mlx5: Decouple virtqueue callback from struct mlx5_vdpa_virtqueue
Eli Cohen
1
-8
/
+9
2021-09-05
vdpa/mlx5: function prototype modifications in preparation to control VQ
Eli Cohen
1
-19
/
+21
2021-09-05
vdpa/mlx5: Remove redundant header file inclusion
Eli Cohen
1
-1
/
+0
2021-09-05
vDPA/ifcvf: enable multiqueue and control vq
Zhu Lingshan
2
-17
/
+3
2021-09-05
vDPA/ifcvf: detect and use the onboard number of queues directly
Zhu Lingshan
3
-18
/
+21
2021-09-05
vDPA/ifcvf: implement management netlink framework for ifcvf
Zhu Lingshan
2
-35
/
+123
2021-09-05
vDPA/ifcvf: introduce get_dev_type() which returns virtio dev id
Zhu Lingshan
1
-13
/
+21
2021-09-01
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+1
2021-08-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-18
/
+17
2021-08-16
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
5
-18
/
+17
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2021-08-11
vdpa/mlx5: Fix queue type selection logic
Eli Cohen
1
-4
/
+10
2021-08-11
vdpa/mlx5: Avoid destroying MR on empty iotlb
Eli Cohen
1
-9
/
+0
2021-08-11
vDPA/ifcvf: Fix return value check for vdpa_alloc_device()
Xie Yongji
1
-2
/
+2
2021-08-11
vp_vdpa: Fix return value check for vdpa_alloc_device()
Xie Yongji
1
-2
/
+2
2021-08-11
vdpa_sim: Fix return value check for vdpa_alloc_device()
Xie Yongji
1
-1
/
+3
2021-08-10
net/mlx5: Synchronize correct IRQ when destroying CQ
Shay Drory
1
-2
/
+1
2021-07-25
IB/mlx5: Rename is_apu_thread_cq function to is_apu_cq
Tal Gilboa
1
-1
/
+1
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-07-08
vp_vdpa: allow set vq state to initial state after reset
Jason Wang
1
-3
/
+39
2021-07-08
vdpa: support packed virtqueue for set/get_vq_state()
Jason Wang
3
-8
/
+8
2021-07-08
vdpa/mlx5: Clear vq ready indication upon device reset
Eli Cohen
1
-0
/
+9
2021-07-08
vdpa/mlx5: Add support for doorbell bypassing
Eli Cohen
3
-0
/
+16
2021-07-03
vdpa/mlx5: Add support for running with virtio_vdpa
Eli Cohen
3
-15
/
+87
2021-07-03
vdp/mlx5: Fix setting the correct dma_device
Eli Cohen
2
-8
/
+3
[next]