index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.get_maintainer.ignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-31
vhost-vdpa: return -EFAULT on copy_to_user() failure
Dan Carpenter
1
-3
/
+5
2022-05-31
vdpasim: Off by one in vdpasim_set_group_asid()
Dan Carpenter
1
-1
/
+1
2022-05-31
virtio: Directly use ida_alloc()/free()
keliu
1
-3
/
+3
2022-05-31
virtio: use WARN_ON() to warning illegal status value
Jason Wang
1
-1
/
+1
2022-05-31
virtio: harden vring IRQ
Jason Wang
6
-7
/
+53
2022-05-31
virtio: allow to unbreak virtqueue
Jason Wang
2
-0
/
+23
2022-05-31
virtio-ccw: implement synchronize_cbs()
Jason Wang
1
-0
/
+30
2022-05-31
virtio-mmio: implement synchronize_cbs()
Jason Wang
1
-0
/
+8
2022-05-31
virtio-pci: implement synchronize_cbs()
Jason Wang
2
-0
/
+3
2022-05-31
virtio: introduce config op to synchronize vring callbacks
Jason Wang
1
-0
/
+25
2022-05-31
virtio: use virtio_reset_device() when possible
Jason Wang
1
-2
/
+2
2022-05-31
virtio: use virtio_device_ready() in virtio_device_restore()
Stefano Garzarella
1
-2
/
+3
2022-05-31
vdpasim: allow to enable a vq repeatedly
Eugenio PĂ©rez
1
-1
/
+4
2022-05-31
vDPA/ifcvf: fix uninitialized config_vector warning
Zhu Lingshan
1
-6
/
+6
2022-05-31
vdpa/vp_vdpa : add vdpa tool support in vp_vdpa
Cindy Lu
2
-33
/
+130
2022-05-31
virtio: Replace long long int with long long
Solomon Tan
1
-1
/
+1
2022-05-31
virtio: Replace unsigned with unsigned int
Solomon Tan
9
-46
/
+46
2022-05-31
virtio-crypto: enable retry for virtio-crypto-dev
lei he
1
-1
/
+2
2022-05-31
virtio-crypto: adjust dst_len at ops callback
lei he
1
-1
/
+4
2022-05-31
virtio-crypto: wait ctrl queue instead of busy polling
zhenwei pi
4
-55
/
+64
2022-05-31
virtio-crypto: use private buffer for control request
zhenwei pi
3
-45
/
+79
2022-05-31
virtio-crypto: change code style
zhenwei pi
2
-53
/
+59
2022-05-31
virtio-pci: Remove wrong address verification in vp_del_vqs()
Murilo Opsfelder Araujo
1
-2
/
+1
2022-05-31
virtio: pci: Fix an error handling path in vp_modern_probe()
Christophe JAILLET
1
-0
/
+1
2022-05-31
vdpasim: control virtqueue support
Gautam Dawar
3
-20
/
+161
2022-05-31
vdpa_sim: filter destination mac address
Gautam Dawar
1
-18
/
+31
2022-05-31
vdpa_sim: factor out buffer completion logic
Gautam Dawar
1
-15
/
+18
2022-05-31
vdpa_sim: advertise VIRTIO_NET_F_MTU
Gautam Dawar
1
-1
/
+2
2022-05-31
vhost-vdpa: support ASID based IOTLB API
Gautam Dawar
2
-20
/
+93
2022-05-31
vhost-vdpa: introduce uAPI to set group ASID
Gautam Dawar
2
-0
/
+15
2022-05-31
vhost-vdpa: uAPI to get virtqueue group id
Gautam Dawar
2
-0
/
+16
2022-05-31
vhost-vdpa: introduce uAPI to get the number of address spaces
Gautam Dawar
2
-0
/
+5
2022-05-31
vhost-vdpa: introduce uAPI to get the number of virtqueue groups
Gautam Dawar
2
-1
/
+7
2022-05-31
vhost-vdpa: introduce asid based IOTLB
Gautam Dawar
1
-25
/
+72
2022-05-31
vhost: support ASID in IOTLB API
Gautam Dawar
4
-9
/
+29
2022-05-31
vhost_iotlb: split out IOTLB initialization
Gautam Dawar
2
-5
/
+20
2022-05-31
vdpa: introduce config operations for associating ASID to a virtqueue group
Gautam Dawar
1
-0
/
+8
2022-05-31
vdpa: multiple address spaces support
Gautam Dawar
9
-25
/
+45
2022-05-31
vdpa: introduce virtqueue groups
Gautam Dawar
9
-10
/
+41
2022-05-31
vhost-vdpa: switch to use vhost-vdpa specific IOTLB
Gautam Dawar
1
-8
/
+10
2022-05-31
vhost-vdpa: passing iotlb to IOMMU mapping helpers
Gautam Dawar
1
-30
/
+37
2022-05-31
virtio-vdpa: don't set callback if virtio doesn't need it
Gautam Dawar
1
-1
/
+1
2022-05-31
vhost: move the backend feature bits to vhost_types.h
Gautam Dawar
2
-5
/
+5
2022-05-31
virtio_ring: add unlikely annotation for free descs check
Xianting Tian
1
-1
/
+1
2022-05-31
virtio_ring: remove unnecessary to_vvq call in vring hot path
Xianting Tian
1
-5
/
+3
2022-05-31
virtio-blk: support mq_ops->queue_rqs()
Suwan Kim
1
-16
/
+98
2022-05-31
virtio-blk: support polling I/O
Suwan Kim
1
-3
/
+103
2022-05-31
vdpa/mlx5: Use readers/writers semaphore instead of mutex
Eli Cohen
1
-22
/
+19
2022-05-31
vdpa/mlx5: Add support for reading descriptor statistics
Eli Cohen
4
-0
/
+191
2022-05-31
net/vdpa: Use readers/writers semaphore instead of cf_mutex
Eli Cohen
2
-19
/
+18
[next]