aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/dma-mapping.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+8
2022-10-06ARM/dma-mapping: remove the dma_coherent member of struct dev_archdataChristoph Hellwig1-3/+1
2022-10-06ARM/dma-mappіng: don't override ->dma_coherent when set from a bus notifierChristoph Hellwig1-2/+10
2022-10-04ARM: 9240/1: dma-mapping: Pass (void *) to virt_to_page()Linus Walleij1-1/+1
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-579/+73
2022-07-28ARM: 9218/1: dma-mapping: fix pointer/integer warningBen Dooks1-1/+1
2022-07-22dma-mapping: update comment after dmabounce removalLukas Bulwahn1-2/+1
2022-07-07ARM/dma-mapping: merge IOMMU opsRobin Murphy1-24/+13
2022-07-07ARM/dma-mapping: consolidate IOMMU ops callbacksRobin Murphy1-183/+55
2022-07-07ARM/dma-mapping: drop .dma_supported for IOMMU opsRobin Murphy1-23/+0
2022-07-07ARM/dma-mapping: use dma-direct unconditionallyChristoph Hellwig1-350/+15
2022-07-07ARM/dma-mapping: use dma_to_phys/phys_to_dma in the dma-mapping codeChristoph Hellwig1-12/+12
2022-07-07ARM/dma-mapping: mark various dma-mapping routines static in dma-mapping.cChristoph Hellwig1-54/+46
2022-06-06arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko1-5/+2
2022-03-31ARM/dma-mapping: Remove CMA code when not built with CMAKees Cook1-0/+2
2021-08-09ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe1-1/+0
2021-08-09ARM/dma-mapping: return error code from .map_sg() opsMartin Oliveira1-9/+16
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+0
2020-10-06dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig1-1/+0
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+0
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-1/+1
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig1-0/+4
2020-03-20ARM/dma-mapping: merge __dma_supported into arm_dma_supportedChristoph Hellwig1-24/+17
2020-03-20ARM/dma-mapping: take the bus limit into account in __dma_allocChristoph Hellwig1-1/+1
2020-03-20ARM/dma-mapping: remove get_coherent_dma_maskChristoph Hellwig1-37/+4
2020-02-04ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()Chen-Yu Tsai1-1/+1
2019-12-04lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie1-1/+1
2019-11-30Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-15/+19
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-4/+4
2019-11-11dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig1-6/+0
2019-10-27ARM: 8909/1: make unexported items staticBen Dooks1-15/+19
2019-09-11xen/arm: remove xen_dma_opsChristoph Hellwig1-1/+2
2019-09-11xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainanceChristoph Hellwig1-7/+1
2019-09-04arm: remove wrappers for the generic dma remap helpersChristoph Hellwig1-27/+5
2019-09-04dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig1-6/+1
2019-09-04dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig1-6/+4
2019-09-04vmalloc: lift the arm flag for coherent mappings to common codeChristoph Hellwig1-15/+7
2019-09-04dma-mapping: provide a better default ->get_required_maskChristoph Hellwig1-0/+3
2019-09-04dma-mapping: move the dma_get_sgtable API comments from arm to common codeChristoph Hellwig1-11/+0
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig1-6/+0
2019-08-10dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig1-3/+1
2019-07-24arm: use swiotlb for bounce buffering on LPAE configsChristoph Hellwig1-0/+61
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-19/+1
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual1-2/+1
2019-06-25ARM: dma-mapping: allow larger DMA mask than supportedChristoph Hellwig1-19/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-14arm: mm: dma-mapping: convert to use vm_map_pages()Souptick Joarder1-16/+6
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2019-03-15Merge branches 'fixes', 'misc' and 'smp-hotplug' into for-nextRussell King1-1/+1
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2