| Commit message (Expand) | Author | Files | Lines |
2019-06-25 | nios2: use the generic uncached segment support in dma-direct | Christoph Hellwig | 3 | -25/+16 |
2019-06-25 | nds32: use the generic remapping allocator for coherent DMA allocations | Christoph Hellwig | 2 | -314/+13 |
2019-06-25 | arc: use the generic remapping allocator for coherent DMA allocations | Christoph Hellwig | 2 | -52/+12 |
2019-06-25 | dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common code | Christoph Hellwig | 4 | -18/+19 |
2019-06-25 | dma-direct: handle DMA_ATTR_NON_CONSISTENT in common code | Christoph Hellwig | 2 | -37/+15 |
2019-06-25 | dma-mapping: add a dma_alloc_need_uncached helper | Christoph Hellwig | 2 | -2/+16 |
2019-06-25 | openrisc: remove the partial DMA_ATTR_NON_CONSISTENT support | Christoph Hellwig | 1 | -13/+9 |
2019-06-25 | arc: remove the partial DMA_ATTR_NON_CONSISTENT support | Christoph Hellwig | 1 | -15/+6 |
2019-06-25 | arm-nommu: remove the partial DMA_ATTR_NON_CONSISTENT support | Christoph Hellwig | 1 | -21/+3 |
2019-06-25 | ARM: dma-mapping: allow larger DMA mask than supported | Christoph Hellwig | 1 | -19/+1 |
2019-06-25 | dma-mapping: truncate dma masks to what dma_addr_t can hold | Christoph Hellwig | 1 | -0/+12 |
2019-06-14 | iommu/dma: Apply dma_{alloc,free}_contiguous functions | Nicolin Chen | 1 | -10/+4 |
2019-06-14 | dma-remap: Avoid de-referencing NULL atomic_pool | Florian Fainelli | 1 | -0/+3 |
2019-06-03 | MIPS: use the generic uncached segment support in dma-direct | Christoph Hellwig | 4 | -26/+10 |
2019-06-03 | dma-direct: provide generic support for uncached kernel segments | Christoph Hellwig | 3 | -2/+26 |
2019-06-03 | au1100fb: fix DMA API abuse | Christoph Hellwig | 2 | -20/+5 |
2019-06-03 | MIPS: remove the _dma_cache_wback_inv export | Christoph Hellwig | 1 | -2/+0 |
2019-06-03 | USB: drop HCD_LOCAL_MEM flag | Laurentiu Tudor | 9 | -22/+17 |
2019-06-03 | usb: host: ohci-tmio: init genalloc for local memory | Laurentiu Tudor | 1 | -8/+5 |
2019-06-03 | usb: host: ohci-sm501: init genalloc for local memory | Laurentiu Tudor | 1 | -27/+20 |
2019-06-03 | USB: use genalloc for USB HCs with local memory | Laurentiu Tudor | 7 | -9/+102 |
2019-06-03 | lib/genalloc: add gen_pool_dma_zalloc() for zeroed DMA allocations | Fredrik Noring | 2 | -1/+29 |
2019-06-03 | dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc, free}_contiguous() | Nicolin Chen | 1 | -1/+7 |
2019-06-03 | dma-contiguous: use fallback alloc_pages for single pages | Nicolin Chen | 1 | -1/+10 |
2019-06-03 | dma-contiguous: add dma_{alloc,free}_contiguous() helpers | Nicolin Chen | 3 | -20/+64 |
2019-06-03 | iommu/dma: Fix condition check in iommu_dma_unmap_sg | Nathan Chancellor | 1 | -1/+1 |
2019-05-27 | arm64: trim includes in dma-mapping.c | Christoph Hellwig | 1 | -10/+0 |
2019-05-27 | arm64: switch copyright boilerplace to SPDX in dma-mapping.c | Christoph Hellwig | 1 | -14/+1 |
2019-05-27 | iommu/dma: Switch copyright boilerplace to SPDX | Christoph Hellwig | 2 | -24/+2 |
2019-05-27 | iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAP | Christoph Hellwig | 2 | -8/+9 |
2019-05-27 | iommu/dma: Refactor iommu_dma_mmap | Christoph Hellwig | 1 | -35/+11 |
2019-05-27 | iommu/dma: Refactor iommu_dma_get_sgtable | Christoph Hellwig | 1 | -28/+17 |
2019-05-27 | iommu/dma: Refactor iommu_dma_alloc, part 2 | Christoph Hellwig | 1 | -30/+35 |
2019-05-27 | iommu/dma: Cleanup variable naming in iommu_dma_alloc | Robin Murphy | 1 | -23/+22 |
2019-05-27 | iommu/dma: Split iommu_dma_free | Robin Murphy | 1 | -4/+8 |
2019-05-27 | iommu/dma: Merge the CMA and alloc_pages allocation paths | Christoph Hellwig | 1 | -20/+12 |
2019-05-27 | iommu/dma: Don't remap CMA unnecessarily | Robin Murphy | 1 | -7/+12 |
2019-05-27 | iommu/dma: Refactor iommu_dma_alloc | Robin Murphy | 1 | -30/+30 |
2019-05-27 | iommu/dma: Refactor iommu_dma_free | Robin Murphy | 1 | -40/+33 |
2019-05-27 | iommu/dma: Remove __iommu_dma_free | Christoph Hellwig | 1 | -19/+2 |
2019-05-27 | iommu/dma: Refactor the page array remapping allocator | Christoph Hellwig | 1 | -28/+26 |
2019-05-27 | iommu/dma: Factor out remapped pages lookup | Robin Murphy | 1 | -12/+20 |
2019-05-27 | iommu/dma: Squash __iommu_dma_{map,unmap}_page helpers | Robin Murphy | 1 | -18/+7 |
2019-05-27 | iommu/dma: Move domain lookup into __iommu_dma_{map,unmap} | Robin Murphy | 1 | -15/+14 |
2019-05-27 | iommu/dma: Move __iommu_dma_map | Christoph Hellwig | 1 | -23/+23 |
2019-05-27 | iommu/dma: move the arm64 wrappers to common code | Christoph Hellwig | 4 | -457/+378 |
2019-05-27 | iommu/dma: Use for_each_sg in iommu_dma_alloc | Christoph Hellwig | 1 | -9/+5 |
2019-05-27 | iommu/dma: Remove the flush_page callback | Christoph Hellwig | 3 | -14/+5 |
2019-05-27 | iommu/dma: Cleanup dma-iommu.h | Christoph Hellwig | 1 | -4/+2 |
2019-05-27 | Linux 5.2-rc2v5.2-rc2 | Linus Torvalds | 1 | -2/+2 |