All of lore.kernel.org
 help / color / mirror / Atom feed
From: Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
To: joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org
Cc: marc.w.gonzalez-GANU6spQydw@public.gmane.org,
	jean-philippe.brucker-5wv7dgnIgG8@public.gmane.org,
	dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
	robin.murphy-5wv7dgnIgG8@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [GIT PULL] iommu/arm-smmu: Updates for 5.2
Date: Wed, 24 Apr 2019 12:52:52 +0100	[thread overview]
Message-ID: <20190424115252.GB14829@fuggles.cambridge.arm.com> (raw)

Hi Joerg,

Please can you pull these ARM SMMU updates for 5.2? The highlight is ATS
support in the SMMUv3 driver from Jean-Philippe. I have collected the
appropriate Acks from the PCI and IORT sides.

There is a trivial conflict with your api-features branch due to the diff
context in linux/iommu.h.

Cheers,

Will

--->8

The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:

  Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/updates

for you to fetch changes up to bc580b56cb7888d1f09fff8a50270228fb834ae8:

  iommu/arm-smmu: Log CBFRSYNRA register on context fault (2019-04-23 12:23:16 +0100)

----------------------------------------------------------------
Douglas Anderson (1):
      iommu/arm-smmu: Break insecure users by disabling bypass by default

Jean-Philippe Brucker (9):
      PCI: Move ATS declarations outside of CONFIG_PCI
      PCI: Add a stub for pci_ats_disabled()
      ACPI/IORT: Check ATS capability in root complex nodes
      iommu/arm-smmu-v3: Rename arm_smmu_master_data to arm_smmu_master
      iommu/arm-smmu-v3: Store SteamIDs in master
      iommu/arm-smmu-v3: Add a master->domain pointer
      iommu/arm-smmu-v3: Link domains and devices
      iommu/arm-smmu-v3: Add support for PCI ATS
      iommu/arm-smmu-v3: Disable tagged pointers

Vivek Gautam (1):
      iommu/arm-smmu: Log CBFRSYNRA register on context fault

Will Deacon (1):
      iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel

 drivers/acpi/arm64/iort.c     |  11 ++
 drivers/iommu/Kconfig         |  25 +++
 drivers/iommu/arm-smmu-regs.h |   2 +
 drivers/iommu/arm-smmu-v3.c   | 355 +++++++++++++++++++++++++++++++++---------
 drivers/iommu/arm-smmu.c      |  11 +-
 include/linux/iommu.h         |   4 +
 include/linux/pci.h           |  31 ++--
 7 files changed, 344 insertions(+), 95 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Will Deacon <will.deacon@arm.com>
To: joro@8bytes.org
Cc: marc.w.gonzalez@free.fr, jean-philippe.brucker@arm.com,
	dianders@chromium.org, iommu@lists.linux-foundation.org,
	robin.murphy@arm.com, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] iommu/arm-smmu: Updates for 5.2
Date: Wed, 24 Apr 2019 12:52:52 +0100	[thread overview]
Message-ID: <20190424115252.GB14829@fuggles.cambridge.arm.com> (raw)
Message-ID: <20190424115252.CyTDEBUUr1Vhyz2dAdBPMSNplea_3qmwpWn2OpJDbIk@z> (raw)

Hi Joerg,

Please can you pull these ARM SMMU updates for 5.2? The highlight is ATS
support in the SMMUv3 driver from Jean-Philippe. I have collected the
appropriate Acks from the PCI and IORT sides.

There is a trivial conflict with your api-features branch due to the diff
context in linux/iommu.h.

Cheers,

Will

--->8

The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:

  Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/updates

for you to fetch changes up to bc580b56cb7888d1f09fff8a50270228fb834ae8:

  iommu/arm-smmu: Log CBFRSYNRA register on context fault (2019-04-23 12:23:16 +0100)

----------------------------------------------------------------
Douglas Anderson (1):
      iommu/arm-smmu: Break insecure users by disabling bypass by default

Jean-Philippe Brucker (9):
      PCI: Move ATS declarations outside of CONFIG_PCI
      PCI: Add a stub for pci_ats_disabled()
      ACPI/IORT: Check ATS capability in root complex nodes
      iommu/arm-smmu-v3: Rename arm_smmu_master_data to arm_smmu_master
      iommu/arm-smmu-v3: Store SteamIDs in master
      iommu/arm-smmu-v3: Add a master->domain pointer
      iommu/arm-smmu-v3: Link domains and devices
      iommu/arm-smmu-v3: Add support for PCI ATS
      iommu/arm-smmu-v3: Disable tagged pointers

Vivek Gautam (1):
      iommu/arm-smmu: Log CBFRSYNRA register on context fault

Will Deacon (1):
      iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel

 drivers/acpi/arm64/iort.c     |  11 ++
 drivers/iommu/Kconfig         |  25 +++
 drivers/iommu/arm-smmu-regs.h |   2 +
 drivers/iommu/arm-smmu-v3.c   | 355 +++++++++++++++++++++++++++++++++---------
 drivers/iommu/arm-smmu.c      |  11 +-
 include/linux/iommu.h         |   4 +
 include/linux/pci.h           |  31 ++--
 7 files changed, 344 insertions(+), 95 deletions(-)
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

WARNING: multiple messages have this Message-ID (diff)
From: Will Deacon <will.deacon@arm.com>
To: joro@8bytes.org
Cc: marc.w.gonzalez@free.fr, jean-philippe.brucker@arm.com,
	dianders@chromium.org, iommu@lists.linux-foundation.org,
	vivek.gautam@codeaurora.org, robin.murphy@arm.com,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] iommu/arm-smmu: Updates for 5.2
Date: Wed, 24 Apr 2019 12:52:52 +0100	[thread overview]
Message-ID: <20190424115252.GB14829@fuggles.cambridge.arm.com> (raw)

Hi Joerg,

Please can you pull these ARM SMMU updates for 5.2? The highlight is ATS
support in the SMMUv3 driver from Jean-Philippe. I have collected the
appropriate Acks from the PCI and IORT sides.

There is a trivial conflict with your api-features branch due to the diff
context in linux/iommu.h.

Cheers,

Will

--->8

The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:

  Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/updates

for you to fetch changes up to bc580b56cb7888d1f09fff8a50270228fb834ae8:

  iommu/arm-smmu: Log CBFRSYNRA register on context fault (2019-04-23 12:23:16 +0100)

----------------------------------------------------------------
Douglas Anderson (1):
      iommu/arm-smmu: Break insecure users by disabling bypass by default

Jean-Philippe Brucker (9):
      PCI: Move ATS declarations outside of CONFIG_PCI
      PCI: Add a stub for pci_ats_disabled()
      ACPI/IORT: Check ATS capability in root complex nodes
      iommu/arm-smmu-v3: Rename arm_smmu_master_data to arm_smmu_master
      iommu/arm-smmu-v3: Store SteamIDs in master
      iommu/arm-smmu-v3: Add a master->domain pointer
      iommu/arm-smmu-v3: Link domains and devices
      iommu/arm-smmu-v3: Add support for PCI ATS
      iommu/arm-smmu-v3: Disable tagged pointers

Vivek Gautam (1):
      iommu/arm-smmu: Log CBFRSYNRA register on context fault

Will Deacon (1):
      iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel

 drivers/acpi/arm64/iort.c     |  11 ++
 drivers/iommu/Kconfig         |  25 +++
 drivers/iommu/arm-smmu-regs.h |   2 +
 drivers/iommu/arm-smmu-v3.c   | 355 +++++++++++++++++++++++++++++++++---------
 drivers/iommu/arm-smmu.c      |  11 +-
 include/linux/iommu.h         |   4 +
 include/linux/pci.h           |  31 ++--
 7 files changed, 344 insertions(+), 95 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2019-04-24 11:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-24 11:52 Will Deacon [this message]
2019-04-24 11:52 ` [GIT PULL] iommu/arm-smmu: Updates for 5.2 Will Deacon
2019-04-24 11:52 ` Will Deacon
2019-04-26 13:50 ` Joerg Roedel
2019-04-26 13:50   ` Joerg Roedel
2019-04-26 13:50   ` 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=20190424115252.GB14829@fuggles.cambridge.arm.com \
    --to=will.deacon-5wv7dgnigg8@public.gmane.org \
    --cc=dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
    --cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=jean-philippe.brucker-5wv7dgnIgG8@public.gmane.org \
    --cc=joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=marc.w.gonzalez-GANU6spQydw@public.gmane.org \
    --cc=robin.murphy-5wv7dgnIgG8@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.