Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1452070 > unrolled thread

[GIT PULL] VFIO updates for v4.8-rc1

Started byAlex Williamson <alex.williamson@redhat.com>
First post2016-07-28 21:40 +0200
Last post2016-07-28 21:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] VFIO updates for v4.8-rc1 Alex Williamson <alex.williamson@redhat.com> - 2016-07-28 21:40 +0200

#1452070 — [GIT PULL] VFIO updates for v4.8-rc1

FromAlex Williamson <alex.williamson@redhat.com>
Date2016-07-28 21:40 +0200
Subject[GIT PULL] VFIO updates for v4.8-rc1
Message-ID<rZZjX-2cG-13@gated-at.bofh.it>
Hi Linus,

The following changes since commit 33688abb2802ff3a230bd2441f765477b94cc89e:

  Linux 4.7-rc4 (2016-06-19 21:30:02 -0700)

are available in the git repository at:

  git://github.com/awilliam/linux-vfio.git tags/vfio-v4.8-rc1

for you to fetch changes up to 0991bbdbf5b85bd14a26e783f087b0f2913c93b1:

  vfio: platform: check reset call return code during release (2016-07-19 10:54:45 -0600)

----------------------------------------------------------------
VFIO updates for v4.8-rc1

 - Enable no-iommu mode for platform devices (Peng Fan)
 - Sub-page mmap for exclusive pages (Yongji Xie)
 - Use-after-free fix (Ilya Lesokhin)
 - Support for ACPI-based platform devices (Sinan Kaya)

----------------------------------------------------------------
Ilya Lesokhin (1):
      vfio: fix possible use after free of vfio group

Peng Fan (1):
      vfio: platform: support No-IOMMU mode

Sinan Kaya (9):
      vfio: platform: rename reset function
      vfio: platform: move reset call to a common function
      vfio: platform: determine reset capability
      vfio: platform: add support for ACPI probe
      vfio: platform: add extra debug info argument to call reset
      vfio: platform: call _RST method when using ACPI
      vfio, platform: make reset driver a requirement by default
      vfio: platform: check reset call return code during open
      vfio: platform: check reset call return code during release

Yongji Xie (1):
      vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive

 drivers/vfio/pci/vfio_pci.c                   |  88 +++++++++++++-
 drivers/vfio/pci/vfio_pci_private.h           |   8 ++
 drivers/vfio/platform/vfio_amba.c             |   1 +
 drivers/vfio/platform/vfio_platform.c         |   5 +
 drivers/vfio/platform/vfio_platform_common.c  | 198 ++++++++++++++++++++++++++------
 drivers/vfio/platform/vfio_platform_private.h |   9 +-
 drivers/vfio/vfio.c                           |   2 +-
 7 files changed, 267 insertions(+), 44 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web