From: Joerg Roedel <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
To: Linus Torvalds
<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [git pull] IOMMU updates for Linux 3.5
Date: Wed, 30 May 2012 14:39:06 +0200 [thread overview]
Message-ID: <20120530123906.GB3601@8bytes.org> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 2726 bytes --]
Hi Linus,
The following changes since commit 76e10d158efb6d4516018846f60c2ab5501900bc:
Linux 3.4 (2012-05-20 15:29:13 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-updates-v3.5
for you to fetch changes up to 28f8571e1e84782244cc7bf1b129baf6cdc0832e:
Merge branches 'iommu/fixes', 'dma-debug', 'arm/omap', 'arm/tegra', 'core' and 'x86/amd' into next (2012-05-30 12:41:29 +0200)
----------------------------------------------------------------
IOMMU Updates for Linux 3.5
Not much stuff this time. The only change to the IOMMU core code is the
addition of a handle to the fault handling code. A few updates to the
AMD IOMMU driver to work around new errata. The other patches are mostly
fixes and enhancements to the existing ARM IOMMU drivers and
documentation updates.
A new IOMMU driver for the Exynos platform was also underway but got
merged via the Samsung tree and is not part of this tree.
----------------------------------------------------------------
Hiroshi DOYU (2):
iommu/tegra: smmu: Print device name correctly
iommu/tegra: gart: Fix register offset correctly
Jakub Kicinski (1):
dma-debug: release free_entries_lock before saving stack trace
Joerg Roedel (3):
iommu/amd: Check for the right TLP prefix bit
iommu/amd: Add workaround for event log erratum
Merge branches 'iommu/fixes', 'dma-debug', 'arm/omap', 'arm/tegra', 'core' and 'x86/amd' into next
Ohad Ben-Cohen (1):
iommu/core: pass a user-provided token to fault handlers
Omar Ramirez Luna (1):
iommu: OMAP: device detach on domain destroy
Shuah Khan (1):
Documentation: kernel-parameters.txt Add amd_iommu_dump
Thierry Reding (1):
iommu: tegra/gart: Add device tree support
Vandana Salve (1):
iommu: tegra/gart: use correct gart_device
.../bindings/iommu/nvidia,tegra20-gart.txt | 14 ++++++++
Documentation/kernel-parameters.txt | 6 ++++
drivers/iommu/amd_iommu.c | 37 ++++++++++++++------
drivers/iommu/iommu.c | 5 ++-
drivers/iommu/omap-iommu.c | 32 ++++++++++++-----
drivers/iommu/tegra-gart.c | 20 ++++++++---
drivers/iommu/tegra-smmu.c | 2 +-
drivers/remoteproc/remoteproc_core.c | 4 +--
include/linux/iommu.h | 10 +++---
lib/dma-debug.c | 10 +++---
10 files changed, 104 insertions(+), 36 deletions(-)
create mode 100644 Documentation/devicetree/bindings/iommu/nvidia,tegra20-gart.txt
Please pull.
Regards,
Joerg
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 190 bytes --]
_______________________________________________
iommu mailing list
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu
WARNING: multiple messages have this Message-ID (diff)
From: Joerg Roedel <joro@8bytes.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org
Subject: [git pull] IOMMU updates for Linux 3.5
Date: Wed, 30 May 2012 14:39:06 +0200 [thread overview]
Message-ID: <20120530123906.GB3601@8bytes.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2726 bytes --]
Hi Linus,
The following changes since commit 76e10d158efb6d4516018846f60c2ab5501900bc:
Linux 3.4 (2012-05-20 15:29:13 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-updates-v3.5
for you to fetch changes up to 28f8571e1e84782244cc7bf1b129baf6cdc0832e:
Merge branches 'iommu/fixes', 'dma-debug', 'arm/omap', 'arm/tegra', 'core' and 'x86/amd' into next (2012-05-30 12:41:29 +0200)
----------------------------------------------------------------
IOMMU Updates for Linux 3.5
Not much stuff this time. The only change to the IOMMU core code is the
addition of a handle to the fault handling code. A few updates to the
AMD IOMMU driver to work around new errata. The other patches are mostly
fixes and enhancements to the existing ARM IOMMU drivers and
documentation updates.
A new IOMMU driver for the Exynos platform was also underway but got
merged via the Samsung tree and is not part of this tree.
----------------------------------------------------------------
Hiroshi DOYU (2):
iommu/tegra: smmu: Print device name correctly
iommu/tegra: gart: Fix register offset correctly
Jakub Kicinski (1):
dma-debug: release free_entries_lock before saving stack trace
Joerg Roedel (3):
iommu/amd: Check for the right TLP prefix bit
iommu/amd: Add workaround for event log erratum
Merge branches 'iommu/fixes', 'dma-debug', 'arm/omap', 'arm/tegra', 'core' and 'x86/amd' into next
Ohad Ben-Cohen (1):
iommu/core: pass a user-provided token to fault handlers
Omar Ramirez Luna (1):
iommu: OMAP: device detach on domain destroy
Shuah Khan (1):
Documentation: kernel-parameters.txt Add amd_iommu_dump
Thierry Reding (1):
iommu: tegra/gart: Add device tree support
Vandana Salve (1):
iommu: tegra/gart: use correct gart_device
.../bindings/iommu/nvidia,tegra20-gart.txt | 14 ++++++++
Documentation/kernel-parameters.txt | 6 ++++
drivers/iommu/amd_iommu.c | 37 ++++++++++++++------
drivers/iommu/iommu.c | 5 ++-
drivers/iommu/omap-iommu.c | 32 ++++++++++++-----
drivers/iommu/tegra-gart.c | 20 ++++++++---
drivers/iommu/tegra-smmu.c | 2 +-
drivers/remoteproc/remoteproc_core.c | 4 +--
include/linux/iommu.h | 10 +++---
lib/dma-debug.c | 10 +++---
10 files changed, 104 insertions(+), 36 deletions(-)
create mode 100644 Documentation/devicetree/bindings/iommu/nvidia,tegra20-gart.txt
Please pull.
Regards,
Joerg
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next reply other threads:[~2012-05-30 12:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-30 12:39 Joerg Roedel [this message]
2012-05-30 12:39 ` [git pull] IOMMU updates for Linux 3.5 Joerg Roedel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120530123906.GB3601@8bytes.org \
--to=joro-zlv9swrftaidnm+yrofe0a@public.gmane.org \
--cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.