All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rahul Singh <rahul.singh@arm.com>
To: xen-devel@lists.xenproject.org
Cc: Bertrand Marquis <bertrand.marquis@arm.com>,
	Stefano Stabellini <sstabellini@kernel.org>,
	Julien Grall <julien@xen.org>,
	Volodymyr Babchuk <Volodymyr_Babchuk@epam.com>
Subject: [PATCH v4 00/10] xen/arm: smmuv3: Merge Linux fixes to Xen
Date: Tue,  6 Sep 2022 10:55:47 +0100	[thread overview]
Message-ID: <cover.1662455798.git.rahul.singh@arm.com> (raw)

This patch series merge the applicable Linux fixes to Xen.

Bixuan Cui (1):
  xen/arm: smmuv3: Change *array into *const array

Christophe JAILLET (1):
  xen/arm: smmuv3: Avoid open coded arithmetic in memory allocation

Gustavo A. R. Silva (1):
  xen/arm: smmuv3: Fix fall-through warning for Clang

Jean-Philippe Brucker (2):
  xen/arm: smmuv3: Fix endianness annotations
  xen/arm: smmuv3: Move definitions to a header

Robin Murphy (1):
  xen/arm: smmuv3: Remove the page 1 fixup

Zenghui Yu (2):
  xen/arm: smmuv3: Fix l1 stream table size in the error message
  xen/arm: smmuv3: Remove the unused fields for PREFETCH_CONFIG command

Zhen Lei (1):
  xen/arm: smmuv3: Remove unnecessary oom message

Zhou Wang (1):
  xen/arm: smmuv3: Ensure queue is read after updating prod pointer

 xen/drivers/passthrough/arm/smmu-v3.c | 741 ++------------------------
 xen/drivers/passthrough/arm/smmu-v3.h | 672 +++++++++++++++++++++++
 2 files changed, 708 insertions(+), 705 deletions(-)
 create mode 100644 xen/drivers/passthrough/arm/smmu-v3.h

-- 
2.25.1



WARNING: multiple messages have this Message-ID (diff)
From: Rahul Singh <rahul.singh@arm.com>
To: xen-devel@lists.xenproject.org
Subject: [PATCH v4 00/10] xen/arm: smmuv3: Merge Linux fixes to Xen
Date: Tue,  6 Sep 2022 10:51:36 +0100	[thread overview]
Message-ID: <cover.1662455798.git.rahul.singh@arm.com> (raw)
Message-ID: <20220906095136.rruP0nhNSwnbYbqnDlIpT3k2IG8a9FqcQ2VrQxR656o@z> (raw)

This patch series merge the applicable Linux fixes to Xen.

Bixuan Cui (1):
  xen/arm: smmuv3: Change *array into *const array

Christophe JAILLET (1):
  xen/arm: smmuv3: Avoid open coded arithmetic in memory allocation

Gustavo A. R. Silva (1):
  xen/arm: smmuv3: Fix fall-through warning for Clang

Jean-Philippe Brucker (2):
  xen/arm: smmuv3: Fix endianness annotations
  xen/arm: smmuv3: Move definitions to a header

Robin Murphy (1):
  xen/arm: smmuv3: Remove the page 1 fixup

Zenghui Yu (2):
  xen/arm: smmuv3: Fix l1 stream table size in the error message
  xen/arm: smmuv3: Remove the unused fields for PREFETCH_CONFIG command

Zhen Lei (1):
  xen/arm: smmuv3: Remove unnecessary oom message

Zhou Wang (1):
  xen/arm: smmuv3: Ensure queue is read after updating prod pointer

 xen/drivers/passthrough/arm/smmu-v3.c | 741 ++------------------------
 xen/drivers/passthrough/arm/smmu-v3.h | 672 +++++++++++++++++++++++
 2 files changed, 708 insertions(+), 705 deletions(-)
 create mode 100644 xen/drivers/passthrough/arm/smmu-v3.h

-- 
2.25.1



             reply	other threads:[~2022-09-06  9:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-06  9:51 Rahul Singh [this message]
2022-09-06  9:51 ` [PATCH v4 00/10] xen/arm: smmuv3: Merge Linux fixes to Xen Rahul Singh
2022-09-06  9:55   ` Rahul Singh
2022-09-06  9:55   ` [PATCH v4 01/10] xen/arm: smmuv3: Fix l1 stream table size in the error message Rahul Singh
2022-09-06  9:55   ` [PATCH v4 02/10] xen/arm: smmuv3: Fix endianness annotations Rahul Singh
2022-09-06  9:55   ` [PATCH v4 03/10] xen/arm: smmuv3: Ensure queue is read after updating prod pointer Rahul Singh
2022-09-06 14:45     ` Bertrand Marquis
2022-09-06  9:55   ` [PATCH v4 04/10] xen/arm: smmuv3: Move definitions to a header Rahul Singh
2022-09-06  9:55   ` [PATCH v4 05/10] xen/arm: smmuv3: Remove the page 1 fixup Rahul Singh
2022-09-06  9:55   ` [PATCH v4 06/10] xen/arm: smmuv3: Remove the unused fields for PREFETCH_CONFIG command Rahul Singh
2022-09-06  9:55   ` [PATCH v4 07/10] xen/arm: smmuv3: Change *array into *const array Rahul Singh
2022-09-06  9:55   ` [PATCH v4 08/10] xen/arm: smmuv3: Remove unnecessary oom message Rahul Singh
2022-09-06  9:55   ` [PATCH v4 09/10] xen/arm: smmuv3: Fix fall-through warning for Clang Rahul Singh
2022-09-06  9:55   ` [PATCH v4 10/10] xen/arm: smmuv3: Avoid open coded arithmetic in memory allocation Rahul Singh
2022-09-06 16:49   ` [PATCH v4 00/10] xen/arm: smmuv3: Merge Linux fixes to Xen Julien Grall
2022-09-06 17:07     ` Rahul Singh
2022-09-07  7:50     ` Bertrand Marquis

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=cover.1662455798.git.rahul.singh@arm.com \
    --to=rahul.singh@arm.com \
    --cc=Volodymyr_Babchuk@epam.com \
    --cc=bertrand.marquis@arm.com \
    --cc=julien@xen.org \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.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.