diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-11-01 18:56:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-11-01 18:56:05 -0400 |
commit | 04659febcb074de61ae80dbb1fb62f56c08a2b91 (patch) | |
tree | 558349b1902bac6fc17a3176993fe7bb1a7a6342 /MAINTAINERS | |
parent | a75e0032684d5ad9465f68d54b9d7337790b4ef2 (diff) | |
parent | 75bfa81bf0897ba87f1e1b9b576a07536029b86a (diff) |
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Pull virtio updates from Michael Tsirkin:
"Tests, fixes and cleanups.
Just minor tweaks, there's nothing major in this cycle"
* tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
virtio_ring: mark vring_dma_dev inline
virtio/vhost: add Jason to list of maintainers
virtio_blk: Delete an unnecessary initialisation in init_vq()
virtio_blk: Use kmalloc_array() in init_vq()
virtio: remove config.c
virtio: console: Unlock vqs while freeing buffers
ringtest: poll for new buffers once before updating event index
ringtest: commonize implementation of poll_avail/poll_used
ringtest: use link-time optimization
virtio: update balloon size in balloon "probe"
virtio_ring: Make interrupt suppression spec compliant
virtio_pci: Limit DMA mask to 44 bits for legacy virtio devices
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4012c2f98617..ccae35bb3904 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -12783,6 +12783,7 @@ F: include/uapi/linux/virtio_console.h | |||
12783 | 12783 | ||
12784 | VIRTIO CORE, NET AND BLOCK DRIVERS | 12784 | VIRTIO CORE, NET AND BLOCK DRIVERS |
12785 | M: "Michael S. Tsirkin" <mst@redhat.com> | 12785 | M: "Michael S. Tsirkin" <mst@redhat.com> |
12786 | M: Jason Wang <jasowang@redhat.com> | ||
12786 | L: virtualization@lists.linux-foundation.org | 12787 | L: virtualization@lists.linux-foundation.org |
12787 | S: Maintained | 12788 | S: Maintained |
12788 | F: Documentation/devicetree/bindings/virtio/ | 12789 | F: Documentation/devicetree/bindings/virtio/ |
@@ -12813,6 +12814,7 @@ F: include/uapi/linux/virtio_gpu.h | |||
12813 | 12814 | ||
12814 | VIRTIO HOST (VHOST) | 12815 | VIRTIO HOST (VHOST) |
12815 | M: "Michael S. Tsirkin" <mst@redhat.com> | 12816 | M: "Michael S. Tsirkin" <mst@redhat.com> |
12817 | M: Jason Wang <jasowang@redhat.com> | ||
12816 | L: kvm@vger.kernel.org | 12818 | L: kvm@vger.kernel.org |
12817 | L: virtualization@lists.linux-foundation.org | 12819 | L: virtualization@lists.linux-foundation.org |
12818 | L: netdev@vger.kernel.org | 12820 | L: netdev@vger.kernel.org |