All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] xen/arm: smmuv3: Merge Linux fixes to Xen
@ 2022-09-02 13:34 Rahul Singh
  2022-09-02 13:34 ` [PATCH v2 01/10] xen/arm: smmuv3: Fix l1 stream table size in the error message Rahul Singh
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: Rahul Singh @ 2022-09-02 13:34 UTC (permalink / raw)
  To: xen-devel
  Cc: bertrand.marquis, rahul.singh, Stefano Stabellini, Julien Grall,
	Volodymyr Babchuk

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/arch/arm/include/asm/system.h     |   1 +
 xen/drivers/passthrough/arm/smmu-v3.c | 742 ++------------------------
 xen/drivers/passthrough/arm/smmu-v3.h | 672 +++++++++++++++++++++++
 3 files changed, 708 insertions(+), 707 deletions(-)
 create mode 100644 xen/drivers/passthrough/arm/smmu-v3.h

-- 
2.25.1



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

end of thread, other threads:[~2022-09-05 22:17 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-02 13:34 [PATCH v2 00/10] xen/arm: smmuv3: Merge Linux fixes to Xen Rahul Singh
2022-09-02 13:34 ` [PATCH v2 01/10] xen/arm: smmuv3: Fix l1 stream table size in the error message Rahul Singh
2022-09-02 13:34 ` [PATCH v2 02/10] xen/arm: smmuv3: Fix endianness annotations Rahul Singh
2022-09-02 13:34 ` [PATCH v2 03/10] xen/arm: smmuv3: Ensure queue is read after updating prod pointer Rahul Singh
2022-09-02 23:21   ` Stefano Stabellini
2022-09-05  9:18     ` Rahul Singh
2022-09-05  9:31       ` Julien Grall
2022-09-05 10:23         ` Bertrand Marquis
2022-09-05 10:24           ` Julien Grall
2022-09-05 22:17             ` Stefano Stabellini
2022-09-02 13:34 ` [PATCH v2 04/10] xen/arm: smmuv3: Move definitions to a header Rahul Singh
2022-09-02 23:29   ` Stefano Stabellini
2022-09-05  9:11     ` Rahul Singh
2022-09-02 13:34 ` [PATCH v2 05/10] xen/arm: smmuv3: Remove the page 1 fixup Rahul Singh
2022-09-02 23:17   ` Stefano Stabellini
2022-09-05  9:13     ` Rahul Singh
2022-09-02 13:34 ` [PATCH v2 06/10] xen/arm: smmuv3: Remove the unused fields for PREFETCH_CONFIG command Rahul Singh
2022-09-02 13:34 ` [PATCH v2 07/10] xen/arm: smmuv3: Change *array into *const array Rahul Singh
2022-09-02 13:35 ` [PATCH v2 08/10] xen/arm: smmuv3: Remove unnecessary oom message Rahul Singh
2022-09-02 13:35 ` [PATCH v2 09/10] xen/arm: smmuv3: Fix fall-through warning for Clang Rahul Singh
2022-09-02 13:35 ` [PATCH v2 10/10] xen/arm: smmuv3: Avoid open coded arithmetic in memory allocation Rahul Singh
2022-09-02 23:31 ` [PATCH v2 00/10] xen/arm: smmuv3: Merge Linux fixes to Xen Stefano Stabellini
2022-09-05  9:12   ` Rahul Singh

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.