summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-28usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring
2019-06-28lib/genalloc.c: Add algorithm, align and zeroed family of DMA allocatorsFredrik Noring
2019-06-25nios2: use the generic uncached segment support in dma-directChristoph Hellwig
2019-06-25nds32: use the generic remapping allocator for coherent DMA allocationsChristoph Hellwig
2019-06-25arc: use the generic remapping allocator for coherent DMA allocationsChristoph Hellwig
2019-06-25dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common codeChristoph Hellwig
2019-06-25dma-direct: handle DMA_ATTR_NON_CONSISTENT in common codeChristoph Hellwig
2019-06-25dma-mapping: add a dma_alloc_need_uncached helperChristoph Hellwig
2019-06-25openrisc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig
2019-06-25arc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig
2019-06-25arm-nommu: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig
2019-06-25ARM: dma-mapping: allow larger DMA mask than supportedChristoph Hellwig
2019-06-25dma-mapping: truncate dma masks to what dma_addr_t can holdChristoph Hellwig
2019-06-14iommu/dma: Apply dma_{alloc,free}_contiguous functionsNicolin Chen
2019-06-14dma-remap: Avoid de-referencing NULL atomic_poolFlorian Fainelli
2019-06-03MIPS: use the generic uncached segment support in dma-directChristoph Hellwig
2019-06-03dma-direct: provide generic support for uncached kernel segmentsChristoph Hellwig
2019-06-03au1100fb: fix DMA API abuseChristoph Hellwig
2019-06-03MIPS: remove the _dma_cache_wback_inv exportChristoph Hellwig
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor
2019-06-03usb: host: ohci-tmio: init genalloc for local memoryLaurentiu Tudor
2019-06-03usb: host: ohci-sm501: init genalloc for local memoryLaurentiu Tudor
2019-06-03USB: use genalloc for USB HCs with local memoryLaurentiu Tudor
2019-06-03lib/genalloc: add gen_pool_dma_zalloc() for zeroed DMA allocationsFredrik Noring
2019-06-03dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc, free}_contiguous()Nicolin Chen
2019-06-03dma-contiguous: use fallback alloc_pages for single pagesNicolin Chen
2019-06-03dma-contiguous: add dma_{alloc,free}_contiguous() helpersNicolin Chen
2019-06-03iommu/dma: Fix condition check in iommu_dma_unmap_sgNathan Chancellor
2019-05-27arm64: trim includes in dma-mapping.cChristoph Hellwig
2019-05-27arm64: switch copyright boilerplace to SPDX in dma-mapping.cChristoph Hellwig
2019-05-27iommu/dma: Switch copyright boilerplace to SPDXChristoph Hellwig
2019-05-27iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAPChristoph Hellwig
2019-05-27iommu/dma: Refactor iommu_dma_mmapChristoph Hellwig
2019-05-27iommu/dma: Refactor iommu_dma_get_sgtableChristoph Hellwig
2019-05-27iommu/dma: Refactor iommu_dma_alloc, part 2Christoph Hellwig
2019-05-27iommu/dma: Cleanup variable naming in iommu_dma_allocRobin Murphy
2019-05-27iommu/dma: Split iommu_dma_freeRobin Murphy
2019-05-27iommu/dma: Merge the CMA and alloc_pages allocation pathsChristoph Hellwig
2019-05-27iommu/dma: Don't remap CMA unnecessarilyRobin Murphy
2019-05-27iommu/dma: Refactor iommu_dma_allocRobin Murphy
2019-05-27iommu/dma: Refactor iommu_dma_freeRobin Murphy
2019-05-27iommu/dma: Remove __iommu_dma_freeChristoph Hellwig
2019-05-27iommu/dma: Refactor the page array remapping allocatorChristoph Hellwig
2019-05-27iommu/dma: Factor out remapped pages lookupRobin Murphy
2019-05-27iommu/dma: Squash __iommu_dma_{map,unmap}_page helpersRobin Murphy
2019-05-27iommu/dma: Move domain lookup into __iommu_dma_{map,unmap}Robin Murphy
2019-05-27iommu/dma: Move __iommu_dma_mapChristoph Hellwig
2019-05-27iommu/dma: move the arm64 wrappers to common codeChristoph Hellwig
2019-05-27iommu/dma: Use for_each_sg in iommu_dma_allocChristoph Hellwig
2019-05-27iommu/dma: Remove the flush_page callbackChristoph Hellwig