From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932159AbbBTQQx (ORCPT ); Fri, 20 Feb 2015 11:16:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52594 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754725AbbBTQQv (ORCPT ); Fri, 20 Feb 2015 11:16:51 -0500 Message-ID: <1424445665.12626.2.camel@redhat.com> Subject: [GIT PULL] VFIO updates for 3.20-rc1 From: Alex Williamson To: Linus Torvalds Cc: linux-kernel , kvm Date: Fri, 20 Feb 2015 08:21:05 -0700 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The following changes since commit e36f014edff70fc02b3d3d79cead1d58f289332e: Linux 3.19-rc7 (2015-02-01 20:07:21 -0800) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v3.20-rc1 for you to fetch changes up to 6140a8f5623820cec7f56c63444b9551d8d35775: vfio-pci: Add device request interface (2015-02-10 12:38:14 -0700) ---------------------------------------------------------------- VFIO updates for v3.20-rc1 - IOMMU updates based on trace analysis (Alex Williamson) - VFIO device request interface (Alex Williamson) ---------------------------------------------------------------- Alex Williamson (8): vfio/type1: DMA unmap chunking vfio/type1: Chunk contiguous reserved/invalid page mappings vfio/type1: Add conditional rescheduling vfio: Add device tracking during unbind vfio: Tie IOMMU group reference to vfio group vfio: Add and use device request op for vfio bus drivers vfio-pci: Generalize setup of simple eventfds vfio-pci: Add device request interface drivers/vfio/pci/vfio_pci.c | 21 ++++++- drivers/vfio/pci/vfio_pci_intrs.c | 60 +++++++++++++----- drivers/vfio/pci/vfio_pci_private.h | 1 + drivers/vfio/vfio.c | 119 +++++++++++++++++++++++++++++++----- drivers/vfio/vfio_iommu_type1.c | 80 ++++++++++++++++++++---- include/linux/vfio.h | 2 + include/uapi/linux/vfio.h | 1 + 7 files changed, 242 insertions(+), 42 deletions(-)