index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-10
vdpa/mlx5: Fix pointer math in mlx5_vdpa_get_config()
Dan Carpenter
1
-1
/
+1
2020-08-10
vdpa/mlx5: fix memory allocation failure checks
Colin Ian King
1
-7
/
+6
2020-08-10
vdpa/mlx5: Fix uninitialised variable in core/mr.c
Alex Dewar
1
-1
/
+3
2020-08-10
vdpa_sim: init iommu lock
Michael S. Tsirkin
1
-0
/
+1
2020-08-05
vdpa/mlx5: Add VDPA driver for supported mlx5 devices
Eli Cohen
6
-2
/
+2080
2020-08-05
vdpa/mlx5: Add shared memory registration code
Eli Cohen
5
-2
/
+522
2020-08-05
vdpa/mlx5: Add support library for mlx5 VDPA implementation
Eli Cohen
6
-0
/
+350
2020-08-05
vdpa/mlx5: Add hardware descriptive header file
Eli Cohen
1
-0
/
+168
2020-08-05
vdpa: Modify get_vq_state() to return error code
Eli Cohen
3
-5
/
+10
2020-08-05
net/vdpa: Use struct for set/get vq state
Eli Cohen
5
-14
/
+20
2020-08-05
vdpa: remove hard coded virtq num
Max Gurtovoy
4
-9
/
+10
2020-08-05
vdpasim: support batch updating
Jason Wang
1
-3
/
+37
2020-08-05
vhost-vdpa: support IOTLB batching hints
Jason Wang
1
-9
/
+27
2020-08-05
vhost-vdpa: support get/set backend features
Jason Wang
1
-0
/
+18
2020-08-05
vhost: generialize backend features setting/getting
Jason Wang
3
-16
/
+19
2020-08-05
vhost-vdpa: refine ioctl pre-processing
Jason Wang
1
-4
/
+5
2020-08-05
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into HEAD
Michael S. Tsirkin
12
-53
/
+49
2020-08-05
vDPA: dont change vq irq after DRIVER_OK
Zhu Lingshan
1
-1
/
+0
2020-08-05
virtio_pci_modern: Fix the comment of virtio_pci_find_capability()
Liao Pingfang
1
-0
/
+1
2020-08-05
ifcvf: implement vdpa_config_ops.get_vq_irq()
Zhu Lingshan
1
-2
/
+16
2020-08-05
vhost_vdpa: implement IRQ offloading in vhost_vdpa
Zhu Lingshan
2
-1
/
+63
2020-08-05
vhost: introduce vhost_vring_call
Zhu Lingshan
3
-9
/
+26
2020-08-05
vhost: Use flex_array_size() helper in copy_from_user()
Gustavo A. R. Silva
1
-1
/
+1
2020-08-05
vdpasim: protect concurrent access to iommu iotlb
Max Gurtovoy
1
-4
/
+27
2020-08-05
vhost: vdpa: remove per device feature whitelist
Jason Wang
1
-37
/
+0
2020-08-05
virtio_ring: Avoid loop when vq is broken in virtqueue_poll
Mao Wenan
1
-0
/
+3
2020-08-05
virtio_net: use LE accessors for speed/duplex
Michael S. Tsirkin
1
-4
/
+5
2020-08-05
virtio-iommu: convert to LE accessors
Michael S. Tsirkin
1
-17
/
+17
2020-08-05
virtio_mem: convert to LE accessors
Michael S. Tsirkin
1
-15
/
+15
2020-08-05
drm/virtio: convert to LE accessors
Michael S. Tsirkin
1
-8
/
+8
2020-08-05
virtio_pmem: convert to LE accessors
Michael S. Tsirkin
1
-2
/
+2
2020-08-05
virtio_crypto: convert to LE accessors
Michael S. Tsirkin
1
-23
/
+23
2020-08-05
virtio_input: convert to LE accessors
Michael S. Tsirkin
1
-16
/
+16
2020-08-05
virtio_balloon: use LE config space accesses
Michael S. Tsirkin
1
-17
/
+9
2020-08-05
vdpa_sim: fix endian-ness of config space
Michael S. Tsirkin
1
-5
/
+28
2020-08-05
virtio_vdpa: legacy features handling
Michael S. Tsirkin
1
-6
/
+3
2020-08-05
vhost/vdpa: switch to new helpers
Michael S. Tsirkin
1
-5
/
+3
2020-08-05
vdpa: make sure set_features is invoked for legacy
Michael S. Tsirkin
1
-0
/
+1
2020-08-05
mlxbf-tmfifo: sparse tags for config access
Michael S. Tsirkin
1
-3
/
+10
2020-08-05
virtio_scsi: correct tags for config space fields
Michael S. Tsirkin
1
-2
/
+2
2020-08-05
virtio_balloon: fix sparse warning
Michael S. Tsirkin
1
-1
/
+1
2020-08-03
virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk
Michael S. Tsirkin
3
-4
/
+4
2020-08-03
virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM
Michael S. Tsirkin
6
-8
/
+8
2020-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
36
-263
/
+385
2020-08-01
vxlan: fix memleak of fdb
Taehee Yoo
1
-2
/
+4
2020-08-01
Merge tag 'pinctrl-v5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
4
-2
/
+79
2020-07-31
Merge tag 'mlx5-fixes-2020-07-30' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
7
-18
/
+42
2020-07-31
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
David S. Miller
2
-3
/
+10
2020-07-31
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-3
/
+4
2020-07-31
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
6
-51
/
+38
[next]