Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Pull virtio/vhost updates from Michael Tsirkin: - new vsock device support in host and guest - platform IOMMU support in host and guest, including compatibility quirks for legacy systems. - misc fixes and cleanups. * tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost: VSOCK: Use kvfree() vhost: split out vringh Kconfig vhost: detect 32 bit integer wrap around vhost: new device IOTLB API vhost: drop vringh dependency vhost: convert pre sorted vhost memory array to interval tree vhost: introduce vhost memory accessors VSOCK: Add Makefile and Kconfig VSOCK: Introduce vhost_vsock.ko VSOCK: Introduce virtio_transport.ko VSOCK: Introduce virtio_vsock_common.ko VSOCK: defer sock removal to transports VSOCK: transport-specific vsock_transport functions vhost: drop vringh dependency vop: pull in vhost Kconfig virtio: new feature to detect IOMMU device quirk balloon: check the number of available pages in leak balloon vhost: lockless enqueuing vhost: simplify work flushing
Showing
- MAINTAINERS 13 additions, 0 deletionsMAINTAINERS
- drivers/Makefile 1 addition, 0 deletionsdrivers/Makefile
- drivers/misc/mic/Kconfig 4 additions, 0 deletionsdrivers/misc/mic/Kconfig
- drivers/net/caif/Kconfig 1 addition, 1 deletiondrivers/net/caif/Kconfig
- drivers/vhost/Kconfig 12 additions, 6 deletionsdrivers/vhost/Kconfig
- drivers/vhost/Kconfig.vringh 5 additions, 0 deletionsdrivers/vhost/Kconfig.vringh
- drivers/vhost/Makefile 4 additions, 0 deletionsdrivers/vhost/Makefile
- drivers/vhost/net.c 57 additions, 10 deletionsdrivers/vhost/net.c
- drivers/vhost/vhost.c 758 additions, 169 deletionsdrivers/vhost/vhost.c
- drivers/vhost/vhost.h 57 additions, 7 deletionsdrivers/vhost/vhost.h
- drivers/vhost/vsock.c 719 additions, 0 deletionsdrivers/vhost/vsock.c
- drivers/virtio/virtio_balloon.c 2 additions, 0 deletionsdrivers/virtio/virtio_balloon.c
- drivers/virtio/virtio_ring.c 14 additions, 1 deletiondrivers/virtio/virtio_ring.c
- include/linux/virtio_config.h 13 additions, 0 deletionsinclude/linux/virtio_config.h
- include/linux/virtio_vsock.h 154 additions, 0 deletionsinclude/linux/virtio_vsock.h
- include/net/af_vsock.h 6 additions, 0 deletionsinclude/net/af_vsock.h
- include/trace/events/vsock_virtio_transport_common.h 144 additions, 0 deletionsinclude/trace/events/vsock_virtio_transport_common.h
- include/uapi/linux/Kbuild 1 addition, 0 deletionsinclude/uapi/linux/Kbuild
- include/uapi/linux/vhost.h 33 additions, 0 deletionsinclude/uapi/linux/vhost.h
- include/uapi/linux/virtio_config.h 9 additions, 1 deletioninclude/uapi/linux/virtio_config.h
Please register or sign in to comment