aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dma-direct.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-10-06dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dmaChristoph Hellwig1-106/+0
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig1-0/+5
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan1-6/+47
2020-09-17dma-direct: Fix potential NULL pointer dereferenceThomas Tai1-3/+0
2020-09-11dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig1-12/+16
2020-09-11dma-direct: remove __dma_to_physChristoph Hellwig1-9/+5
2020-09-11dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig1-4/+0
2020-09-11dma-mapping: add (back) arch_dma_mark_clean for ia64Christoph Hellwig1-0/+3
2020-08-14dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig1-3/+0
2020-07-16dma-mapping: inline the fast path dma-direct callsChristoph Hellwig1-23/+69
2020-07-16dma-mapping: move the remaining DMA API calls out of lineChristoph Hellwig1-0/+58
2020-07-14dma-direct: provide function to check physical memory area validityNicolas Saenz Julienne1-0/+1
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2020-06-30dma-mapping: Add a new dma_need_sync APIChristoph Hellwig1-0/+1
2020-06-17dma-direct: mark __dma_direct_alloc_pages staticChristoph Hellwig1-2/+0
2020-04-20dma-pool: add additional coherent pools to map to gfp maskDavid Rientjes1-0/+2
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne1-1/+1
2019-11-21Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into dma-mapping-for-nextChristoph Hellwig1-0/+2
2019-11-20dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig1-2/+3
2019-11-20dma-direct: avoid a forward declaration for phys_to_dmaChristoph Hellwig1-16/+14
2019-11-20dma-direct: unify the dma_capable definitionsChristoph Hellwig1-1/+1
2019-11-11dma-direct: check for overflows on 32 bit DMA addressesNicolas Saenz Julienne1-2/+10
2019-11-11dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig1-0/+7
2019-11-07dma-direct: remove the dma_handle argument to __dma_direct_alloc_pagesChristoph Hellwig1-1/+1
2019-11-07dma-direct: remove __dma_direct_free_pagesChristoph Hellwig1-1/+0
2019-11-01dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne1-0/+2
2019-07-16dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky1-0/+9
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-17/+0
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig1-0/+12
2018-12-13swiotlb: remove dma_mark_cleanChristoph Hellwig1-8/+0
2018-12-06dma-direct: remove the mapping_error dma_map_ops methodChristoph Hellwig1-3/+0
2018-12-01dma-direct: provide page based alloc/free helpersChristoph Hellwig1-0/+3
2018-11-21dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLBRobin Murphy1-1/+1
2018-10-19swiotlb: remove the overflow bufferChristoph Hellwig1-0/+2
2018-10-01dma-direct: implement complete bus_dma_mask handlingChristoph Hellwig1-1/+2
2018-10-01dma-direct: add an explicit dma_direct_get_required_maskChristoph Hellwig1-0/+1
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig1-0/+4
2018-05-19dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig1-1/+6
2018-03-20dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig1-2/+19
2018-01-15dma-direct: reject too small dma masksChristoph Hellwig1-0/+1
2018-01-15dma-direct: make dma_direct_{alloc,free} available to other implementationsChristoph Hellwig1-0/+5
2018-01-10dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig1-0/+9
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-0/+32