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
*
vhost/test: fix up after API change
Michael S. Tsirkin
2020-06-09
1
-1
/
+1
*
virtio_mem: convert device block size into 64bit
Michael S. Tsirkin
2020-06-09
1
-9
/
+9
*
virtio-mem: drop unnecessary initialization
Michael S. Tsirkin
2020-06-08
1
-1
/
+1
*
ifcvf: implement config interrupt in IFCVF
Zhu Lingshan
2020-06-06
3
-1
/
+29
*
vhost: replace -1 with VHOST_FILE_UNBIND in ioctls
Zhu Lingshan
2020-06-06
1
-4
/
+4
*
vhost_vdpa: Support config interrupt in vdpa
Zhu Lingshan
2020-06-06
1
-0
/
+47
*
ifcvf: ignore continuous setting same status value
Zhu Lingshan
2020-06-06
1
-0
/
+3
*
virtio-mem: Don't rely on implicit compiler padding for requests
David Hildenbrand
2020-06-04
1
-0
/
+3
*
virtio-mem: Try to unplug the complete online memory block first
David Hildenbrand
2020-06-04
1
-31
/
+57
*
virtio-mem: Use -ETXTBSY as error code if the device is busy
David Hildenbrand
2020-06-04
1
-6
/
+10
*
virtio-mem: Unplug subblocks right-to-left
David Hildenbrand
2020-06-04
1
-22
/
+16
*
virtio-mem: Drop manual check for already present memory
David Hildenbrand
2020-06-04
1
-43
/
+12
*
virtio-mem: Add parent resource for all added "System RAM"
David Hildenbrand
2020-06-04
1
-1
/
+51
*
virtio-mem: Better retry handling
David Hildenbrand
2020-06-04
1
-3
/
+8
*
virtio-mem: Offline and remove completely unplugged memory blocks
David Hildenbrand
2020-06-04
1
-4
/
+43
*
virtio-mem: Allow to offline partially unplugged memory blocks
David Hildenbrand
2020-06-04
1
-1
/
+67
*
virtio-mem: Paravirtualized memory hotunplug part 2
David Hildenbrand
2020-06-04
2
-14
/
+144
*
virtio-mem: Paravirtualized memory hotunplug part 1
David Hildenbrand
2020-06-04
1
-2
/
+114
*
virtio-mem: Allow to specify an ACPI PXM as nid
David Hildenbrand
2020-06-04
2
-2
/
+38
*
virtio-mem: Paravirtualized memory hotplug
David Hildenbrand
2020-06-04
3
-0
/
+1550
*
vdpasim: Fix some coccinelle warnings
Samuel Zou
2020-06-04
1
-3
/
+4
*
ifcvf: move IRQ request/free to status change handlers
Zhu Lingshan
2020-06-04
1
-47
/
+73
*
vhost: (cosmetic) remove a superfluous variable initialisation
Guennadi Liakhovetski
2020-06-04
1
-1
/
+1
*
crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()
Longpeng(Mike)
2020-06-04
1
-0
/
+1
*
crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
Longpeng(Mike)
2020-06-04
1
-2
/
+3
*
crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...
Longpeng(Mike)
2020-06-04
1
-5
/
+10
*
virtio-balloon: Disable free page reporting if page poison reporting is not e...
Alexander Duyck
2020-06-04
1
-1
/
+8
*
vhost_vdpa: disable doorbell mapping for !MMU
Michael S. Tsirkin
2020-06-04
1
-0
/
+4
*
vhost_vdpa: support doorbell mapping via mmap
Jason Wang
2020-06-04
1
-0
/
+59
*
vhost: use mmgrab() instead of mmget() for non worker device
Jason Wang
2020-06-04
1
-8
/
+34
*
vhost: allow device that does not depend on vhost worker
Jason Wang
2020-06-04
6
-17
/
+31
*
vhost: revert "vhost: disable for OABI"
Michael S. Tsirkin
2020-06-02
4
-16
/
+7
*
virtio: force spec specified alignment on types
Michael S. Tsirkin
2020-06-02
3
-10
/
+10
*
virtio-mmio: Delete an error message in vm_find_vqs()
Markus Elfring
2020-06-02
1
-3
/
+1
*
virtio: add VIRTIO_RING_NO_LEGACY
Matej Genci
2020-06-02
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-05-31
20
-77
/
+119
|
\
|
*
drivers/net/ibmvnic: Update VNIC protocol version reporting
Thomas Falcon
2020-05-30
1
-5
/
+3
|
*
NFC: st21nfca: add missed kfree_skb() in an error path
Chuhong Yuan
2020-05-30
1
-1
/
+3
|
*
net/mlx5e: replace EINVAL in mlx5e_flower_parse_meta()
Pablo Neira Ayuso
2020-05-29
1
-3
/
+3
|
*
net/mlx5e: Fix MLX5_TC_CT dependencies
Vlad Buslov
2020-05-29
1
-1
/
+1
|
*
net/mlx5e: Properly set default values when disabling adaptive moderation
Tal Gilboa
2020-05-29
3
-14
/
+37
|
*
net/mlx5e: Fix arch depending casting issue in FEC
Aya Levin
2020-05-29
2
-20
/
+24
|
*
net/mlx5e: Remove warning "devices are not on same switch HW"
Maor Dickman
2020-05-29
1
-4
/
+0
|
*
net/mlx5e: Fix stats update for matchall classifier
Roi Dayan
2020-05-29
1
-1
/
+1
|
*
net/mlx5: Fix crash upon suspend/resume
Mark Bloch
2020-05-29
1
-0
/
+18
|
*
bonding: Fix reference count leak in bond_sysfs_slave_add.
Qiushi Wu
2020-05-28
1
-1
/
+3
|
*
net: dsa: felix: send VLANs on CPU port as egress-tagged
Vladimir Oltean
2020-05-27
1
-2
/
+6
|
*
nfp: flower: fix used time of merge flow statistics
Heinrich Kuhn
2020-05-27
1
-1
/
+2
|
*
crypto: chelsio/chtls: properly set tp->lsndtime
Eric Dumazet
2020-05-27
1
-1
/
+1
|
*
bnxt_en: fix firmware message length endianness
Edwin Peer
2020-05-27
2
-15
/
+4
[next]