From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752683AbbJTPgi (ORCPT ); Tue, 20 Oct 2015 11:36:38 -0400 Received: from 8bytes.org ([81.169.241.247]:44804 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751651AbbJTPdu (ORCPT ); Tue, 20 Oct 2015 11:33:50 -0400 From: Joerg Roedel To: iommu@lists.linux-foundation.org Cc: linux-kernel@vger.kernel.org, Joerg Roedel Subject: [PATCH 00/12] AMD IOMMU alias handling cleanups and code removal Date: Tue, 20 Oct 2015 17:33:33 +0200 Message-Id: <1445355225-17557-1-git-send-email-joro@8bytes.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This patch-set cleans up the alias handling code in the AMD IOMMU driver. Most of the alias handling is done already in the IOMMU group code. Only the handling of request-ids that are not backed by a 'struct pci_dev' still needs to happen in the AMD IOMMU driver, as the IOMMU group code has no way of handling that. A few other cleanups which accumulated during implemented this are also included in this patch-set. Regards, Joerg Joerg Roedel (12): iommu/amd: Do not BUG_ON in __detach_device() iommu/amd: Do not iterate over alias-list in __[attach|detach]_device iommu/amd: Don't disable IRQs in __detach_device iommu/amd: WARN when __[attach|detach]_device are called with irqs enabled iommu/amd: Set alias DTE in do_attach/do_detach iommu/amd: Remove old alias handling code iommu/amd: Align DTE flag definitions iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommu iommu/amd: Cleanup buffer allocation iommu/amd: Initialize amd_iommu_last_bdf for DEV_ALL iommu/amd: Remove first/last_device handling iommu/amd: Remove find_last_devid_on_pci() drivers/iommu/amd_iommu.c | 172 +++++++++------------------------------- drivers/iommu/amd_iommu_init.c | 111 ++++++-------------------- drivers/iommu/amd_iommu_types.h | 13 +-- 3 files changed, 64 insertions(+), 232 deletions(-) -- 1.9.1