Prev: [PATCH 06/12] x86/amd-iommu: enable iommu before attaching devices
Next: [PATCH 08/12] Revert "x86: disable IOMMUs on kernel crash"
From: Joerg Roedel on 7 Apr 2010 08:50 Hi Ingo, The following changes since commit 2eaa9cfdf33b8d7fb7aff27792192e0019ae8fc6: Linus Torvalds (1): Linux 2.6.34-rc3 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git iommu/fixes Chris Wright (5): x86/amd-iommu: Pt mode fix for domain_destroy x86/amd-iommu: enable iommu before attaching devices x86/amd-iommu: warn when issuing command to uninitialized cmd buffer Revert "x86: disable IOMMUs on kernel crash" x86/amd-iommu: use for_each_pci_dev Dan Carpenter (1): dma-debug: Cleanup for copy-loop in filter_write() Joerg Roedel (6): x86/amd-iommu: Protect IOMMU-API map/unmap path x86/amd-iommu: Report errors in acpi parsing functions upstream x86/amd-iommu: Use helper function to destroy domain x86/amd-iommu: Remove obsolete parameter documentation Merge branch 'amd-iommu/fixes' into iommu/fixes x86/gart: Disable GART explicitly before initialization Julia Lawall (1): x86/amd-iommu: Remove double NULL check in check_device Documentation/kernel-parameters.txt | 5 --- arch/x86/include/asm/amd_iommu_types.h | 3 ++ arch/x86/kernel/amd_iommu.c | 20 +++++++++---- arch/x86/kernel/amd_iommu_init.c | 48 ++++++++++++++++++++++---------- arch/x86/kernel/aperture_64.c | 15 +++++++++- arch/x86/kernel/crash.c | 6 ---- arch/x86/kernel/pci-gart_64.c | 3 ++ lib/dma-debug.c | 2 +- 8 files changed, 68 insertions(+), 34 deletions(-) This pull request includes fixes that did not made it upstream during the merge window, fixes for recently discovered problems with kdump and amd-iommu enabled and a small documentation update. Please pull. Thanks, Joerg -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |