All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joerg Roedel <joro@8bytes.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org
Subject: [git pull] IOMMU Fixes for Linux v5.6-rc1
Date: Wed, 19 Feb 2020 17:51:22 +0100	[thread overview]
Message-ID: <20200219165116.GA7503@8bytes.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1976 bytes --]

Hi Linus,

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.6-rc2

for you to fetch changes up to ab362fffa0feb0da23191111e60b641d39130053:

  iommu/arm-smmu: Restore naming of driver parameter prefix (2020-02-19 12:03:21 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v5.6-rc2

Including:

	- Compile warning fix for the Intel IOMMU driver

	- Fix kdump boot with Intel IOMMU enabled and in passthrough
	  mode

	- Disable AMD IOMMU on a Laptop/Embedded platform because the
	  delay in introduces in DMA transactions causes screen
	  flickering there with 4k monitors

	- Make domain_free function in QCOM IOMMU driver robust and not
	  leak memory/dereference NULL pointers

	- Fix ARM-SMMU module parameter prefix names

----------------------------------------------------------------
Joerg Roedel (6):
      iommu/vt-d: Fix compile warning from intel-svm.h
      iommu/vt-d: Add attach_deferred() helper
      iommu/vt-d: Move deferred device attachment into helper function
      iommu/vt-d: Do deferred attachment in iommu_need_mapping()
      iommu/vt-d: Remove deferred_attach_domain()
      iommu/vt-d: Simplify check in identity_mapping()

Kai-Heng Feng (1):
      iommu/amd: Disable IOMMU on Stoney Ridge systems

Robin Murphy (1):
      iommu/qcom: Fix bogus detach logic

Will Deacon (1):
      iommu/arm-smmu: Restore naming of driver parameter prefix

 drivers/iommu/Makefile         |  4 ++--
 drivers/iommu/amd_iommu_init.c | 13 ++++++++++++-
 drivers/iommu/intel-iommu.c    | 41 ++++++++++++++++++++++++-----------------
 drivers/iommu/qcom_iommu.c     | 28 ++++++++++++----------------
 include/linux/intel-svm.h      |  2 +-
 5 files changed, 51 insertions(+), 37 deletions(-)

Please pull.

Thanks,

	Joerg

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 156 bytes --]

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.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 Fixes for Linux v5.6-rc1
Date: Wed, 19 Feb 2020 17:51:22 +0100	[thread overview]
Message-ID: <20200219165116.GA7503@8bytes.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1976 bytes --]

Hi Linus,

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.6-rc2

for you to fetch changes up to ab362fffa0feb0da23191111e60b641d39130053:

  iommu/arm-smmu: Restore naming of driver parameter prefix (2020-02-19 12:03:21 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v5.6-rc2

Including:

	- Compile warning fix for the Intel IOMMU driver

	- Fix kdump boot with Intel IOMMU enabled and in passthrough
	  mode

	- Disable AMD IOMMU on a Laptop/Embedded platform because the
	  delay in introduces in DMA transactions causes screen
	  flickering there with 4k monitors

	- Make domain_free function in QCOM IOMMU driver robust and not
	  leak memory/dereference NULL pointers

	- Fix ARM-SMMU module parameter prefix names

----------------------------------------------------------------
Joerg Roedel (6):
      iommu/vt-d: Fix compile warning from intel-svm.h
      iommu/vt-d: Add attach_deferred() helper
      iommu/vt-d: Move deferred device attachment into helper function
      iommu/vt-d: Do deferred attachment in iommu_need_mapping()
      iommu/vt-d: Remove deferred_attach_domain()
      iommu/vt-d: Simplify check in identity_mapping()

Kai-Heng Feng (1):
      iommu/amd: Disable IOMMU on Stoney Ridge systems

Robin Murphy (1):
      iommu/qcom: Fix bogus detach logic

Will Deacon (1):
      iommu/arm-smmu: Restore naming of driver parameter prefix

 drivers/iommu/Makefile         |  4 ++--
 drivers/iommu/amd_iommu_init.c | 13 ++++++++++++-
 drivers/iommu/intel-iommu.c    | 41 ++++++++++++++++++++++++-----------------
 drivers/iommu/qcom_iommu.c     | 28 ++++++++++++----------------
 include/linux/intel-svm.h      |  2 +-
 5 files changed, 51 insertions(+), 37 deletions(-)

Please pull.

Thanks,

	Joerg

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2020-02-19 16:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-19 16:51 Joerg Roedel [this message]
2020-02-19 16:51 ` [git pull] IOMMU Fixes for Linux v5.6-rc1 Joerg Roedel
2020-02-19 17:40 ` pr-tracker-bot
2020-02-19 17:40   ` pr-tracker-bot

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=20200219165116.GA7503@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 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.