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 Fixes for Linux v4.2-rc4
Date: Fri, 31 Jul 2015 18:58:24 +0200 [thread overview]
Message-ID: <20150731165824.GA26903@8bytes.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1790 bytes --]
Hi Linus,
The following changes since commit cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f:
Linux 4.2-rc4 (2015-07-26 12:26:21 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v4.2-rc4
for you to fetch changes up to 1c1cc454aa694a89572689515fdaaf27b8c9f42a:
iommu/amd: Allow non-ATS devices in IOMMUv2 domains (2015-07-31 15:15:41 +0200)
----------------------------------------------------------------
IOMMU Fixes for Linux v4.2-rc4
These fixes are all for the AMD IOMMU driver:
* A regression with HSA caused by the conversion of the driver to
default domains. The fixes make sure that an HSA device can
still be attached to an IOMMUv2 domain and that these domains
also allow non-IOMMUv2 capable devices.
* Fix iommu=pt mode which did not work because the dma_ops where
set to nommu_ops, which breaks devices that can only do 32bit
DMA.
* Fix an issue with non-PCI devices not working, because there
are no dma_ops for them. This issue was discovered recently as
new AMD x86 platforms have non-PCI devices too.
----------------------------------------------------------------
Joerg Roedel (6):
iommu/amd: Use iommu_attach_group()
iommu/amd: Use iommu core for passthrough mode
iommu/amd: Allow non-IOMMUv2 devices in IOMMUv2 domains
iommu/amd: Use swiotlb in passthrough mode
iommu/amd: Set global dma_ops if swiotlb is disabled
iommu/amd: Allow non-ATS devices in IOMMUv2 domains
drivers/iommu/amd_iommu.c | 98 +++++++++++++-----------------------------
drivers/iommu/amd_iommu_init.c | 10 +----
drivers/iommu/amd_iommu_v2.c | 24 +++++++++--
3 files changed, 51 insertions(+), 81 deletions(-)
Please pull.
Thanks,
Joerg
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
reply other threads:[~2015-07-31 16:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20150731165824.GA26903@8bytes.org \
--to=joro@8bytes.org \
--cc=iommu@lists.linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).