All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Ouststanding patches for 5.13 series
@ 2021-04-20 18:46 Dave Jiang
  2021-04-20 18:46 ` [PATCH 1/6] dmaengine: idxd: add percpu_ref to descriptor submission path Dave Jiang
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Dave Jiang @ 2021-04-20 18:46 UTC (permalink / raw)
  To: vkoul; +Cc: dmaengine

Hi Vinod,
Here are the remaining outstanding patches for 5.13 merge window that has
been rebased against the latest dmaengine/next tree. Thanks!

---

Dave Jiang (6):
      dmaengine: idxd: add percpu_ref to descriptor submission path
      dmaengine: idxd: add support for readonly config mode
      dmaengine: idxd: add interrupt handle request and release support
      dmaengine: idxd: convert sprintf() to sysfs_emit() for all usages
      dmaengine: idxd: enable SVA feature for IOMMU
      dmaengine: idxd: support reporting of halt interrupt


 drivers/dma/idxd/device.c    | 202 +++++++++++++++++++++++++++++++++++
 drivers/dma/idxd/idxd.h      |  16 +++
 drivers/dma/idxd/init.c      |  95 ++++++++++++++--
 drivers/dma/idxd/irq.c       |   2 +
 drivers/dma/idxd/registers.h |  12 ++-
 drivers/dma/idxd/submit.c    |  35 ++++--
 drivers/dma/idxd/sysfs.c     | 139 ++++++++++++------------
 7 files changed, 416 insertions(+), 85 deletions(-)

--


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

end of thread, other threads:[~2021-04-23 17:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20 18:46 [PATCH 0/6] Ouststanding patches for 5.13 series Dave Jiang
2021-04-20 18:46 ` [PATCH 1/6] dmaengine: idxd: add percpu_ref to descriptor submission path Dave Jiang
2021-04-20 18:46 ` [PATCH 2/6] dmaengine: idxd: add support for readonly config mode Dave Jiang
2021-04-20 18:46 ` [PATCH 3/6] dmaengine: idxd: add interrupt handle request and release support Dave Jiang
2021-04-20 18:46 ` [PATCH 4/6] dmaengine: idxd: convert sprintf() to sysfs_emit() for all usages Dave Jiang
2021-04-20 18:46 ` [PATCH 5/6] dmaengine: idxd: enable SVA feature for IOMMU Dave Jiang
2021-04-20 18:46 ` [PATCH 6/6] dmaengine: idxd: support reporting of halt interrupt Dave Jiang
2021-04-23 17:38 ` [PATCH 0/6] Ouststanding patches for 5.13 series Vinod Koul

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.