iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] dma-mapping updates for 5.8, part 1
@ 2020-06-06 16:06 Christoph Hellwig
  2020-06-06 19:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2020-06-06 16:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: iommu, linux-kernel

The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:

  Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)

are available in the Git repository at:

  git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-5.8

for you to fetch changes up to 298f3db6ee690259927b105d5ad1079563361323:

  dma-contiguous: fix comment for dma_release_from_contiguous (2020-04-25 13:17:06 +0200)

----------------------------------------------------------------
dma-mapping updates for 5.8, part 1

 - enhance the dma pool to allow atomic allocation on x86 with AMD SEV
   (David Rientjes)
 - two small cleanups (Jason Yan and Peter Collingbourne)

----------------------------------------------------------------
David Rientjes (7):
      dma-remap: separate DMA atomic pools from direct remap code
      dma-pool: add additional coherent pools to map to gfp mask
      dma-pool: dynamically expanding atomic pools
      dma-direct: atomic allocations must come from atomic coherent pools
      dma-pool: add pool sizes to debugfs
      x86/mm: unencrypted non-blocking DMA allocations use coherent pools
      dma-pool: scale the default DMA coherent pool size with memory capacity

Jason Yan (1):
      dma-debug: make __dma_entry_alloc_check_leak() static

Peter Collingbourne (1):
      dma-contiguous: fix comment for dma_release_from_contiguous

 arch/x86/Kconfig            |   1 +
 drivers/iommu/dma-iommu.c   |   5 +-
 include/linux/dma-direct.h  |   2 +
 include/linux/dma-mapping.h |   6 +-
 kernel/dma/Kconfig          |   6 +-
 kernel/dma/Makefile         |   1 +
 kernel/dma/contiguous.c     |   4 +-
 kernel/dma/debug.c          |   2 +-
 kernel/dma/direct.c         |  56 ++++++++--
 kernel/dma/pool.c           | 264 ++++++++++++++++++++++++++++++++++++++++++++
 kernel/dma/remap.c          | 121 +-------------------
 11 files changed, 327 insertions(+), 141 deletions(-)
 create mode 100644 kernel/dma/pool.c
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

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

* Re: [GIT PULL] dma-mapping updates for 5.8, part 1
  2020-06-06 16:06 [GIT PULL] dma-mapping updates for 5.8, part 1 Christoph Hellwig
@ 2020-06-06 19:15 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-06-06 19:15 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: iommu, Linus Torvalds, linux-kernel

The pull request you sent on Sat, 6 Jun 2020 18:06:57 +0200:

> git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-5.8

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1ee18de92927f37e6948d5a6fc73cbf89f806905

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

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

end of thread, other threads:[~2020-06-06 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-06 16:06 [GIT PULL] dma-mapping updates for 5.8, part 1 Christoph Hellwig
2020-06-06 19:15 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).