public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "kvm@vger.kernel.org" <kvm@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: [GIT PULL] VFIO updates for v4.15
Date: Mon, 13 Nov 2017 14:47:08 -0700	[thread overview]
Message-ID: <20171113144708.167a14bd@t450s.home> (raw)

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

                 reply	other threads:[~2017-11-13 21:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171113144708.167a14bd@t450s.home \
    --to=alex.williamson@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox