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

This patch series merge the applicable Linux fixes to Xen.

Rahul Singh (10):
  xen/arm: smmuv3: Fix l1 stream table size in the error message
  xen/arm: smmuv3: Fix endianness annotations
  xen/arm: smmuv3: Ensure queue is read after updating prod pointer
  xen/arm: smmuv3: Move definitions to a header
  xen/arm: smmuv3: Remove the page 1 fixup
  xen/arm: smmuv3: Remove the unused fields for PREFETCH_CONFIG command
  xen/arm: smmuv3: Change *array into *const array
  xen/arm: smmuv3: Remove unnecessary oom message
  xen/arm: smmuv3: Fix fall-through warning for Clang
  xen/arm: smmuv3: Avoid open coded arithmetic in memory allocation

 xen/drivers/passthrough/arm/smmu-v3.c | 452 ++------------------------
 xen/drivers/passthrough/arm/smmu-v3.h | 386 ++++++++++++++++++++++
 2 files changed, 420 insertions(+), 418 deletions(-)
 create mode 100644 xen/drivers/passthrough/arm/smmu-v3.h

-- 
2.25.1



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

end of thread, other threads:[~2022-09-01 14:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-24 13:53 [PATCH 00/10] xen/arm: smmuv3: Merge Linux fixes to Xen Rahul Singh
2022-08-24 13:53 ` [PATCH 01/10] xen/arm: smmuv3: Fix l1 stream table size in the error message Rahul Singh
2022-08-24 14:58   ` Julien Grall
2022-09-01 10:27     ` Rahul Singh
2022-09-01 14:15       ` Julien Grall
2022-08-24 13:53 ` [PATCH 02/10] xen/arm: smmuv3: Fix endianness annotations Rahul Singh
2022-08-24 13:53 ` [PATCH 03/10] xen/arm: smmuv3: Ensure queue is read after updating prod pointer Rahul Singh
2022-08-24 13:53 ` [PATCH 04/10] xen/arm: smmuv3: Move definitions to a header Rahul Singh
2022-08-24 15:01   ` Julien Grall
2022-08-24 13:53 ` [PATCH 05/10] xen/arm: smmuv3: Remove the page 1 fixup Rahul Singh
2022-08-24 13:53 ` [PATCH 06/10] xen/arm: smmuv3: Remove the unused fields for PREFETCH_CONFIG command Rahul Singh
2022-08-24 13:53 ` [PATCH 07/10] xen/arm: smmuv3: Change *array into *const array Rahul Singh
2022-08-24 13:53 ` [PATCH 08/10] xen/arm: smmuv3: Remove unnecessary oom message Rahul Singh
2022-08-24 13:53 ` [PATCH 09/10] xen/arm: smmuv3: Fix fall-through warning for Clang Rahul Singh
2022-08-24 13:53 ` [PATCH 10/10] xen/arm: smmuv3: Avoid open coded arithmetic in memory allocation 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.