From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [GIT PULL] VFIO for v3.11 Date: Mon, 08 Jul 2013 10:12:44 -0600 Message-ID: <1373299964.2602.20.camel@ul30vt.home> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: linux-kernel , kvm , Alexey Kardashevskiy To: Linus Torvalds Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Hi Linus, The following changes since commit 7d132055814ef17a6c7b69f342244c410a5e000f: Linux 3.10-rc6 (2013-06-15 11:51:07 -1000) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v3.11 for you to fetch changes up to 8d38ef1948bd415a5cb653a5c0ec16f3402aaca1: vfio/type1: Fix leak on error path (2013-07-01 08:28:58 -0600) ---------------------------------------------------------------- vfio Updates for v3.11 Largely hugepage support for vfio/type1 iommu and surrounding cleanups and fixes. ---------------------------------------------------------------- Alex Williamson (6): vfio: Convert type1 iommu to use rbtree vfio: hugepage support for vfio_iommu_type1 vfio: Provide module option to disable vfio_iommu_type1 hugepage support vfio/type1: Fix missed frees and zero sized removes vfio: Limit group opens vfio/type1: Fix leak on error path Alexey Kardashevskiy (1): vfio: fix documentation Documentation/vfio.txt | 6 +- drivers/vfio/vfio.c | 14 +++ drivers/vfio/vfio_iommu_type1.c | 626 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------- include/uapi/linux/vfio.h | 8 +- 4 files changed, 424 insertions(+), 230 deletions(-)