From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752719AbdKMVrT (ORCPT ); Mon, 13 Nov 2017 16:47:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60346 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752268AbdKMVrJ (ORCPT ); Mon, 13 Nov 2017 16:47:09 -0500 Date: Mon, 13 Nov 2017 14:47:08 -0700 From: Alex Williamson To: Linus Torvalds Cc: "kvm@vger.kernel.org" , Subject: [GIT PULL] VFIO updates for v4.15 Message-ID: <20171113144708.167a14bd@t450s.home> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Mon, 13 Nov 2017 21:47:09 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The following changes since commit 9e66317d3c92ddaab330c125dfe9d06eee268aff: Linux 4.14-rc3 (2017-10-01 14:54:54 -0700) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v4.15-rc1 for you to fetch changes up to f3199673e6eb29e14af45b6074a7df277f14a850: Merge branches 'vfio/fixes' and 'vfio/platform' into vfio-next-20171113.0 (2017-11-13 13:59:45 -0700) ---------------------------------------------------------------- VFIO Updates for Linux v4.15 * Virtualize PCI MPS and MRRS registers * Avoid soft lockups on SPAPR when clearing TCE * Broadcom FlexRM platform device support * Samples driver cleanup & type1 integer overflow fix ---------------------------------------------------------------- Alex Williamson (3): vfio/pci: Virtualize Maximum Payload Size vfio/pci: Virtualize Maximum Read Request Size Merge branches 'vfio/fixes' and 'vfio/platform' into vfio-next-20171113.0 Alexey Kardashevskiy (1): vfio/spapr: Add cond_resched() for huge updates Anup Patel (1): vfio: platform: reset: Add Broadcom FlexRM reset module Bhumika Goyal (1): vfio-mdev/samples: make mdev_fops const and static Dan Carpenter (1): vfio/type1: silence integer overflow warning drivers/vfio/pci/vfio_pci_config.c | 31 +++++- drivers/vfio/platform/reset/Kconfig | 9 ++ drivers/vfio/platform/reset/Makefile | 1 + .../vfio/platform/reset/vfio_platform_bcmflexrm.c | 113 +++++++++++++++++++++ drivers/vfio/vfio_iommu_spapr_tce.c | 2 + drivers/vfio/vfio_iommu_type1.c | 3 + samples/vfio-mdev/mtty.c | 2 +- 7 files changed, 157 insertions(+), 4 deletions(-) create mode 100644 drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c