summaryrefslogtreecommitdiffstats
path: root/kernel/dma
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: fix false positivse warnings in dma_common_free_remap()Andrey Smirnov2019-10-051-2/+2
* Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-202-10/+1
|\
| * dma-mapping: Remove dma_check_mask()Thiago Jung Bauermann2019-08-091-8/+0
| * swiotlb: Remove call to sme_active()Thiago Jung Bauermann2019-08-091-2/+1
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-194-66/+115
|\ \
| * | dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig2019-09-041-2/+11
| * | dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig2019-09-041-13/+10
| * | dma-mapping: provide a better default ->get_required_maskChristoph Hellwig2019-09-041-20/+10
| * | dma-mapping: remove the dma_declare_coherent_memory exportChristoph Hellwig2019-09-041-1/+0
| * | dma-mapping: remove the dma_mmap_from_dev_coherent exportChristoph Hellwig2019-09-041-1/+0
| * | dma-mapping: remove dma_release_declared_memoryChristoph Hellwig2019-09-041-11/+0
| * | dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2019-09-041-7/+5
| * | dma-mapping: add a dma_can_mmap helperChristoph Hellwig2019-09-041-0/+23
| * | dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2019-09-041-8/+12
| * | dma-mapping: move the dma_get_sgtable API comments from arm to common codeChristoph Hellwig2019-09-041-0/+11
| * | dma-mapping: introduce dma_get_merge_boundary()Yoshihiro Shimoda2019-09-031-0/+11
| * | dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig2019-08-291-3/+14
| * | dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-292-6/+14
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Joerg Roedel2019-09-112-14/+22
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | * | swiotlb: Split size parameter to map/unmap APIsLu Baolu2019-09-112-14/+22
| | |/ /
* | / / dma-direct: fix zone selection after an unaddressable CMA allocationChristoph Hellwig2019-08-212-7/+11
| |/ / |/| |
* | | dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig2019-08-102-2/+19
* | | dma-direct: don't truncate dma_required_mask to bus addressing capabilitiesLucas Stach2019-08-101-3/+0
* | | dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPINGChristoph Hellwig2019-08-101-2/+5
|/ /
* | Merge tag 'arm-swiotlb-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-08-021-2/+11
|\ \
| * | dma-mapping: check pfn validity in dma_common_{mmap,get_sgtable}Christoph Hellwig2019-07-241-2/+11
| |/
* | dma-contiguous: page-align the size in dma_free_contiguous()Nicolin Chen2019-07-291-1/+2
* | dma-contiguous: do not overwrite align in dma_alloc_contiguous()Nicolin Chen2019-07-291-2/+3
|/
* Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-202-25/+22
|\
| * dma-direct: correct the physical addr in dma_direct_sync_sg_for_cpu/deviceFugang Duan2019-07-191-7/+11
| * dma-direct: only limit the mapping size if swiotlb could be usedChristoph Hellwig2019-07-171-6/+4
| * dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky2019-07-162-12/+7
* | Merge branch 'for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-181-14/+16
|\ \ | |/ |/|
| * Merge branch 'stable/for-linus-5.2' into devel/for-linus-5.2Konrad Rzeszutek Wilk2019-06-191-2/+2
| |\
| | * swiotlb: fix phys_addr_t overflow warningArnd Bergmann2019-06-191-2/+2
| * | swiotlb: Return consistent SWIOTLB segments/nr_tblFlorian Fainelli2019-06-111-4/+4
| * | swiotlb: Group identical cleanup in swiotlb_cleanup()Florian Fainelli2019-06-111-8/+10
| |/
* | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-124-33/+106
|\ \
| * | dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common codeChristoph Hellwig2019-06-252-11/+16
| * | dma-direct: handle DMA_ATTR_NON_CONSISTENT in common codeChristoph Hellwig2019-06-251-2/+2
| * | dma-mapping: add a dma_alloc_need_uncached helperChristoph Hellwig2019-06-251-2/+2
| * | dma-mapping: truncate dma masks to what dma_addr_t can holdChristoph Hellwig2019-06-251-0/+12
| * | dma-remap: Avoid de-referencing NULL atomic_poolFlorian Fainelli2019-06-141-0/+3
| * | dma-direct: provide generic support for uncached kernel segmentsChristoph Hellwig2019-06-031-2/+15
| * | dma-contiguous: use fallback alloc_pages for single pagesNicolin Chen2019-06-031-1/+10
| * | dma-contiguous: add dma_{alloc,free}_contiguous() helpersNicolin Chen2019-06-032-20/+51
* | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-21/+4
|\ \ \
| * | | swiotlb: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-21/+4
| |/ /
* / / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1
|/ /
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1