From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753896AbdHQSLY (ORCPT ); Thu, 17 Aug 2017 14:11:24 -0400 Received: from mga09.intel.com ([134.134.136.24]:13743 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753595AbdHQSLW (ORCPT ); Thu, 17 Aug 2017 14:11:22 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,389,1498546800"; d="scan'208";a="138830365" From: Jon Derrick To: , Cc: Bjorn Helgaas , David Woodhouse , Keith Busch , Scott Bauer , David Fugate , , Jon Derrick Subject: [PATCH v2 0/4] VMD fixups Date: Thu, 17 Aug 2017 12:10:10 -0600 Message-Id: <20170817181014.1257-1-jonathan.derrick@intel.com> X-Mailer: git-send-email 2.9.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mostly just cleanup in this revision, eg, trying to limit scope of vmd code to x86 Previous: https://patchwork.kernel.org/patch/9886095/ https://patchwork.kernel.org/patch/9886097/ https://patchwork.kernel.org/patch/9886101/ Jon Derrick (4): MAINTAINERS: Add Jonathan Derrick as VMD maintainer pci/x86: Move VMD quirks to x86 fixups x86/PCI: Use is_vmd rather than relying on the domain number iommu: Prevent VMD child devices from being remapping targets MAINTAINERS | 1 + arch/x86/pci/fixup.c | 18 ++++++++++++++++++ drivers/iommu/intel-iommu.c | 5 +++++ drivers/pci/quirks.c | 17 ----------------- 4 files changed, 24 insertions(+), 17 deletions(-) -- 2.9.4