Hi Linus, The following changes since commit 5611cc4572e889b62a7b4c72a413536bf6a9c416: Linux 3.2-rc4 (2011-12-01 14:56:01 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git iommu/fixes The top-commit on my development machine in the iommu/fixes branch is: b2c1639135c0fc1560f3fe9a3a83f2c8265a9e02 Joe Perches (1): MAINTAINERS: Update amd-iommu F: patterns Joerg Roedel (1): iommu/msm: Fix compile error in mach-msm/devices-iommu.c Sedat Dilek (1): iommu/amd: Fix typo in kernel-parameters.txt Thomas Jarosch (1): Fix comparison using wrong pointer variable in dma debug code Documentation/kernel-parameters.txt | 2 +- MAINTAINERS | 4 ++-- arch/arm/mach-msm/devices-iommu.c | 1 + lib/dma-debug.c | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) Besides the documentation and MAINTAINERS fixes these patches fix a wrong comparision in the dma-debug code introduced in the last merge window and a compile error for the MSM-ARM platform when IOMMU is enabled. Please pull. Thanks, Joerg