index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/vdpa: Use struct for set/get vq state
Eli Cohen
2020-08-06
6
-18
/
+34
*
vdpa: remove hard coded virtq num
Max Gurtovoy
2020-08-06
5
-11
/
+14
*
vdpasim: support batch updating
Jason Wang
2020-08-06
1
-3
/
+37
*
vhost-vdpa: support IOTLB batching hints
Jason Wang
2020-08-06
3
-9
/
+40
*
vhost-vdpa: support get/set backend features
Jason Wang
2020-08-06
1
-0
/
+18
*
vhost: generialize backend features setting/getting
Jason Wang
2020-08-06
3
-16
/
+19
*
vhost-vdpa: refine ioctl pre-processing
Jason Wang
2020-08-06
1
-4
/
+5
*
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Michael S. Tsirkin
2020-08-06
18
-77
/
+228
|
\
|
*
RDMA/mlx5: ConnectX-7 new capabilities to set relaxed ordering by UMR
Meir Lichtinger
2020-07-24
1
-1
/
+3
|
*
net/mlx5: Enable count action for rules with allow action
Michael Guralnik
2020-07-16
1
-0
/
+1
|
*
net/mlx5: Add interface changes required for VDPA
Eli Cohen
2020-07-16
2
-16
/
+100
|
*
net/mlx5: Add VDPA interface type to supported enumerations
Eli Cohen
2020-07-16
1
-0
/
+1
|
*
net/mlx5: Support setting access rights of dma addresses
Eli Cohen
2020-07-16
3
-2
/
+16
|
*
net/mlx5: Enable QP number request when creating IPoIB underlay QP
Michael Guralnik
2020-07-03
3
-2
/
+17
|
*
net/mlx5: kTLS, Improve TLS params layout structures
Tariq Toukan
2020-06-27
7
-13
/
+23
|
*
net/mlx5: Avoid eswitch header inclusion in fs core layer
Parav Pandit
2020-06-27
3
-11
/
+10
|
*
net/mlx5: Avoid RDMA file inclusion in core driver
Parav Pandit
2020-06-27
1
-1
/
+0
|
*
net/mlx5: Add support in query QP, CQ and MKEY segments
Maor Gottlieb
2020-06-23
2
-0
/
+6
|
*
net/mlx5: Export resource dump interface
Maor Gottlieb
2020-06-23
3
-32
/
+52
*
|
vDPA: dont change vq irq after DRIVER_OK
Zhu Lingshan
2020-08-05
2
-1
/
+1
*
|
virtio_pci_modern: Fix the comment of virtio_pci_find_capability()
Liao Pingfang
2020-08-05
1
-0
/
+1
*
|
irqbypass: do not start cons/prod when failed connect
Zhu Lingshan
2020-08-05
1
-6
/
+10
*
|
ifcvf: implement vdpa_config_ops.get_vq_irq()
Zhu Lingshan
2020-08-05
1
-2
/
+16
*
|
vhost_vdpa: implement IRQ offloading in vhost_vdpa
Zhu Lingshan
2020-08-05
2
-1
/
+63
*
|
vDPA: add get_vq_irq() in vdpa_config_ops
Zhu Lingshan
2020-08-05
1
-0
/
+7
*
|
kvm: detect assigned device via irqbypass manager
Zhu Lingshan
2020-08-05
1
-2
/
+10
*
|
vhost: introduce vhost_vring_call
Zhu Lingshan
2020-08-05
3
-9
/
+26
*
|
vhost: Use flex_array_size() helper in copy_from_user()
Gustavo A. R. Silva
2020-08-05
1
-1
/
+1
*
|
vdpasim: protect concurrent access to iommu iotlb
Max Gurtovoy
2020-08-05
1
-4
/
+27
*
|
vhost: vdpa: remove per device feature whitelist
Jason Wang
2020-08-05
1
-37
/
+0
*
|
virtio_ring: Avoid loop when vq is broken in virtqueue_poll
Mao Wenan
2020-08-05
1
-0
/
+3
*
|
virtio_net: use LE accessors for speed/duplex
Michael S. Tsirkin
2020-08-05
2
-5
/
+6
*
|
virtio_config: drop LE option from config space
Michael S. Tsirkin
2020-08-05
1
-26
/
+2
*
|
virtio-iommu: convert to LE accessors
Michael S. Tsirkin
2020-08-05
1
-17
/
+17
*
|
virtio_mem: convert to LE accessors
Michael S. Tsirkin
2020-08-05
1
-15
/
+15
*
|
drm/virtio: convert to LE accessors
Michael S. Tsirkin
2020-08-05
1
-8
/
+8
*
|
virtio_pmem: convert to LE accessors
Michael S. Tsirkin
2020-08-05
1
-2
/
+2
*
|
virtio_crypto: convert to LE accessors
Michael S. Tsirkin
2020-08-05
1
-23
/
+23
*
|
virtio_fs: convert to LE accessors
Michael S. Tsirkin
2020-08-05
1
-2
/
+2
*
|
virtio_input: convert to LE accessors
Michael S. Tsirkin
2020-08-05
1
-16
/
+16
*
|
virtio_balloon: use LE config space accesses
Michael S. Tsirkin
2020-08-05
1
-17
/
+9
*
|
virtio_config: add virtio_cread_le_feature
Michael S. Tsirkin
2020-08-05
1
-0
/
+10
*
|
virtio_caif: correct tags for config space fields
Michael S. Tsirkin
2020-08-05
1
-3
/
+3
*
|
virtio_config: LE config space accessors
Michael S. Tsirkin
2020-08-05
1
-0
/
+65
*
|
virtio_config: disallow native type fields (again)
Michael S. Tsirkin
2020-08-05
1
-14
/
+2
*
|
virtio_config: rewrite using _Generic
Michael S. Tsirkin
2020-08-05
1
-85
/
+76
*
|
virtio_config: cread/write cleanup
Michael S. Tsirkin
2020-08-05
1
-12
/
+19
*
|
vdpa_sim: fix endian-ness of config space
Michael S. Tsirkin
2020-08-05
1
-5
/
+28
*
|
virtio_vdpa: legacy features handling
Michael S. Tsirkin
2020-08-05
1
-6
/
+3
*
|
vhost/vdpa: switch to new helpers
Michael S. Tsirkin
2020-08-05
1
-5
/
+3
[next]