[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1388707697-16800-1-git-send-email-yinghai@kernel.org>
Date: Thu, 2 Jan 2014 16:08:07 -0800
From: Yinghai Lu <yinghai@...nel.org>
To: "H. Peter Anvin" <hpa@...or.com>, Tony Luck <tony.luck@...el.com>,
Bjorn Helgaas <bhelgaas@...gle.com>,
"Rafael J. Wysocki" <rjw@...k.pl>, x86 <x86@...nel.org>
Cc: linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-acpi@...r.kernel.org, Yinghai Lu <yinghai@...nel.org>
Subject: [PATCH v2 00/10] IOMMU: irq-remapping and dmar hotplug support
During pci root bus hot-add, ioapic and iommu need to be parsed at first.
Using acpi_pci_driver->add to do that.
The patches need to apply after for-x86-irq
could get from
git://git.kernel.org/pub/scm/linux/kernel/git/yinghai/linux-yinghai.git for-iommu-3.14
-v2: refreshed after 3.13-rc6
Yinghai Lu (10):
IOMMU: Update dmar units devices list during hotplug
IOMMU: Fix tboot force iommu logic
IOMMU: Don't clean handler data before free_irq()
IOMMU: iommu_unique_seq_id()
ACPI: Add acpi_run_dsm()
IOMMU: Separate free_dmar_iommu from free_iommu
IOMMU: Add init_dmar_one()
IOMMU: Add intel_enable_irq_remapping_one()
IOMMU: Add dmar_parse_one_drhd()
IOMMU: Add intel iommu irq-remapping and dmar hotplug support
drivers/acpi/bus.c | 77 +++++++
drivers/acpi/pci_root.c | 2 +
drivers/iommu/dmar.c | 414 ++++++++++++++++++++++++++++++++++--
drivers/iommu/intel-iommu.c | 162 +++++++++++---
drivers/iommu/intel_irq_remapping.c | 167 ++++++++++++++-
include/linux/acpi.h | 10 +
include/linux/dmar.h | 53 ++++-
include/linux/pci-acpi.h | 8 +
8 files changed, 836 insertions(+), 57 deletions(-)
--
1.8.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists