aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/dma
AgeCommit message (Expand)Author
2019-03-23swiotlb: Add is_swiotlb_active() functionJoerg Roedel
2019-03-23swiotlb: Introduce swiotlb_max_mapping_size()Joerg Roedel
2019-03-23dma: Introduce dma_max_mapping_size()Joerg Roedel
2019-01-16swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exitChristoph Hellwig
2019-01-05dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocationsChristoph Hellwig
2019-01-04dma-mapping: remove a few unused exportsChristoph Hellwig
2019-01-04dma-mapping: remove dmam_{declare,release}_coherent_memoryChristoph Hellwig
2019-01-04dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsChristoph Hellwig
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-20dma-mapping: fix inverted logic in dma_supportedThierry Reding
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig
2018-12-17dma-direct: do not include SME mask in the DMA supported checkLendacky, Thomas
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig
2018-12-13dma-direct: use dma_direct_map_page to implement dma_direct_map_sgChristoph Hellwig
2018-12-13dma-direct: improve addressability error reportingChristoph Hellwig
2018-12-13swiotlb: remove dma_mark_cleanChristoph Hellwig
2018-12-13swiotlb: remove SWIOTLB_MAP_ERRORChristoph Hellwig
2018-12-13dma-mapping: factor out dummy DMA opsRobin Murphy
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig
2018-12-13dma-mapping: move dma_cache_sync out of lineChristoph Hellwig
2018-12-13dma-mapping: move various slow path functions out of lineChristoph Hellwig
2018-12-13dma-mapping: move dma_get_required_mask to kernel/dmaChristoph Hellwig
2018-12-13dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig
2018-12-13dma-mapping: remove a pointless memset in dma_atomic_pool_initChristoph Hellwig
2018-12-11dma-debug: Batch dma_debug_entry allocationRobin Murphy
2018-12-11dma/debug: Remove dma_debug_resize_entries()Robin Murphy
2018-12-11dma-debug: Make leak-like behaviour apparentRobin Murphy
2018-12-11dma-debug: Dynamically expand the dma_debug_entry poolRobin Murphy
2018-12-11dma-debug: Use pr_fmt()Robin Murphy
2018-12-11dma-debug: Expose nr_total_entries in debugfsRobin Murphy
2018-12-06dma-direct: remove the mapping_error dma_map_ops methodChristoph Hellwig
2018-12-05dma-mapping: fix lack of DMA address assignment in generic remap allocatorMarek Szyprowski
2018-12-01dma-remap: support DMA_ATTR_NO_KERNEL_MAPPINGChristoph Hellwig
2018-12-01dma-mapping: support highmem in the generic remap allocatorChristoph Hellwig
2018-12-01dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig
2018-12-01dma-mapping: move the remap helpers to a separate fileChristoph Hellwig
2018-12-01dma-direct: reject highmem pages from dma_alloc_from_contiguousChristoph Hellwig
2018-12-01dma-direct: provide page based alloc/free helpersChristoph Hellwig
2018-11-21swiotlb: Skip cache maintenance on map errorRobin Murphy
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-19swiotlb: add support for non-coherent DMAChristoph Hellwig
2018-10-19swiotlb: don't dip into swiotlb pool for coherent allocationsChristoph Hellwig
2018-10-19swiotlb: refactor swiotlb_map_pageChristoph Hellwig
2018-10-19swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrsChristoph Hellwig
2018-10-19swiotlb: merge swiotlb_unmap_page and unmap_singleChristoph Hellwig
2018-10-19swiotlb: remove the overflow bufferChristoph Hellwig
2018-10-19swiotlb: do not panic on mapping failuresChristoph Hellwig