From: Alex Williamson <alex.williamson@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: kvm <kvm@vger.kernel.org>, linux-kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] VFIO updates for v4.2-rc1
Date: Fri, 26 Jun 2015 13:46:44 -0600 [thread overview]
Message-ID: <1435348004.3700.490.camel@redhat.com> (raw)
Hi Linus,
The following changes since commit d4a4f75cd8f29cd9464a5a32e9224a91571d6649:
Linux 4.1-rc7 (2015-06-07 20:23:50 -0700)
are available in the git repository at:
git://github.com/awilliam/linux-vfio.git tags/vfio-v4.2-rc1
for you to fetch changes up to a714ea5fa41623c8d8c42bed0dfb38a4d653451d:
MAINTAINERS: Add vfio-platform sub-maintainer (2015-06-22 09:57:15 -0600)
----------------------------------------------------------------
VFIO updates for v4.2
- Fix race with device reference versus driver release (Alex Williamson)
- Add reset hooks and Calxeda xgmac reset for vfio-platform (Eric Auger)
- Enable vfio-platform for ARM64 (Eric Auger)
- Tag Baptiste Reynal as vfio-platform sub-maintainer (Alex Williamson)
----------------------------------------------------------------
Alex Williamson (2):
vfio/pci: Fix racy vfio_device_get_from_dev() call
MAINTAINERS: Add vfio-platform sub-maintainer
Eric Auger (5):
VFIO: platform: add reset struct and lookup table
VFIO: platform: add reset callback
VFIO: platform: populate the reset function on probe
VFIO: platform: Calxeda xgmac reset module
VFIO: platform: enable ARM64 build
MAINTAINERS | 6 ++
drivers/vfio/pci/vfio_pci.c | 16 ++--
drivers/vfio/platform/Kconfig | 4 +-
drivers/vfio/platform/Makefile | 2 +
drivers/vfio/platform/reset/Kconfig | 7 ++
drivers/vfio/platform/reset/Makefile | 5 ++
.../platform/reset/vfio_platform_calxedaxgmac.c | 86 ++++++++++++++++++++++
drivers/vfio/platform/vfio_platform_common.c | 60 ++++++++++++++-
drivers/vfio/platform/vfio_platform_private.h | 7 ++
drivers/vfio/vfio.c | 27 +++++--
10 files changed, 201 insertions(+), 19 deletions(-)
create mode 100644 drivers/vfio/platform/reset/Kconfig
create mode 100644 drivers/vfio/platform/reset/Makefile
create mode 100644 drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c
reply other threads:[~2015-06-26 19:46 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=1435348004.3700.490.camel@redhat.com \
--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
all inboxes | Powered by JetHome®