]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mapping
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 4 Apr 2020 17:12:47 +0000 (10:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 4 Apr 2020 17:12:47 +0000 (10:12 -0700)
commit094ea9920f35b6e7845d9bb4b49bc8f347c1b195
treee3275f7ec8fbe39e679be847fe5dbd6486d12431
parent7c80d61305fdf455f3e8268ad899e7d720bfaeb8
parent5a7089ded31e967a5436db004c051303f5b04700
Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mapping

Pull dma-mapping updates from Christoph Hellwig:

 - fix an integer overflow in the coherent pool (Kevin Grandemange)

 - provide support for in-place uncached remapping and use that for
   openrisc

 - fix the arm coherent allocator to take the bus limit into account

* tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mapping:
  ARM/dma-mapping: merge __dma_supported into arm_dma_supported
  ARM/dma-mapping: take the bus limit into account in __dma_alloc
  ARM/dma-mapping: remove get_coherent_dma_mask
  openrisc: use the generic in-place uncached DMA allocator
  dma-direct: provide a arch_dma_clear_uncached hook
  dma-direct: make uncached_kernel_address more general
  dma-direct: consolidate the error handling in dma_direct_alloc_pages
  dma-direct: remove the cached_kernel_address hook
  dma-coherent: fix integer overflow in the reserved-memory dma allocation
arch/Kconfig
arch/microblaze/Kconfig
arch/mips/Kconfig
kernel/dma/direct.c