Linus Torvalds
9e3a25dc99
Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping
...
Pull dma-mapping updates from Christoph Hellwig:
- move the USB special case that bounced DMA through a device bar into
the USB code instead of handling it in the common DMA code (Laurentiu
Tudor and Fredrik Noring)
- don't dip into the global CMA pool for single page allocations
(Nicolin Chen)
- fix a crash when allocating memory for the atomic pool failed during
boot (Florian Fainelli)
- move support for MIPS-style uncached segments to the common code and
use that for MIPS and nios2 (me)
- make support for DMA_ATTR_NON_CONSISTENT and
DMA_ATTR_NO_KERNEL_MAPPING generic (me)
- convert nds32 to the generic remapping allocator (me)
* tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping: (29 commits)
dma-mapping: mark dma_alloc_need_uncached as __always_inline
MIPS: only select ARCH_HAS_UNCACHED_SEGMENT for non-coherent platforms
usb: host: Fix excessive alignment restriction for local memory allocations
lib/genalloc.c: Add algorithm, align and zeroed family of DMA allocators
nios2: use the generic uncached segment support in dma-direct
nds32: use the generic remapping allocator for coherent DMA allocations
arc: use the generic remapping allocator for coherent DMA allocations
dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common code
dma-direct: handle DMA_ATTR_NON_CONSISTENT in common code
dma-mapping: add a dma_alloc_need_uncached helper
openrisc: remove the partial DMA_ATTR_NON_CONSISTENT support
arc: remove the partial DMA_ATTR_NON_CONSISTENT support
arm-nommu: remove the partial DMA_ATTR_NON_CONSISTENT support
ARM: dma-mapping: allow larger DMA mask than supported
dma-mapping: truncate dma masks to what dma_addr_t can hold
iommu/dma: Apply dma_{alloc,free}_contiguous functions
dma-remap: Avoid de-referencing NULL atomic_pool
MIPS: use the generic uncached segment support in dma-direct
dma-direct: provide generic support for uncached kernel segments
au1100fb: fix DMA API abuse
...
2019-07-12 15:13:55 -07:00
..
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:35 -07:00
2019-05-30 11:26:35 -07:00
2019-05-30 11:29:20 -07:00
2019-05-24 17:39:00 +02:00
2019-06-19 17:09:55 +02:00
2019-07-06 10:32:12 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:35 -07:00
2018-12-31 07:12:35 -08:00
2018-06-24 09:27:27 -07:00
2018-06-24 09:26:03 -07:00
2019-05-21 11:28:39 +02:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2015-03-31 11:59:40 +02:00
2019-05-30 11:26:32 -07:00
2017-07-11 14:13:06 +02:00
2019-05-09 16:39:27 -07:00
2017-07-11 14:13:06 +02:00
2018-06-24 09:27:27 -07:00
2018-06-24 09:27:27 -07:00
2019-05-30 11:26:28 -07:00
2019-06-19 17:09:55 +02:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:29:20 -07:00
2017-07-11 14:13:06 +02:00
2016-09-13 16:45:15 +02:00
2019-06-05 17:37:18 +02:00
2019-06-05 17:37:15 +02:00
2019-05-30 11:29:20 -07:00
2019-05-24 17:36:45 +02:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:37 -07:00
2017-07-11 14:13:06 +02:00
2017-07-11 14:13:06 +02:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:29:20 -07:00
2018-08-08 09:48:32 -07:00
2019-02-07 15:22:38 -08:00
2019-05-09 16:48:20 -07:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:35 -07:00
2019-05-09 16:48:20 -07:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:35 -07:00
2019-05-09 16:39:27 -07:00
2017-03-02 08:42:37 +01:00
2016-10-06 18:02:35 +02:00
2014-01-22 20:19:02 +01:00
2018-10-15 23:11:13 -07:00
2018-08-10 17:27:51 -07:00
2018-10-15 23:11:14 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-10 20:58:56 +00:00
2019-06-03 12:32:56 +02:00
2019-03-05 11:28:25 -08:00
2015-10-26 09:49:41 +01:00
2019-05-14 19:52:48 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-06-24 09:27:27 -07:00
2019-05-02 11:27:11 -07:00
2017-06-29 02:42:26 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-08-07 12:01:17 +02:00
2019-02-07 12:59:45 -08:00
2016-05-13 14:02:14 +02:00
2015-11-05 11:15:41 +01:00
2015-09-03 12:07:52 +02:00
2019-01-03 18:57:57 -08:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2017-11-02 11:10:55 +01:00
2019-02-06 14:59:24 -08:00
2017-11-17 11:54:55 -08:00
2018-08-29 15:42:20 +02:00
2018-11-07 16:26:42 -08:00
2014-10-23 19:58:13 +02:00
2019-02-04 10:56:41 -08:00
2018-12-05 14:46:44 -08:00
2017-08-29 15:21:51 +02:00
2019-02-04 10:56:41 -08:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2018-09-20 09:01:15 +02:00
2018-06-24 09:26:03 -07:00
2019-02-13 19:12:33 +01:00
2017-11-02 11:10:55 +01:00
2019-05-21 11:28:39 +02:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2018-11-09 10:23:19 -08:00
2018-11-09 10:23:18 -08:00
2014-08-26 02:18:56 +02:00
2017-11-02 11:10:55 +01:00
2014-05-24 00:07:01 +02:00
2017-08-30 00:57:29 +02:00
2014-11-07 15:07:36 +01:00
2019-05-30 11:29:20 -07:00
2019-05-30 11:26:32 -07:00
2014-10-24 02:38:33 +02:00
2019-02-04 10:53:34 -08:00
2019-05-22 18:45:52 -07:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:29:20 -07:00
2018-11-09 10:23:19 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-10-26 16:26:34 -07:00
2019-05-30 11:26:32 -07:00
2017-11-02 11:10:55 +01:00
2019-04-08 12:00:28 +01:00
2019-05-30 11:26:32 -07:00
2019-05-21 11:28:39 +02:00
2019-05-30 11:26:32 -07:00
2017-07-11 14:13:06 +02:00
2019-01-22 17:32:01 -08:00
2018-03-09 11:22:45 +00:00
2017-11-02 11:10:55 +01:00
2018-12-06 06:56:38 -08:00
2019-04-09 16:21:30 -07:00
2019-05-30 11:32:33 -07:00
2017-11-02 11:10:55 +01:00
2019-06-19 17:09:06 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:39 -07:00
2019-02-20 22:48:32 +01:00
2018-03-06 18:40:44 +01:00
2017-11-02 11:10:55 +01:00
2016-05-09 12:00:05 +02:00
2018-11-09 10:23:19 -08:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2018-05-14 23:58:23 +01:00
2019-06-19 17:09:55 +02:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-06-29 19:36:53 +08:00
2016-04-03 12:32:09 +02:00
2018-11-09 10:23:19 -08:00
2017-11-02 11:10:55 +01:00
2019-02-04 10:56:41 -08:00
2019-04-08 12:00:28 +01:00
2019-02-04 10:56:41 -08:00
2019-02-04 10:56:41 -08:00
2018-11-21 19:54:59 -08:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2017-11-02 11:10:55 +01:00
2014-11-24 07:45:36 +01:00
2019-07-12 15:13:55 -07:00
2018-05-07 07:15:41 +02:00
2019-06-19 17:09:55 +02:00
2019-07-12 11:05:45 -07:00
2017-06-08 14:51:58 +02:00
2018-11-20 21:05:39 -08:00
2016-05-13 15:30:25 +02:00
2019-07-12 11:05:44 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2018-11-09 10:23:19 -08:00
2019-06-19 17:09:55 +02:00
2016-10-12 14:34:45 +02:00
2018-11-20 21:04:17 -08:00
2014-08-02 00:06:38 +02:00
2014-01-22 20:19:02 +01:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2018-07-17 09:40:17 -07:00
2018-07-17 09:40:17 -07:00
2016-04-03 12:32:09 +02:00
2014-06-26 10:48:18 +01:00
2016-08-06 09:13:11 -04:00
2018-08-01 13:20:15 -07:00
2019-05-30 11:26:32 -07:00
2019-02-19 12:46:03 -08:00
2018-09-22 10:31:50 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-04-08 12:00:28 +01:00
2017-11-02 11:10:55 +01:00
2018-11-09 10:23:19 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-06-03 11:49:37 +02:00
2019-05-07 19:06:04 -07:00
2019-01-03 18:57:57 -08:00
2018-01-09 23:21:02 +00:00
2019-05-30 11:26:32 -07:00
2014-05-30 18:21:30 +02:00
2019-04-03 10:32:54 +02:00
2015-09-03 12:07:45 +02:00
2018-08-10 17:27:53 -07:00
2019-02-04 10:56:24 -08:00
2017-11-02 11:10:55 +01:00
2017-08-30 00:57:26 +02:00
2019-05-30 11:26:32 -07:00
2015-06-21 21:52:50 +02:00
2014-11-24 22:47:31 +01:00
2019-03-04 10:50:14 -08:00
2019-03-19 15:26:06 -07:00
2019-02-07 00:13:28 +01:00
2016-10-07 18:46:30 -07:00
2019-05-30 11:26:32 -07:00
2017-11-02 11:10:55 +01:00
2015-08-26 15:23:40 +02:00
2016-05-09 12:00:02 +02:00
2019-05-30 11:26:32 -07:00