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, Will Deacon <will@kernel.org>,
	linux-kernel@vger.kernel.org
Subject: [git pull] IOMMU Fixes for Linux v5.11-rc5
Date: Fri, 29 Jan 2021 17:41:29 +0100	[thread overview]
Message-ID: <20210129164123.GA25513@8bytes.org> (raw)


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

Hi Linus,

The following changes since commit 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04:

  Linux 5.11-rc5 (2021-01-24 16:47:14 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.11-rc5

for you to fetch changes up to 29b32839725f8c89a41cb6ee054c85f3116ea8b5:

  iommu/vt-d: Do not use flush-queue when caching-mode is on (2021-01-28 13:59:02 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v5.11-rc5

Including:

	- AMD IOMMU Fix to make sure features are detected before they
	  are queried.

	- Intel IOMMU address alignment check fix for an IOLTB flushing
	  command.

	- Performance fix for Intel IOMMU to make sure the code does not
	  do full IOTLB flushes all the time. Those flushes are very
	  expensive on emulated IOMMUs.

----------------------------------------------------------------
Lu Baolu (1):
      iommu/vt-d: Correctly check addr alignment in qi_flush_dev_iotlb_pasid()

Nadav Amit (1):
      iommu/vt-d: Do not use flush-queue when caching-mode is on

Suravee Suthikulpanit (1):
      iommu/amd: Use IVHD EFR for early initialization of IOMMU features

 drivers/iommu/amd/amd_iommu.h       |  7 ++---
 drivers/iommu/amd/amd_iommu_types.h |  4 +++
 drivers/iommu/amd/init.c            | 56 +++++++++++++++++++++++++++++++++++--
 drivers/iommu/intel/dmar.c          |  2 +-
 drivers/iommu/intel/iommu.c         | 32 ++++++++++++++++++++-
 5 files changed, 92 insertions(+), 9 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,
	Will Deacon <will@kernel.org>
Subject: [git pull] IOMMU Fixes for Linux v5.11-rc5
Date: Fri, 29 Jan 2021 17:41:29 +0100	[thread overview]
Message-ID: <20210129164123.GA25513@8bytes.org> (raw)

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

Hi Linus,

The following changes since commit 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04:

  Linux 5.11-rc5 (2021-01-24 16:47:14 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.11-rc5

for you to fetch changes up to 29b32839725f8c89a41cb6ee054c85f3116ea8b5:

  iommu/vt-d: Do not use flush-queue when caching-mode is on (2021-01-28 13:59:02 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v5.11-rc5

Including:

	- AMD IOMMU Fix to make sure features are detected before they
	  are queried.

	- Intel IOMMU address alignment check fix for an IOLTB flushing
	  command.

	- Performance fix for Intel IOMMU to make sure the code does not
	  do full IOTLB flushes all the time. Those flushes are very
	  expensive on emulated IOMMUs.

----------------------------------------------------------------
Lu Baolu (1):
      iommu/vt-d: Correctly check addr alignment in qi_flush_dev_iotlb_pasid()

Nadav Amit (1):
      iommu/vt-d: Do not use flush-queue when caching-mode is on

Suravee Suthikulpanit (1):
      iommu/amd: Use IVHD EFR for early initialization of IOMMU features

 drivers/iommu/amd/amd_iommu.h       |  7 ++---
 drivers/iommu/amd/amd_iommu_types.h |  4 +++
 drivers/iommu/amd/init.c            | 56 +++++++++++++++++++++++++++++++++++--
 drivers/iommu/intel/dmar.c          |  2 +-
 drivers/iommu/intel/iommu.c         | 32 ++++++++++++++++++++-
 5 files changed, 92 insertions(+), 9 deletions(-)

Please pull.

Thanks,

	Joerg

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

             reply	other threads:[~2021-01-29 16:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-29 16:41 Joerg Roedel [this message]
2021-01-29 16:41 ` [git pull] IOMMU Fixes for Linux v5.11-rc5 Joerg Roedel
2021-01-29 22:12 ` pr-tracker-bot
2021-01-29 22:12   ` 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=20210129164123.GA25513@8bytes.org \
    --to=joro@8bytes.org \
    --cc=iommu@lists.linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=will@kernel.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.