All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] iommu/arm-smmu: updates for 3.19
@ 2014-11-19 19:00 ` Will Deacon
  0 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2014-11-19 19:00 UTC (permalink / raw)
  To: joro-zLv9SwRftAIdnm+yROfE0A
  Cc: a.motakis-lrHrjnjw1UfHK3s98zE1ajGjJy/sRE9J,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	treding-DDmLM1+adcrQT0dZR+AlfA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi Joerg,

Please can you pull these ARM SMMU changes for 3.19? As well as the
usual driver updates (enabling support for the new NESTING attribute),
there are also the IOMMU_NOEXEC patches from Antonios, which includes
a fix for a resulting compiler warning in the AMD IOMMU driver.

Cheers,

Will

--->8

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -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 c752ce45b213de8532baaf987ba930638f77c439:

  iommu/arm-smmu: add support for DOMAIN_ATTR_NESTING attribute (2014-11-14 14:41:39 +0000)

----------------------------------------------------------------
Antonios Motakis (3):
      iommu/arm-smmu: change IOMMU_EXEC to IOMMU_NOEXEC
      iommu: add capability IOMMU_CAP_NOEXEC
      iommu/arm-smmu: add IOMMU_CAP_NOEXEC to the ARM SMMU driver

Thierry Reding (1):
      iommu/arm-smmu: Play nice on non-ARM/SMMU systems

Will Deacon (2):
      iommu/amd: remove compiler warning due to IOMMU_CAP_NOEXEC
      iommu/arm-smmu: add support for DOMAIN_ATTR_NESTING attribute

 drivers/iommu/amd_iommu.c |   2 +
 drivers/iommu/arm-smmu.c  | 133 +++++++++++++++++++++++++++++++++++++---------
 include/linux/iommu.h     |   3 +-
 3 files changed, 113 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] iommu/arm-smmu: updates for 3.19
@ 2014-11-19 19:00 ` Will Deacon
  0 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2014-11-19 19:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Joerg,

Please can you pull these ARM SMMU changes for 3.19? As well as the
usual driver updates (enabling support for the new NESTING attribute),
there are also the IOMMU_NOEXEC patches from Antonios, which includes
a fix for a resulting compiler warning in the AMD IOMMU driver.

Cheers,

Will

--->8

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -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 c752ce45b213de8532baaf987ba930638f77c439:

  iommu/arm-smmu: add support for DOMAIN_ATTR_NESTING attribute (2014-11-14 14:41:39 +0000)

----------------------------------------------------------------
Antonios Motakis (3):
      iommu/arm-smmu: change IOMMU_EXEC to IOMMU_NOEXEC
      iommu: add capability IOMMU_CAP_NOEXEC
      iommu/arm-smmu: add IOMMU_CAP_NOEXEC to the ARM SMMU driver

Thierry Reding (1):
      iommu/arm-smmu: Play nice on non-ARM/SMMU systems

Will Deacon (2):
      iommu/amd: remove compiler warning due to IOMMU_CAP_NOEXEC
      iommu/arm-smmu: add support for DOMAIN_ATTR_NESTING attribute

 drivers/iommu/amd_iommu.c |   2 +
 drivers/iommu/arm-smmu.c  | 133 +++++++++++++++++++++++++++++++++++++---------
 include/linux/iommu.h     |   3 +-
 3 files changed, 113 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] iommu/arm-smmu: updates for 3.19
  2014-11-19 19:00 ` Will Deacon
@ 2014-11-21 11:30     ` Joerg Roedel
  -1 siblings, 0 replies; 4+ messages in thread
From: Joerg Roedel @ 2014-11-21 11:30 UTC (permalink / raw)
  To: Will Deacon
  Cc: a.motakis-lrHrjnjw1UfHK3s98zE1ajGjJy/sRE9J,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	treding-DDmLM1+adcrQT0dZR+AlfA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Wed, Nov 19, 2014 at 07:00:06PM +0000, Will Deacon wrote:
> Please can you pull these ARM SMMU changes for 3.19? As well as the
> usual driver updates (enabling support for the new NESTING attribute),
> there are also the IOMMU_NOEXEC patches from Antonios, which includes
> a fix for a resulting compiler warning in the AMD IOMMU driver.

Pulled, thanks Will.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] iommu/arm-smmu: updates for 3.19
@ 2014-11-21 11:30     ` Joerg Roedel
  0 siblings, 0 replies; 4+ messages in thread
From: Joerg Roedel @ 2014-11-21 11:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Nov 19, 2014 at 07:00:06PM +0000, Will Deacon wrote:
> Please can you pull these ARM SMMU changes for 3.19? As well as the
> usual driver updates (enabling support for the new NESTING attribute),
> there are also the IOMMU_NOEXEC patches from Antonios, which includes
> a fix for a resulting compiler warning in the AMD IOMMU driver.

Pulled, thanks Will.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-21 11:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-19 19:00 [GIT PULL] iommu/arm-smmu: updates for 3.19 Will Deacon
2014-11-19 19:00 ` Will Deacon
     [not found] ` <20141119190006.GL15985-5wv7dgnIgG8@public.gmane.org>
2014-11-21 11:30   ` Joerg Roedel
2014-11-21 11:30     ` Joerg Roedel

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.