summaryrefslogtreecommitdiffstats
path: root/kernel/dma
Commit message (Expand)AuthorAgeFilesLines
* lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie2019-12-041-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-288-172/+183
|\
| * dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-211-14/+13
| * Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...Christoph Hellwig2019-11-211-7/+6
| |\
| * | dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig2019-11-202-3/+3
| * | dma-direct: don't check swiotlb=force in dma_direct_map_resourceChristoph Hellwig2019-11-201-1/+1
| * | dma-debug: clean up put_hash_bucket()Dan Carpenter2019-11-201-11/+9
| * | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-7/+7
| * | dma-debug: increase HASH_SIZEEric Dumazet2019-11-111-2/+2
| * | dma-debug: reorder struct dma_debug_entry fieldsEric Dumazet2019-11-111-7/+7
| * | dma-mapping: merge the generic remapping helpers into dma-directChristoph Hellwig2019-11-112-61/+48
| * | dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig2019-11-114-47/+75
| * | dma-direct: remove the dma_handle argument to __dma_direct_alloc_pagesChristoph Hellwig2019-11-072-3/+3
| * | dma-direct: remove __dma_direct_free_pagesChristoph Hellwig2019-11-072-10/+5
| * | kernel: dma-contiguous: mark CMA parameters __initdata/__initconstShyam Saini2019-10-301-4/+5
| * | dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet2019-10-301-0/+1
| * | dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin2019-10-301-7/+9
* | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-1/+1
|\ \ \ | |_|/ |/| |
| * | dma-debug: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
* | | dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne2019-11-011-7/+6
| |/ |/|
* | 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
OpenPOWER on IntegriCloud